Skip to content

Commit

Permalink
Update ./ush/chgres_cube.sh for the new fixed surface directory
Browse files Browse the repository at this point in the history
name. Update chgres_cube regression tests accordingly.

Fixes ufs-community#867.
  • Loading branch information
GeorgeGayno-NOAA committed Dec 7, 2023
1 parent 6dc81d6 commit a9a4a24
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions reg_tests/chgres_cube/c192.fv3.history.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ rm -fr $DATA

export CRES=192
export FIXfv3=${HOMEreg}/fix/C192
export FIXsfc=${FIXfv3}/fix_sfc
export COMIN=${HOMEreg}/input_data/fv3.history

# Pay attention to the quotes. Dont start/end with double quote.
Expand Down
1 change: 1 addition & 0 deletions reg_tests/chgres_cube/c192.gfs.grib2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ rm -fr $DATA

export CRES=192
export FIXfv3=${HOMEreg}/fix/C192
export FIXsfc=${FIXfv3}/fix_sfc
export COMIN=${HOMEreg}/input_data/gfs.grib2

export GRIB2_FILE_INPUT=gfs.t00z.pgrb2.0p50.f000
Expand Down
1 change: 1 addition & 0 deletions reg_tests/chgres_cube/c96.fv3.nemsio.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export DATA=$OUTDIR/c96_fv3_nemsio
rm -fr $DATA

export FIXfv3=${HOMEreg}/fix/C96
export FIXsfc=${FIXfv3}/fix_sfc
export COMIN=${HOMEreg}/input_data/fv3.nemsio
export ATM_FILES_INPUT=gfs.t12z.atmf000.nemsio
export SFC_FILES_INPUT=gfs.t12z.sfcf000.nemsio
Expand Down
1 change: 1 addition & 0 deletions reg_tests/chgres_cube/c96.fv3.netcdf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export DATA=$OUTDIR/c96_fv3_netcdf
rm -fr $DATA

export FIXfv3=${HOMEreg}/fix/C96
export FIXsfc=${FIXfv3}/fix_sfc
export COMIN=${HOMEreg}/input_data/fv3.netcdf
export ATM_FILES_INPUT=gfs.t00z.atmf000.nc
export SFC_FILES_INPUT=gfs.t00z.sfcf000.nc
Expand Down
1 change: 1 addition & 0 deletions reg_tests/chgres_cube/c96.fv3.restart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export DATA=$OUTDIR/c96_fv3_restart
rm -fr $DATA

export FIXfv3=${HOMEreg}/fix/C96
export FIXsfc=${FIXfv3}/fix_sfc
export COMIN=${HOMEreg}/input_data/fv3.restart
export VCOORD_FILE=${HOMEufs}/fix/am/global_hyblev.l64.txt
export INPUT_TYPE='restart'
Expand Down
1 change: 1 addition & 0 deletions reg_tests/chgres_cube/c96.gefs.grib2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ rm -fr $DATA

export CRES=96
export FIXfv3=${HOMEreg}/fix/C96
export FIXsfc=${FIXfv3}/fix_sfc
export COMIN=${HOMEreg}/input_data/gefs.grib2

export GRIB2_FILE_INPUT=gec00.t06z.pgrb2abf00
Expand Down
1 change: 1 addition & 0 deletions reg_tests/chgres_cube/c96.gfs.nemsio.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export DATA=$OUTDIR/c96_gfs_nemsio
rm -fr $DATA

export FIXfv3=${HOMEreg}/fix/C96
export FIXsfc=${FIXfv3}/fix_sfc
export COMIN=${HOMEreg}/input_data/gfs.nemsio
export ATM_FILES_INPUT=gfnanl.gdas.2017071700
export SFC_FILES_INPUT=sfnanl.gdas.2017071700
Expand Down
1 change: 1 addition & 0 deletions reg_tests/chgres_cube/c96.gfs.sigio.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export DATA=$OUTDIR/c96_gfs_sigio
rm -fr $DATA

export FIXfv3=${HOMEreg}/fix/C96
export FIXsfc=${FIXfv3}/fix_sfc
export COMIN=${HOMEreg}/input_data/gfs.sigio
export ATM_FILES_INPUT=gdas.t00z.sanl
export SFC_FILES_INPUT=gdas.t00z.sfcanl
Expand Down
1 change: 1 addition & 0 deletions reg_tests/chgres_cube/c96.regional.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export DATA=$OUTDIR/c96_regional
rm -fr $DATA

export FIXfv3=${HOMEreg}/fix/C96.regional
export FIXsfc=${FIXfv3}/fix_sfc
export OROG_FILES_TARGET_GRID="C96_oro_data.tile7.nc"
export COMIN=${HOMEreg}/input_data/fv3.nemsio
export ATM_FILES_INPUT=gfs.t12z.atmf000.nemsio
Expand Down
2 changes: 1 addition & 1 deletion ush/chgres_cube.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ HOMEufs=${HOMEufs:-${NWROOT}/ufs_util.${ufs_ver}}
EXECufs=${EXECufs:-$HOMEufs/exec}
FIXufs=${FIXufs:-$HOMEufs/fix}
FIXfv3=${FIXfv3:-$FIXufs/orog/C${CRES}}
FIXsfc=${FIXsfc:-$FIXfv3/fix_sfc}
FIXsfc=${FIXsfc:-$FIXfv3/sfc}
FIXam=${FIXam:-$FIXufs/am}

#----------------------------------------------------------------------------
Expand Down

0 comments on commit a9a4a24

Please sign in to comment.