From 89df6c39a6e888af17bde167bdd3a0c93c8ba92e Mon Sep 17 00:00:00 2001 From: Bill Sacks Date: Fri, 8 Nov 2024 10:44:26 -0700 Subject: [PATCH] Change hard-coded default for nextsw_cday_calc This is needed for UFS, which doesn't add this to the namelist --- datm/atm_comp_nuopc.F90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datm/atm_comp_nuopc.F90 b/datm/atm_comp_nuopc.F90 index b74e0d34e..cfd25a782 100644 --- a/datm/atm_comp_nuopc.F90 +++ b/datm/atm_comp_nuopc.F90 @@ -246,7 +246,7 @@ subroutine InitializeAdvertise(gcomp, importState, exportState, clock, rc) rc = ESMF_SUCCESS ! Initialize locally-declared namelist items to default values - nextsw_cday_calc = nullstr + nextsw_cday_calc = 'cam6' call NUOPC_CompAttributeGet(gcomp, name='case_name', value=case_name, rc=rc) if (ChkErr(rc,__LINE__,u_FILE_u)) return