Skip to content

Commit

Permalink
feature/reg_tests This commit references ufs-community#99.
Browse files Browse the repository at this point in the history
Avoid checking mosaic file, which can contain path information.
Only check tile files.
  • Loading branch information
GeorgeGayno-NOAA committed Apr 29, 2020
1 parent 3b09533 commit c6bfc66
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion reg_tests/grid_gen/c96.regional.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ echo "Ending at: " `date`
cd $out_dir

test_failed=0
for files in *.nc ./fix_sfc/*.nc
for files in *tile*.nc ./fix_sfc/*tile*.nc
do
if [ -f $files ]; then
echo CHECK $files
Expand Down
2 changes: 1 addition & 1 deletion reg_tests/grid_gen/c96.uniform.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ echo "Ending at: " `date`
cd $out_dir

test_failed=0
for files in *.nc ./fix_sfc/*.nc
for files in *tile*.nc ./fix_sfc/*tile*.nc
do
if [ -f $files ]; then
echo CHECK $files
Expand Down
2 changes: 1 addition & 1 deletion reg_tests/grid_gen/driver.hera.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export NCCMP=/apps/nccmp/1.8.5/intel/18.0.3.051/bin/nccmp
export HOMEreg=/scratch1/NCEPDEV/da/George.Gayno/noscrub/reg_tests/grid_gen/baseline_data

ulimit -a
ulimit -s unlimited
#ulimit -s unlimited

rm -fr $WORK_DIR

Expand Down

0 comments on commit c6bfc66

Please sign in to comment.