Skip to content

Commit

Permalink
revert MOM_io_file.F90 back
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiande Wang authored and Jiande Wang committed Mar 5, 2024
1 parent 8a4f281 commit 81925e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/framework/MOM_io_file.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1696,9 +1696,9 @@ subroutine read_field_chksum_nc(handle, field, chksum, valid_chksum)
!< File where field is stored
type(MOM_field), intent(in) :: field
!< The field whose checksum attribute is to be read
integer(kind=int64), intent(inout) :: chksum
integer(kind=int64), intent(out) :: chksum
!< The checksum for the field.
logical, intent(inout) :: valid_chksum
logical, intent(out) :: valid_chksum
!< If true, chksum has been successfully read

call MOM_error(FATAL, 'read_field_chksum over netCDF is not yet implemented.')
Expand Down

0 comments on commit 81925e7

Please sign in to comment.