seasonal module

seasonal.py

Main time-stepping routine for the seasonal Energy Balance Model (EBM). This routine is a translation of the MATLAB code by North & Coakley with sea ice modifications. It uses:

  • seasonal_setup (to initialize the domain, parameters, and state)

  • seasonal_solar (function sun)

  • albedo_seasonal (function albedo_seasonal)

  • icebalance (function icebalance)

All required parameters are assumed to be set in seasonal_setup and returned in the dictionary "setup_data".

seasonal.seasonal_run()[source]