Skip to content

Commit

Permalink
Change hard-coded default for nextsw_cday_calc
Browse files Browse the repository at this point in the history
This is needed for UFS, which doesn't add this to the namelist
  • Loading branch information
billsacks committed Nov 8, 2024
1 parent 4165d06 commit 89df6c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datm/atm_comp_nuopc.F90
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 89df6c3

Please sign in to comment.