Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This patch updates the equation of state (EOS) calls in SIS2 to use the updated MOM EOS API: * `EOS_end` is removed, since there is no longer anything to deallocate * THE EOS type is allocated prior to calling EOS_init, rather than relying on the internal allocation. This is because EOS_init no longer expects a pointer, and no longer does this allocation. This patch may still work with the older version of MOM6, although the EOS pointer will be double-allocated.
- Loading branch information