Skip to content

Commit

Permalink
Added API documentation for chkerr()
Browse files Browse the repository at this point in the history
  • Loading branch information
adcroft committed Jan 20, 2021
1 parent 172025d commit c05b042
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config_src/nuopc_driver/mom_cap_methods.F90
Original file line number Diff line number Diff line change
Expand Up @@ -939,6 +939,7 @@ subroutine field_getfldptr(field, fldptr1, fldptr2, rank, abort, rc)

end subroutine field_getfldptr

!> Returns true if ESMF_LogFoundError() determines that rc is an error code. Otherwise false.
logical function ChkErr(rc, line, file)
integer, intent(in) :: rc !< return code to check
integer, intent(in) :: line !< Integer source line number
Expand Down

0 comments on commit c05b042

Please sign in to comment.