oggm
oggm copied to clipboard
Open Global Glacier Model
It's not a big deal and there is probably a clever fix for that but I'm not clever at the moment.
Working on https://github.com/OGGM/oggm/pull/1092 and https://github.com/OGGM/oggm/issues/1089 opened a rabbit hole of small inconsistencies and problems in the inversion which are related to the MB on multiple flowlines and the equilibrium condition...
Long term, we will use a physically consistent and climate-aware inversion method (https://github.com/OGGM/combine from @pat-schmitt and @phigre ). Mid-term, here is an idea. One of the least reasonable aspect of...
Modelled surface specific MB as output from the MB model is not exact same as total glacier volume change during the same timestep. For mass-conservation checks it would be useful...
https://github.com/GLIMS-RGI/rgitools/issues/18
the flowline length is calculated by the following code in the `class` `Flowline(Centerline):` `@property` `def` `length_m(self):` - `pok = np.where(self.thick> 0.)[0]` ` return len(pok) * self.dx_meter` However, self.thick is sometimes...
I would like to start this issue to discuss if there might be additional requirements needed on the climate data that can be processed by the `process_gcm_data` function. This issue...
DEMs get often downloaded as tar files and extracted to the tmpdir. If I understand the LRU file handler correctly it only takes into account .tif file which are directly...
After https://github.com/OGGM/oggm/pull/1040 is merged, it should be possible to use the exact same method as HF2012
Both tasks are trying to smooth the last grid points of the last flowline, and both are not preserving volume or area. I think it's going to be hard to...