Playing with the IMOS data in the past Ocean Hack, I noticed a suppression of the South Australian upwelling on the SA NRS mooring that lead to this question: What is the variability of the South Australian upwelling and what is driving it?
My idea for this project is to revisit the efforts from the OceanHack 2022 and create a very general “detection and attribution” project. We can tweak it as we go, depending on where our interest takes us. I propose this:
Issue 1: Subset the data from SA moorings.
Issue 2: What is the variability of the South Australia upwelling?
Issue 3: What is the relationship of this variability with the relevant climate mode for the region? What is the relationship of the variability of the Bonney Coast and stratospheric warming?
If we are amazing and got this far:
Issue 4: Develop climate model simulations.
- Use climate models (e.g., global climate models or regional climate models) to simulate the Bonney Coast climate and environmental conditions. Run simulations that include different scenarios or forcings, such as natural variability and anthropogenic forcing, to compare against the observed data.
Issue 5: Quantify the contributions of different drivers to the observed changes using established attribution methods, such as fingerprinting techniques or attribution frameworks.
Housekeeping:
Useful links:
You can install the project requirements that are listed in the environment.yaml
file by running this command:
conda env create -f environment.yaml
You can replace conda
with mamba
, if you have it installed.