oggm
oggm copied to clipboard
Open Global Glacier Model
My code for inverting and running water-/marine-terminating glaciers.
Closes https://github.com/OGGM/oggm/issues/### - [ ] Tests added/passed - [ ] Fully documented - [ ] Entry in `whats-new.rst`
For some glaciers the number of trapezoid grid points of the `model_flowlines` change depending on the `prepro-border`. For the elevation band flowlines it is expected (as far as I know/believe)...
cc. @nchampollion @JordiBolibar @fmaussion Hello ... So I started playing with this data but like I explained before I did not manage to do the automatic download of the data...
I notice that ERA5 data from 1950 to 1978 (preliminary version) has been released and updated. This should be added to OGGM.
Hi, I wanted to know if we can manipulate the `params.cfg` and use different climate datasets or use a different value of creep parameter. Also, I understand that if I...
Hello! I'm not sure if this is a widespread problem, so I report it here just in case. I encountered an error (see the detailed error in the end) during...
Thanks Rodrigio for the report!
`process_custom_climate_data` is highly inefficiently reading all data to disk before subsetting. This is happening here: https://github.com/OGGM/oggm/blob/154c01e7afa281f0c67ae52886ed7c08f3c1b70c/oggm/core/climate.py#L119-L122 This is really not how this should be done (subsetting should happen *before* the...
Since the recommendation is for many cases is to not use qc. I would suggest to change the default parameter `climate_qc_months = 3` in the params.cfg file to `climate_qc_months =...