No project description provided
Project description
MLD&MTD
This is a methodology to locate the minimum and maximum depth of the thermocline, its thickness, and its strength by fitting the sigmoid function to the temperature profiles in the global ocean. This methodology can be applied to both global and local studies in those areas of the ocean where the water column can be divided into three layers according to its thermal structure.
Installation
To use this methodology, download the mldmtd.py file or simply install it with:
pip install mldmtd
Demo
To locate the minimum and maximum depth of the thermocline of an Argo float profile:
from mldmtd import getProfileDataFromArgoNc, thermocline
df = getProfileDataFromArgoNc('.../aoml/4900432/profiles/D4900432_106.nc')
pres_mtd, temp_mtd, pres_mld, temp_mld, r2, N2T, pres_pred, temp_pred = thermocline(df)
How to cite
[!IMPORTANT] If you use this method, please include a reference to the following:
Romero, E., Tenorio-Fernandez, L., Portela, E., Montes-Aréchiga, J., and Sánchez-Velasco, L.: Improving the thermocline calculation over the global ocean, Ocean Sci., 19, 887–901, https://doi.org/10.5194/os-19-887-2023, 2023.
License
This work is licensed under a Creative Commons Attribution 4.0 International License.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mldmtd-1.1.2.tar.gz.
File metadata
- Download URL: mldmtd-1.1.2.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fcff7163be4271dc67206296c0db873a109d1aa4d42469e760d983d8d869a829
|
|
| MD5 |
984c178fd730fe2b11671c36b329d6cf
|
|
| BLAKE2b-256 |
7748b4b2744792a484ff7ef41f63d792e7dca376f1ee87298f632736056605f6
|
File details
Details for the file mldmtd-1.1.2-py3-none-any.whl.
File metadata
- Download URL: mldmtd-1.1.2-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
865f4b9c391027a2006ef63dd81efb26fc42bdae5b4bb11b6c2a23feb87e7393
|
|
| MD5 |
f378239ce240b9d7a55492c2c7f288f7
|
|
| BLAKE2b-256 |
7aad0f4fb703aacff1f0dc8a6d4ef3c44c49630ad7461e78456e9e89a73858d4
|