Skip to content

Commit

Permalink
modify MOM_io_file.F90
Browse files Browse the repository at this point in the history
  • Loading branch information
jiandewang committed Mar 6, 2024
1 parent 392b215 commit 4e7c6b6
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(out) :: chksum
integer(kind=int64), intent(out) :: chksum = -1
!< The checksum for the field.
logical, intent(out) :: valid_chksum
logical, intent(out) :: valid_chksum = .false.
!< 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 4e7c6b6

Please sign in to comment.