Code repository: Southern Ocean and Antarctic Sea ice Evolution (SO-ASE)
This repository contains tools and workflows for studying the Southern Ocean and Antarctic sea ice evolution. It includes Python modules for data analysis and scripts for parallelized processing of model outputs.
The so_ase Python module provides utilities for analyzing and visualizing Southern Ocean and Antarctic sea ice data. Key features include:
- Data Processing: Functions for handling model outputs and observational datasets.
- Visualization: Tools for creating plots and maps of sea ice and ocean properties.
The python package can be installed using pip.
- Clone the repository
- cd ./SO-ASE/
- conda env create -f ./environment/environment.yml or conda create -f ./environment/environment.yml
- conda activate so_ase
- pip install -e .
- python -m ipykernel install --user --name=so_ase --display-name "Python (so-ase)" (optional)
The -e will install the package in editable mode, so local changes are read at import.
The package can now be imported from the so_ase environment in a python file.
import so_ase as so
It is further available as a kernel in Jupyter.
The workflows+* subdirectories contain scripts for various application, i.e. fesom input & mesh file generation and parallelized fesom output postprocessing.