From 719701b50939cb31cbbf5d519b248287f3522d4d Mon Sep 17 00:00:00 2001 From: "Kate.Friedman" Date: Thu, 30 May 2024 13:35:55 +0000 Subject: [PATCH] Add USE_OCN_PERTURB_FILES to gfs config.base Set to .false. by default; needed for staging job Refs #2475 --- parm/config/gfs/config.base | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/parm/config/gfs/config.base b/parm/config/gfs/config.base index f1e25750ef..d81a6a152b 100644 --- a/parm/config/gfs/config.base +++ b/parm/config/gfs/config.base @@ -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