Skip to content

Commit

Permalink
Update the 25km tests to use new fixed data with sfc climo
Browse files Browse the repository at this point in the history
data at all points with some land.

Fixes #123.
  • Loading branch information
GeorgeGayno-NOAA committed Jan 9, 2024
1 parent b7317bc commit 28ae54b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions reg_tests/chgres_cube/25km.conus.gfs.grib2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ set -x
export DATA=$OUTDIR/25km_conus_gfs_grib2
rm -fr $DATA

export CRES=403
export CRES=405
export KMRES=25km
export FIXfv3=${HOMEreg}/fix/RRFS_CONUS_${KMRES}
export FIXsfc=${FIXfv3}/fix_sfc
export FIXfv3=${HOMEreg}/fix.new/RRFS_CONUS_${KMRES}

export COMIN=${HOMEreg}/input_data/gfs.grib2

export GRIB2_FILE_INPUT=gfs.t00z.pgrb2.0p50.f000
Expand All @@ -24,7 +24,7 @@ export VARMAP_FILE=${HOMEufs}/parm/varmap_tables/GSDphys_noaero_var_map.txt
export INPUT_TYPE='grib2'
export CONVERT_NST=".false."
export THOMPSON_AEROSOL_FILE=${HOMEufs}/fix/am/Thompson_MP_MONTHLY_CLIMO.nc
export OROG_FILES_TARGET_GRID="C403_oro_data.tile7.halo4.nc"
export OROG_FILES_TARGET_GRID="C405_oro_data.tile7.nc"
export REGIONAL=1
export HALO_BLEND=0
export HALO_BNDY=4
Expand Down
8 changes: 4 additions & 4 deletions reg_tests/chgres_cube/25km.conus.gfs.pbgrib2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@ set -x
export DATA=$OUTDIR/25km_conus_gfs_pbgrib2
rm -fr $DATA

export CRES=403
export CRES=405
export KMRES=25km
export FIXfv3=${HOMEreg}/fix/RRFS_CONUS_${KMRES}
export FIXsfc=${FIXfv3}/fix_sfc
export FIXfv3=${HOMEreg}/fix.new/RRFS_CONUS_${KMRES}

export COMIN=${HOMEreg}/input_data/gfs.pbgrib2

export GRIB2_FILE_INPUT=gfs.t18z.pgrb2.0p25.f006
export VCOORD_FILE=${HOMEufs}/fix/am/global_hyblev.l64.txt
export VARMAP_FILE=${HOMEufs}/parm/varmap_tables/GFSphys_var_map.txt
export INPUT_TYPE='grib2'
export CONVERT_NST=".false."
export OROG_FILES_TARGET_GRID="C403_oro_data.tile7.halo4.nc"
export OROG_FILES_TARGET_GRID="C405_oro_data.tile7.nc"
export REGIONAL=1
export HALO_BLEND=0
export HALO_BNDY=4
Expand Down

0 comments on commit 28ae54b

Please sign in to comment.