Arctic sea ice box model with 2-layer atmosphere ...

toy_model.py contains the full model equations, physical constants used, and integration scheme. 2D_sweep_revisions.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-thre...

Full description

Bibliographic Details
Main Author: Camille Hankel
Format: Text
Language:unknown
Published: Zenodo 2023
Subjects:
Online Access:https://dx.doi.org/10.5281/zenodo.10085322
https://zenodo.org/doi/10.5281/zenodo.10085322
Description
Summary:toy_model.py contains the full model equations, physical constants used, and integration scheme. 2D_sweep_revisions.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_sweep_revisions can also be used to run a single model simulation. All constants have been updated to match those used in the final version of the accepted manuscript. ...