Closed
Conversation
- Added TEOS10 GSW-Fortran as a pakage submodule https://github.com/TEOS-10/GSW-Fortran.git - Added interfaces to use TEOS10 equation of state via #override EQN_OF_STATE = "TEOS10" - Added links to a subset of GSW-Fortran modules to be compiled These are under src/equation_of_state/TEOS10 - Added a conversion from ptemp and salt to ctemp and ref. salinity after initialization in src/initialization/MOM_state_initialization.F90 - ocean_solo/ALE/z could run for 1 month using TEOS10. - Still needs to be done - Convert ctemp to ptemp at the surface before use in flux calculations - Convert from ctemp,refsalt to ptemp,salt for diagnostics - Find out why conversion of salt to absolute salinity produces junk - Find out how much things change when converting to absolute salinity instead of to reference salinity - Find how to pass to and use land_mask in TEOS10 functions instead of relying on salt<-1.0e33
- The approximate polynomials for density, alpha and beta were provided by Fabien Roquet in the form of a code snippet. He gave the reference Roquet, F., Madec, G., McDougall, T. J., and Barker, P. M., 2015. Accurate polynomial expressions for the density and specific volume of seawater using the TEOS-10 standard. Ocean Modelling, 90:29-43. - The corresponding approximation for compressibility is lacking and it is calculated via a TEOS10 function call. - The corresponding approximation for specvol deriverties is lacking and these are calculated explicitly using the density derivatives.
Contributor
Author
|
Newer updates are in user/nnz/add_NEMO . Closing. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adding TEOS10 and NEMO equations of state