taylorbell57 / Bell_EBM

An object-oriented Energy Balance Model that can be used to model exoplanet observations
https://bell-ebm.readthedocs.io
MIT License
4 stars 3 forks source link

Fix map slipping issues #10

Closed taylorbell57 closed 4 years ago

taylorbell57 commented 5 years ago

Use a map object instead of a temperature array inside the code, or at least return the map object from the run_model function instead of the temperature array. This will save people from doing weird things with the slipping maps due to the advection method currently used in the main branch.

taylorbell57 commented 4 years ago

Resolved