Skip to content

Commit

Permalink
Merge pull request ESCOMP#13 from BjerknesCPU/dev_pgchiu
Browse files Browse the repository at this point in the history
Fix apply_use_init_interp() use in branch run, as suggested in  ESCOMP#786
  • Loading branch information
MichaelSchulzMETNO authored Apr 29, 2021
2 parents 0e3aa48 + 9248bd7 commit 8a9f114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/controlMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1007,7 +1007,7 @@ subroutine apply_use_init_interp(finidat, finidat_interp_source)
!-----------------------------------------------------------------------

if (finidat == ' ') then
call endrun(msg=' ERROR: Can only set use_init_interp if finidat is set')
write(iulog,*)' WARNING: Setting use_init_interp has no effect if finidat is not also set'
end if

if (finidat_interp_source /= ' ') then
Expand Down

0 comments on commit 8a9f114

Please sign in to comment.