Skip to content

Commit

Permalink
Tropcy config updates
Browse files Browse the repository at this point in the history
- Move HOMEens_tracker setting to config.tropcy.
- Delete COMINsyn setting from config.tropcy (will use
setting from config.base).

Refs NOAA-EMC#1988
  • Loading branch information
KateFriedman-NOAA committed Nov 7, 2023
1 parent 9311843 commit f0b9ecd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions parm/config/gfs/config.base.emc.dyn
Original file line number Diff line number Diff line change
Expand Up @@ -385,9 +385,6 @@ export INCVARS_EFOLD="5"
export netcdf_diag=".true."
export binary_diag=".false."

# Tracker/genesis package location
export HOMEens_tracker=${BASE_GIT}/TC_tracker/${ens_tracker_ver:-}

# Verification options
export DO_METP="YES" # Run METPLUS jobs - set METPLUS settings in config.metp
export DO_FIT2OBS="YES" # Run fit to observations package
Expand Down
3 changes: 2 additions & 1 deletion parm/config/gfs/config.tropcy
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
########## config.tropcy ##########
echo "BEGIN: config.tropcy"

export COMINsyn=${COMINsyn:-$(compath.py "${envir}/com/gfs/${gfs_ver}")/syndat}
# Tracker/genesis package location
export HOMEens_tracker=${BASE_GIT}/TC_tracker/${ens_tracker_ver}

export SENDCOM="YES" # Needed by tracker scripts still

Expand Down

0 comments on commit f0b9ecd

Please sign in to comment.