Arctic sea ice box model with 2-layer atmosphere

toy_model.py contains the full model equations, physical constants used, and integration scheme. 2D_parameter_sweeps.py is a driver file that calls functions from toy_model to sweep over two different model parameters simultaneously (i.e., testing all pairwise parameter combinations) using multi-thr...

Full description

Bibliographic Details
Main Author: Camille Hankel
Format: Report
Language:unknown
Published: 2023
Subjects:
Online Access:https://zenodo.org/record/7983226
https://doi.org/10.5281/zenodo.7983226
Description
Summary:toy_model.py contains the full model equations, physical constants used, and integration scheme. 2D_parameter_sweeps.py is a driver file that calls functions from toy_model to sweep over two different model parameters simultaneously (i.e., testing all pairwise parameter combinations) using multi-threading. The default parameter values listed in 2D_parameter_sweeps can also be used to run a single model simulation.