Skip to content

Commit

Permalink
fix line length too long issue in mom_cap.F90
Browse files Browse the repository at this point in the history
  • Loading branch information
jiandewang committed May 22, 2024
1 parent b32aea7 commit bfe3e4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config_src/drivers/nuopc_cap/mom_cap.F90
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,8 @@ subroutine InitializeP0(gcomp, importState, exportState, clock, rc)
endif

! Read end of run restart config option
call NUOPC_CompAttributeGet(gcomp, name="write_restart_at_endofrun", value=value, isPresent=isPresent, isSet=isSet, rc=rc)
call NUOPC_CompAttributeGet(gcomp, name="write_restart_at_endofrun", value=value, &
isPresent=isPresent, isSet=isSet, rc=rc)
if (ChkErr(rc,__LINE__,u_FILE_u)) return
if (isPresent .and. isSet) then
if (trim(value) .eq. '.true.') restart_eor = .true.
Expand Down

0 comments on commit bfe3e4f

Please sign in to comment.