Robust-detection is a Python package for testing detection of climate change.
Install the virtual environment with conda and activate it:
conda env create -f environment.yml
conda activate robustDAInstall robustDA in the virtual environment:
pip install -e .Run using python3 with the parameters specified in the params.yml file
python3 main.py --help
python3 main.py --exp HT Run the jupyter notebook:
jupyter notebookTo deactivate the environment use:
conda deactivateThe CMIP6 (Coupled Model Intercomparison Project, Phase 6) data is available at https://esgf-node.llnl.gov/projects/cmip6/.