You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, slab models are used for land (in some cases), sea ice, and ocean. Land can also be a bucket model, and ocean temperatures can also be prescribed. In the future, there will be different sea ice models as well.
use multiple dispatch for obtaining T, energy, etc correctly from different models, as they are stored differently in different models
make a more useful slab_utils file and separate ocean, land, and ice directories?
Basically, clean up duplicate code between slab models and make use of dispatch over flags for different model types.
The text was updated successfully, but these errors were encountered:
Currently, slab models are used for land (in some cases), sea ice, and ocean. Land can also be a bucket model, and ocean temperatures can also be prescribed. In the future, there will be different sea ice models as well.
Basically, clean up duplicate code between slab models and make use of dispatch over flags for different model types.
The text was updated successfully, but these errors were encountered: