Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update icepack interfaces #282

Merged
merged 6 commits into from
Nov 8, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update comment
  • Loading branch information
apcraig committed Nov 6, 2019
commit d4279369bf9daf9e21b9a0bb604f449a995a99ee
3 changes: 2 additions & 1 deletion columnphysics/icepack_warnings.F90
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,8 @@ subroutine icepack_warnings_argchk(argflag,arg,sub,errflag)
character(len=*),parameter :: subname='(icepack_warnings_argchk)'

! subroutine to check interface arguments
! expect argflag is passing (present(arg)) and if false, trigger error
! expect argflag is passing (present(arg)) and if false, trigger error -
! add error message, set abort flag, return errflag if passed

if (.not.argflag) then
write(warnstr,*) trim(sub)//" "//trim(arg)//" required in interface"
Expand Down