Skip to content

Commit f93bb93

Browse files
HAFSv2.2: remove overwriting of time0/N for inp file
1 parent 86b84cc commit f93bb93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

model/src/wav_comp_nuopc.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1694,7 +1694,7 @@ subroutine waveinit_ufs( gcomp, stdout, ntrace, mpicomm, mds, rc)
16941694

16951695
fnmpre = './'
16961696
if (root_task) write(stdout,'(a)') trim(subname)//' call read_shel_config'
1697-
call read_shel_config(mpicomm, mds, time0_overwrite=time0, timen_overwrite=timen, rstfldlist=fldrst)
1697+
call read_shel_config(mpicomm, mds) !, time0_overwrite=time0, timen_overwrite=timen, rstfldlist=fldrst)
16981698

16991699
! Define any additional restart fields
17001700
if(len_trim(fldrst) > 0) then

0 commit comments

Comments
 (0)