8000 GitHub - pmlmodelling/neccton_cc_indices: NECCTON project Climate Change Stressors Indices Calculations.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

pmlmodelling/neccton_cc_indices

Repository files navigation

NECCTON WP8, delieverable 4: The Climate Change Stressors Indices..

Lee de Mora & Giovanni Galli

Environmental stressors are stressors directly related to climate change: ie warming, deoxygenation, acidification.

The 5 stressors that can be generated by this code are:

  1. Average warming + deoxygenation (AGI)

  2. Marine heat waves

  3. hypoxia / anoxia

  4. acidification

  5. A multi-stressor index.

Installation

  1. Clone from github (pml only right now)
git clone git@github.com:pmlmodelling/neccton_cc_indices.git
  1. Create and activate conda environment:
conda env create --name neccton --file=environment.yml
conda activate neccton
  1. Install this package in editable and loadable format:
pip install -e .
  1. Test installation:
python
import necctontools

Then use interactive tab-complete to test whether necctontools has loaded correctly.

Running

  1. AGI
./AGI_run.sh

The AGI parameters are calculated run with:

mkdir shelves AGI_params
python AGI/AGI_calc_params.py -y yamls/AMM7-RECICLE-BGC-IPSL-CM5A-MR.yaml

Once that has completed, it will write the new parameters to the AGI_params directory.

This assumes you have the aquamaps datasets on hand, and accesss to WOA23 data.

Aerobic Growth Index (AGI)

Based on Clarke et al. 2021 and Moree et al. 2023.

About

NECCTON project Climate Change Stressors Indices Calculations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0