JGCRI / hector

The Hector Simple Climate Model
http://jgcri.github.io/hector/
GNU General Public License v3.0
113 stars 47 forks source link

Solver should be aware of (solve) ALL biomes #19

Open bpbond opened 10 years ago

bpbond commented 10 years ago

Major Solver should be aware of (solve) ALL biomes in simpleNbox N simpleNbox.cpp Ben Open

kdorheim commented 4 years ago

Should follow up to see if this issue is still relevant, I suspect that @ashiklom might have already implemented this.

ashiklom commented 4 years ago

Yes, still relevant, I think. The current multi-biome approach is a hack all the biomes are aggregated, then the differential equations are solved, and then the resulting global fluxes are disaggregated (IIRC according to global NPP + RH share? Or maybe biomass?). It's a reasonable hack that probably comes close to the more formal approach (where the biome-specific differential equations are solved), but a hack nonetheless.

bpbond commented 4 years ago

More generally, the whole solver interface with simpleNbox needs to be tackled at some point. Right now the ocean model is linked through there...it's kludgey and ugly.