Skip to content

Commit

Permalink
Update "c96.viirs.vegt" regression test to use the new
Browse files Browse the repository at this point in the history
viirs data.

Fixes ufs-community#821.
  • Loading branch information
GeorgeGayno-NOAA committed Aug 18, 2023
1 parent 64fdfd7 commit d1e4f51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion reg_tests/grid_gen/c96.viirs.vegt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export out_dir=${WORK_DIR}/c96.viirs.vegt

export res=96
export gtype=uniform
export veg_type_src="viirs.igbp.0.05"
export veg_type_src="viirs.v2.igbp.30s"

NCCMP=${NCCMP:-$(which nccmp)}

Expand Down
4 changes: 2 additions & 2 deletions reg_tests/grid_gen/driver.hera.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ TEST1=$(sbatch --parsable --ntasks-per-node=24 --nodes=1 -t 0:10:00 -A $PROJECT_
#-----------------------------------------------------------------------------

LOG_FILE2=${LOG_FILE}02
TEST2=$(sbatch --parsable --ntasks-per-node=24 --nodes=1 -t 0:10:00 -A $PROJECT_CODE -q $QUEUE -J c96.viirs.vegt \
-o $LOG_FILE2 -e $LOG_FILE2 ./c96.viirs.vegt.sh)
TEST2=$(sbatch --parsable --ntasks-per-node=24 --nodes=1 -t 0:15:00 -A $PROJECT_CODE -q $QUEUE -J c96.viirs.vegt \
--partition=bigmem -o $LOG_FILE2 -e $LOG_FILE2 ./c96.viirs.vegt.sh)

#-----------------------------------------------------------------------------
# gfdl regional grid
Expand Down

0 comments on commit d1e4f51

Please sign in to comment.