Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions scripts/exregional_run_post.sh
Original file line number Diff line number Diff line change
Expand Up @@ -385,8 +385,8 @@ bgdawp=${postprd_dir}/${NET}.t${cyc}z.bgdawpf${fhr}.${tmmark}.grib2
bgrd3d=${postprd_dir}/${NET}.t${cyc}z.bgrd3df${fhr}.${tmmark}.grib2
bgsfc=${postprd_dir}/${NET}.t${cyc}z.bgsfcf${fhr}.${tmmark}.grib2

wgrib2 PRSLEV.GrbF${post_fhr} -set center 7 -grib ${bgdawp}
wgrib2 NATLEV.GrbF${post_fhr} -set center 7 -grib ${bgrd3d}
wgrib2 BGDAWP.GrbF${post_fhr} -set center 7 -grib ${bgdawp}
wgrib2 BGRD3D.GrbF${post_fhr} -set center 7 -grib ${bgrd3d}
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should not change to "BGDAWP" and "BGRD3D" as in the 000 subdirectory the final grib2 files are PRSLEV.GrbF00 and NATLEV.GrbF00

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

After a few checks, I understood why you saw BGD* in your UPP runs.

The postxconfig-NT-fv3lam_rrfs.txt file under regional_workflow/fix/upp (not the one under UPP/parm) is what is actually used in real time runs and it defines "PRSLEV" and "NATLEV".


#
#-----------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion ush/config.sh.RTMA_CONUS_3km
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ TESTBED_FIELDS_FN="testbed_fields_rtma.txt"
CUSTOM_POST_CONFIG_FP="$(cd "$( dirname "${BASH_SOURCE[0]}" )/.." &>/dev/null&&pwd)/fix/upp/postxconfig-NT-fv3lam_rrfs.txt"
CUSTOM_POST_PARAMS_FP="$(cd "$( dirname "${BASH_SOURCE[0]}" )/.." &>/dev/null&&pwd)/fix/upp/params_grib2_tbl_new"
POST_FULL_MODEL_NAME="FV3R"
POST_SUB_MODEL_NAME="NONE"
POST_SUB_MODEL_NAME="RTMA"
ARCHIVEDIR="/5year/BMC/wrfruc/rtma_dev1"
NCARG_ROOT="/apps/ncl/6.5.0-CentOS6.10_64bit_nodap_gnu447"
NCL_HOME="/home/rtrr/RTMA/graphics"
Expand Down