This repository is used to evaluate ported speedy_physics.f90 to SpeedyWeather.jl parametrization functions.
- Linux/macOS/WSL
- Anaconda/Miniconda
Clone this repository with --recurse-submodules
(i.e. git clone --recurse-submodules https://github.com/dmey/speedy_physics_compare
) then, to install the required dependencies and generate python bindings for fortran modules type the following command from your command line interface:
scripts/init.sh
You can view the current evaluation by opening the evaluation notebooks (evaluate_
). Alternatively, to run the evaluation locally type the following commands from your command line interface, :
conda activate speedy_physics_compare
jupyter lab evaluate.ipynb