Skip to content

Commit

Permalink
fix restart file names
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Sep 27, 2024
1 parent 282873b commit 72f1d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config_src/drivers/nuopc_cap/mom_cap.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1890,7 +1890,7 @@ subroutine ModelAdvance(gcomp, rc)

rpointer_filename = 'rpointer.ocn'//trim(inst_suffix)//timestamp

write(restartname,'(A,".mom6.r.",A)') &
write(restartname,'(A,".mom6.r",A)') &
trim(casename), timestamp
call ESMF_LogWrite("MOM_cap: Writing restart : "//trim(restartname), ESMF_LOGMSG_INFO)
! write restart file(s)
Expand Down

0 comments on commit 72f1d89

Please sign in to comment.