diff --git a/fix/upp/postxconfig-NT-fv3lam_rrfs.txt b/fix/upp/postxconfig-NT-fv3lam_rrfs.txt index 93fe30cf4..b7cac6906 100644 --- a/fix/upp/postxconfig-NT-fv3lam_rrfs.txt +++ b/fix/upp/postxconfig-NT-fv3lam_rrfs.txt @@ -1128,11 +1128,11 @@ isobaric_sfc ? ? 153 -CLWMR_ON_ISOBARIC_SFC +CLMR_ON_ISOBARIC_SFC ? 1 tmpl4_0 -CLWMR +CLMR ? ? isobaric_sfc @@ -4051,11 +4051,11 @@ surface ? ? 124 -CLWMR_ON_HYBRID_LVL +CLMR_ON_HYBRID_LVL ? 1 tmpl4_0 -CLWMR +CLMR ? ? hybrid_lvl @@ -12392,11 +12392,11 @@ surface ? ? 124 -CLWMR_ON_HYBRID_LVL +CLMR_ON_HYBRID_LVL ? 1 tmpl4_0 -CLWMR +CLMR ? ? hybrid_lvl diff --git a/scripts/exregional_run_fcst.sh b/scripts/exregional_run_fcst.sh index 8739a1778..1ab2ca510 100755 --- a/scripts/exregional_run_fcst.sh +++ b/scripts/exregional_run_fcst.sh @@ -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