Skip to content

apetcho/tsdiagram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TEMPERATURE - SALINITY DIAGRAM

Given temperature (T, in degree C), absolute salinity (S, in PSU), and seawater pressure level, tsdiagram handle the inputs and plot the so called TS-diagram often used in ocean sciences.

Temperature and salinity fields must be of the same size, either in form of 1D or 2D numpy array. The pressure level is scalar.

Requirements:

numpy

For handling array numerics

matplotlib

For plotting utilities

`gsw`: Gibbs SeaWater Oceanographic Package of TEOS-10

For seawater equation of state. Mainly used here to calculate the absolute density.

image

Author

Eyram K. Apetcho

Contact

eyram.apetcho@gmail.com

Version

0.1

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published