ClimateModels.jl
Note: package in early development stage; breaking changes remain likely.
This package provides a uniform interface to climate models of varying complexity and completeness. Models that range from low dimensional to whole Earth System models can be run and/or analyzed via this framework.
It also supports e.g. cloud computing workflows that start from previous model output available over the internet. Version control, using git, is included to allow for workflow documentation and reproducibility.
Example Workflows That Run Models
- one stochastic path (0D)
- a shallow water model (2D)
- the MIT general circulation model (3D, Ocean, Atmosphere, etc)
Remote Access To Model Output
The initial example accesses CMIP6 model output from cloud storage, via AWS and Zarr, to compute temperature maps and time series.