oggm
oggm copied to clipboard
Open Global Glacier Model
When I run the example of [Run the mass-balance calibration](https://oggm.readthedocs.io/en/latest/run_examples/run_mb_calibration.html/), the script ends with an error said **'utf-8' codec can't decode byte 0x8b in position 1: invalid start byte.** Has...
So currently we have one big hash file for everything on cluster, and it will only get bigger with time. I would like to suggest to have a separate hashfile...
https://www.usgs.gov/land-resources/eros/coastal-changes-and-impacts https://topotools.cr.usgs.gov/gmted_viewer/viewer.htm Some example tiles: ``` https://edcintl.cr.usgs.gov/downloads/sciweb1/shared/topo/downloads/GMTED/Global_tiles_GMTED/075darcsec/mea/E090/30N090E_20101117_gmted_mea075.tif https://edcintl.cr.usgs.gov/downloads/sciweb1/shared/topo/downloads/GMTED/Global_tiles_GMTED/075darcsec/mea/E090/10N090E_20101117_gmted_mea075.tif https://edcintl.cr.usgs.gov/downloads/sciweb1/shared/topo/downloads/GMTED/Global_tiles_GMTED/075darcsec/mea/E060/30N060E_20101117_gmted_mea075.tif ```
I just had a short chat with @lilianschuster and she pointed out that tasks like `run_constant_climate` do not pass on "custom" `init_model_fls` to the MultipleFlowlineMassBalance-Model but only to the dynamic...
Flux limitierer
I have installed OGGM following the [guide](http://docs.oggm.org/en/latest/installing-oggm.html) with Python 3.7 (`conda create --name oggm_env python=3.7`). When I run the steps from the [Getting Started Tutorial](https://mybinder.org/v2/gh/OGGM/binder/master?urlpath=git-pull?repo=https://github.com/OGGM/oggm-edu-notebooks%26amp%3Bbranch=master%26amp%3Burlpath=lab/tree/oggm-edu-notebooks/oggm-tuto/welcome.ipynb%3Fautodecode) I get the following error...
This is going to be a *BIG* undertaking. But it would be very great...
This happens here: https://github.com/OGGM/oggm/blob/503b563b9626ee008619493b513fc92c0ef318da/oggm/core/inversion.py#L425 And actually was a bad idea (I think). Physical consistency dictates no filtering at all, but then it creates bumps in the bed close to the...
Hello @fmaussion , I noticed that in this version of the `inversion.find_inversion_calving()` the width of the calving front is not retain in the output of the function. This variable is...
Certain attributes are only available at the Flowline level (e.g. `widths_m`) although it should not be. The two classes have arisen as the code was growing, but it's time for...