Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 458 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 458 Bytes

Heatwaves Code Testing Repository

Repository containing python package for the computing of Marine Heatwave index (MHWI) and Marine Heatwaves (MHW) detection.

Set up Conda environment

Requirements: installed conda or mamba

to install the heatwaves environmet and run the notebooks type in a terminal:

git clone [email protected]:climateintelligence/Heatwaves.git 
cd Heatwaves

conda env create
conda activate heatwaves

jupyter lab