NOAA-GFDL / SIS2

NOAA-GFDL's Sea Ice Simulator version 2
Other
16 stars 43 forks source link

Use init_call argument to ice_data_type_chksum #133

Closed Hallberg-NOAA closed 4 years ago

Hallberg-NOAA commented 4 years ago

Added code to use the optional init_call argument to ice_data_type_chksum, which was recently omitted when this optional argument was added in an attempt to partially address SIS2 issue #102. Without this change, the logical variable init was being used but not set, so it would have been random whether some of the chksums were being written. All solutions are bitwise identical.