https://github.com/cgentemann/marineheatwaves
marineHeatWaves is a module for python which implements the Marine Heatwave (MHW) definition of Hobday et al. (2016, Prog Ocean).
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
✓DOI references
Found 1 DOI reference(s) in README -
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (14.2%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
marineHeatWaves is a module for python which implements the Marine Heatwave (MHW) definition of Hobday et al. (2016, Prog Ocean).
Basic Info
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Fork of ecjoliver/marineHeatWaves
Created almost 6 years ago
· Last pushed almost 6 years ago
https://github.com/cgentemann/marineHeatWaves/blob/master/
# Marine Heatwaves detection code marineHeatWaves is a module for python which implements the Marine Heatwave (MHW) definition of Hobday et al. (2016). A version written in R is also [available](https://robwschlegel.github.io/heatwaveR/index.html). # Contents |File |Description| |---------------------|-----------| |CHANGES.txt |A list of software versions and changes| |docs/ |Documentation folder| |LICENSE.txt |Software license information| |marineHeatWaves.py |marineHeatWaves module| |README.md |This file| |setup.py |Installation script (see below)| # Installation This module can be installed one of two ways: 1. Standard python install. On Linux/UNIX or OS X run the following command in the terminal: ``` python setup.py install ``` or on windows run this at the command prompt (not tested) ``` setup.py install ``` 2. Alternatively just copy the marineHeatWaves.py to your working directory or any other directory from which Python can import modules. Prequisite Python modules include numpy, scipy, and datetime. # Documentation and Usage Inside the documentation folder are the following helpful files and scripts: |File |Description| |--------------------------|-----------| |marineHeatWaves_manual.htm|HTML file of IPython notebook outlining use of marineHeatWaves code to detect the "big three" historical marine heatwaves. Original data files (NOAA OI SST hi-res) not supplied due to copyright.| |example_synthetic.ipynb |IPython notebook outlining use of marineHeatWaves code to detect events from a synthetic time series. This notebook can be run by the user as it relies only on internally-generated synthetic temperature data.| |example_synthetic.html |Static HTML version of example_synthetic.ipynb.| |mhw_stats.py |Script with some examples of how to output plots, stats, and data files from marineHeatWaves detection code. Requires a subfolder to be created with the name 'mhw_stats', to which all files are output.| # References Hobday, A.J. et al. (2016), A hierarchical approach to defining marine heatwaves, Progress in Oceanography, 141, pp. 227-238, doi: 10.1016/j.pocean.2015.12.014 [pdf](http://passage.phys.ocean.dal.ca/~olivere/docs/Hobdayetal_2016_PO_HierarchMHWDefn.pdf) # Acknowledgements The code was written by Eric C. J. Oliver. Contributors to the Marine Heatwaves definition and its numerical implementation include Alistair J. Hobday, Lisa V. Alexander, Sarah E. Perkins, Dan A. Smale, Sandra C. Straub, Jessica Benthuysen, Michael T. Burrows, Markus G. Donat, Ming Feng, Neil J. Holbrook, Pippa J. Moore, Hillary A. Scannell, Alex Sen Gupta, and Thomas Wernberg. # Contact Eric C. J. Oliver Department of Oceanography Dalhousie University Halifax, Nova Scotia, Canada t: (61) 902 494-2505 e: eric.oliver@dal.ca w: http://ecjoliver.weebly.com w: https://github.com/ecjoliver
Owner
- Name: Chelle Gentemann
- Login: cgentemann
- Kind: user
- Location: Santa Rosa, CA
- Company: NASA HQ
- Website: cgentemann.github.io
- Twitter: ChelleGentemann
- Repositories: 69
- Profile: https://github.com/cgentemann
Physical Oceanographer