Skip to content

Commit

Permalink
CLWMR -> CLMR and use the halo4 mosaic NOAA-EMC#219
Browse files Browse the repository at this point in the history
change CLWMR -> CLMR in the postxconfig-NT file to match the latest GIB2 table
Use the halo4 mosaic file (c3445_mosaic.halo4.nc)
  • Loading branch information
guoqing-noaa committed Sep 30, 2021
1 parent 41bd2ab commit 0e9a19a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions fix/upp/postxconfig-NT-fv3lam_rrfs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1128,11 +1128,11 @@ isobaric_sfc
?
?
153
CLWMR_ON_ISOBARIC_SFC
CLMR_ON_ISOBARIC_SFC
?
1
tmpl4_0
CLWMR
CLMR
?
?
isobaric_sfc
Expand Down Expand Up @@ -4051,11 +4051,11 @@ surface
?
?
124
CLWMR_ON_HYBRID_LVL
CLMR_ON_HYBRID_LVL
?
1
tmpl4_0
CLWMR
CLMR
?
?
hybrid_lvl
Expand Down Expand Up @@ -12392,11 +12392,11 @@ surface
?
?
124
CLWMR_ON_HYBRID_LVL
CLMR_ON_HYBRID_LVL
?
1
tmpl4_0
CLWMR
CLMR
?
?
hybrid_lvl
Expand Down
4 changes: 2 additions & 2 deletions scripts/exregional_run_fcst.sh
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ if [ "${RUN_TASK_MAKE_GRID}" = "TRUE" ] && [ "${MACHINE}" != "WCOSS_CRAY" ]; the
fi

# Symlink to mosaic file with a completely different name.
#target="${FIXLAM}/${CRES}${DOT_OR_USCORE}mosaic.halo${NH4}.nc" # Should this point to this halo4 file or a halo3 file???
target="${FIXLAM}/${CRES}${DOT_OR_USCORE}mosaic.halo${NH3}.nc" # Should this point to this halo4 file or a halo3 file???
target="${FIXLAM}/${CRES}${DOT_OR_USCORE}mosaic.halo${NH4}.nc" # Should this point to this halo4 file or a halo3 file???
#target="${FIXLAM}/${CRES}${DOT_OR_USCORE}mosaic.halo${NH3}.nc" # Should this point to this halo4 file or a halo3 file???
symlink="grid_spec.nc"
if [ -f "${target}" ]; then
ln_vrfy -sf ${relative_or_null} $target $symlink
Expand Down

0 comments on commit 0e9a19a

Please sign in to comment.