Skip to content

Commit

Permalink
Add USE_OCN_PERTURB_FILES to gfs config.base
Browse files Browse the repository at this point in the history
Set to .false. by default; needed for staging job

Refs NOAA-EMC#2475
  • Loading branch information
KateFriedman-NOAA committed May 30, 2024
1 parent a805fa8 commit 719701b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions parm/config/gfs/config.base
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,10 @@ export INCVARS_EFOLD="5"
export netcdf_diag=".true."
export binary_diag=".false."

# Initialize ocean ensemble members with perturbations
# if true, only occurs for members greater than zero
export USE_OCN_PERTURB_FILES=".false."

# Verification options
export DO_METP="NO" # Run METPLUS jobs - set METPLUS settings in config.metp; not supported with spack-stack
export DO_FIT2OBS="YES" # Run fit to observations package
Expand Down

0 comments on commit 719701b

Please sign in to comment.