Skip to content

Commit

Permalink
Require the clm_initinterp_inparm namelist
Browse files Browse the repository at this point in the history
  • Loading branch information
ekluzek committed Oct 12, 2022
1 parent 9f6a21d commit 781cbc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/init_interp/initInterp.F90
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ subroutine initInterp_readnl(NLFilename)
call endrun(msg="ERROR reading clm_initinterp_inparm namelist"//errmsg(sourcefile, __LINE__))
end if
else
write(iulog,*) "Could not find clm_initinterp_inparm namelist"
call endrun(msg='ERROR Could not find clm_initinterp_inparm namelist'//errmsg(sourcefile, __LINE__))
end if
call relavu( unitn )
end if
Expand Down
2 changes: 1 addition & 1 deletion src/main/restFileMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,7 @@ subroutine restFile_read_consistency_nl( &
call endrun(msg='ERROR reading finidat_consistency_checks namelist'//errMsg(sourcefile, __LINE__))
end if
else
call endrun(msg='Could not find finidat_consistency_checks namelist'//errMsg(sourcefile, __LINE__))
call endrun(msg='ERROR Could not find finidat_consistency_checks namelist'//errMsg(sourcefile, __LINE__))
end if
close(nu_nml)
call relavu( nu_nml )
Expand Down

0 comments on commit 781cbc3

Please sign in to comment.