From 2d399f7f695484a7291dbd9cf82d11bb7fe6bcc9 Mon Sep 17 00:00:00 2001 From: "kate.friedman" Date: Wed, 3 Aug 2022 18:34:03 +0000 Subject: [PATCH] Remove SDATE=CDATE IAU block in NCO config.base - Remove the block in config.base.nco.static that checks if CDATE=SDATE and turns IAU settings to 0. - This block is not needed in operations and causes issues in pre-implementation developer testing when starting a new warm-started parallel with wave restarts. Refs: #960 --- parm/config/config.base.nco.static | 4 ---- 1 file changed, 4 deletions(-) diff --git a/parm/config/config.base.nco.static b/parm/config/config.base.nco.static index 4612e82814..a94f0be863 100755 --- a/parm/config/config.base.nco.static +++ b/parm/config/config.base.nco.static @@ -194,10 +194,6 @@ export IAU_OFFSET=6 export DOIAU_ENKF=${DOIAU:-"YES"} # Enable 4DIAU for EnKF ensemble export IAUFHRS_ENKF="3,6,9" export IAU_DELTHRS_ENKF=6 -if [[ "$SDATE" = "$CDATE" ]]; then - export IAU_OFFSET=0 - export IAU_FHROT=0 -fi # Use Jacobians in eupd and thereby remove need to run eomg export lobsdiag_forenkf=".true."