Skip to content

Commit

Permalink
Issue #1 - (1) load g2tmpl/1.6.0 in module_base.wcoss_dell.p3; (2) se…
Browse files Browse the repository at this point in the history
…t DOSFCANL_ENKF in config.esfc
  • Loading branch information
RussTreadon-NOAA committed Dec 26, 2019
1 parent c2296c6 commit 383a00d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion modulefiles/module_base.wcoss_dell_p3
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ module load EnvVars/1.0.2
module load HPSS/5.0.2.5
module load prod_util/1.1.0
module load prod_envir/1.0.2
module load g2tmpl/1.5.0
#module load ESMF/7_1_0r
module unload grib_util/1.0.6
module load grib_util/1.1.0
Expand All @@ -38,6 +37,7 @@ module load python/3.6.3
# Load crtm/2.3.0 from nceplibs (until installed by NCO)
module use -a /usrx/local/nceplibs/dev/NCEPLIBS/modulefiles
module load crtm/2.3.0
module load g2tmpl/1.6.0

# Load FSU Genesis module
module use -a /gpfs/dell2/emc/modeling/noscrub/emc.glopara/git/tracker/ens_tracker.v1.1.15.2/tclogg/modulefiles
Expand Down
7 changes: 7 additions & 0 deletions parm/config/config.esfc
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,12 @@ echo "BEGIN: config.esfc"

export ENKFRESFCSH="$HOMEgsi/scripts/exglobal_enkf_surface_fv3gfs.sh.ecf"

# With IAU only need surface analysis at start of IAU window.
# Set DOSFCANL_ENKF=NO to prevent creation of sfcanl at
# center of analysis window.

if [ $DOIAU_ENKF = "YES" ]; then
export DOSFCANL_ENKF="NO"
fi

echo "END: config.esfc"

0 comments on commit 383a00d

Please sign in to comment.