Skip to content
Merged
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
1 change: 0 additions & 1 deletion scripts/exregional_run_analysis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,6 @@ if [[ ${gsi_type} == "ANALYSIS" && ${anav_type} == "radardbz" ]]; then
fi
if [[ ${gsi_type} == "ANALYSIS" && ${anav_type} == "conv_dbz" ]]; then
ANAVINFO=${FIX_GSI}/${ANAVINFO_CONV_DBZ_FN}
beta1_inv=0.0
if_model_dbz=.true.
fi
naensloc=`expr ${nsclgrp} \* ${ngvarloc} + ${nsclgrp} - 1`
Expand Down
7 changes: 7 additions & 0 deletions scripts/exregional_run_post.sh
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,13 @@ if [ -f IFIFIP.GrbF${post_fhr} ]; then
wgrib2 IFIFIP.GrbF${post_fhr} -set center 7 -grib ${bgifi}
fi

#
#-----------------------------------------------------------------------
# clean forecast netcdf files for saving space
#-----------------------------------------------------------------------
#
rm -f ${dyn_file}
rm -f ${phy_file}
#
#-----------------------------------------------------------------------
#
Expand Down
6 changes: 3 additions & 3 deletions ush/config.sh_rrfs_a_enkf_n3
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ if [[ ${DO_ENSEMBLE} == "TRUE" ]]; then
DO_SPP="TRUE"
DO_SPPT="FALSE"
DO_SKEB="FALSE"
SPPT_MAG="0.7"
SPPT_MAG="0.5"
DO_LSM_SPP="TRUE"
DO_RECENTER="TRUE"

Expand All @@ -203,8 +203,8 @@ STMP="/lfs/f2/t2o/ptmp/emc/stmp/emc.lam/rrfs/${version}" # Path to directory ST
PTMP="/lfs/f2/t2o/ptmp/emc/ptmp/emc.lam/rrfs/${version}" # Path to directory STMP that mostly contains input files.
NWGES="/lfs/f2/t2o/ptmp/emc/ptmp/emc.lam/rrfs/${version}/nwges" # Path to directory NWGES that save boundary, cold initial, restart files
if [[ ${DO_ENSFCST} == "TRUE" ]] ; then
STMP="/lfs/f2/t2o/ptmp/emc/stmp/emc.lam/rrfs/${version}/enfcst" # Path to directory STMP that mostly contains input files.
NWGES="/lfs/f2/t2o/ptmp/emc/ptmp/emc.lam/rrfs/${version}/nwges/enfcst" # Path to directory NWGES that save boundary, cold initial, restart files
STMP="/lfs/h2/emc/stmp/emc.lam/rrfs/${version}/enfcst" # Path to directory STMP that mostly contains input files.
NWGES="/lfs/h2/emc/ptmp/emc.lam/rrfs/${version}/nwges/enfcst" # Path to directory NWGES that save boundary, cold initial, restart files
fi
ENSCTRL_STMP="/lfs/f2/t2o/ptmp/emc/stmp/emc.lam/rrfs/${version}" # Path to directory STMP that mostly contains control input files for ensemble recentering.
ENSCTRL_PTMP="/lfs/f2/t2o/ptmp/emc/ptmp/emc.lam/rrfs/${version}" # Path to directory STMP that mostly contains control input files for ensemble recentering.
Expand Down
2 changes: 1 addition & 1 deletion ush/set_rrfs_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if [[ $MACHINE == "wcoss2" ]] ; then
OBSPATH=/lfs/h1/ops/prod/com/obsproc/v1.1
OBSPATH_NSSLMOSIAC=/lfs/h1/ops/prod/dcom/ldmdata/obs/upperair/mrms/conus/MergedReflectivityQC
ENKF_FCST=/lfs/h1/ops/prod/com/gfs/v16.3
SST_ROOT=/lfs/h1/ops/prod/com/gfs/v16.3
SST_ROOT=/lfs/h1/ops/prod/com/nsst/v1.2
GVF_ROOT=/lfs/h1/ops/prod/dcom/viirs
IMSSNOW_ROOT=/lfs/h1/ops/prod/com/obsproc/v1.1
FIRE_RAVE_DIR=/lfs/h2/emc/lam/noscrub/emc.lam/RAVE_rawdata/RAVE_NA
Expand Down
2 changes: 1 addition & 1 deletion ush/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ FHCYC_LSM_SPP_OR_NOT=0
if [ "${DO_LSM_SPP}" = "TRUE" ]; then
N_VAR_LNDP=${#LSM_SPP_VAR_LIST[@]}
LNDP_TYPE=2
FHCYC_LSM_SPP_OR_NOT=999
FHCYC_LSM_SPP_OR_NOT=0
fi
#
#-----------------------------------------------------------------------
Expand Down