oggm icon indicating copy to clipboard operation
oggm copied to clipboard

Open Global Glacier Model

Results 163 oggm issues
Sort by recently updated
recently updated
newest added

Here I add a new kwarg to the dynamic mu star calibration to provide `geodetic_mb_ice_density`. Previously it used an ice density of 900 kg m-3 when calculating the modelled geodetic...

The dataset is available on https://www.sedoo.fr/theia-publication-products/?uuid=55acbdd5-3982-4eac-89b2-46703557938c I'm just writing all this here until we find a better place to report this: - [ ] there are two files for the...

Dear OGGM-Team, I'm trying to reconstruct the state of glaciation in a catchment with (today) 38 glaciers in 1980 as starting point for a hydrological model run. Therefore, I need...

I followed the [tutorial](https://oggm.org/tutorials/stable/notebooks/advanced/dynamical_spinup.html) and got an error when running the code. ``` for gdir in gdirs: try: spinup_start_yr = 1979 # save the original melt_f melt_f_original = gdir.read_json('mb_calib')['melt_f'] #...

This is related to https://github.com/OGGM/oggm/pull/1674 and includes some minor changes in `merge_gridded_data` and `merge_simulated_thickness`. - [ ] Tests added/passed - [ ] Fully documented - [ ] Entry in `whats-new.rst`

Some plotting functionalities of `oggm.graphics` can plot results of multiple gdirs by using `extend_plot_limit=True`. With the changes of https://github.com/OGGM/oggm/pull/1674, it would now be possible to also add topography to those...

The scale of the changes is too large for a pure replacement of the existing model without more testing. In the interest of time I therefore put Jan's model as...

Link to issue with workflow tutorial with different climate data sets https://github.com/OGGM/tutorials/issues/113 Seems like you can set a suffix for certain tasks but that functionality is not carry out in...

I replaced the server used for downloading the COPDEM30/90 (from ftps://cdsdata.copernicus.eu to https://prism-dem-open.copernicus.eu). A few comments: - I replaced `download_with_authentication` with `file_downloader` because no credentials are needed anymore; - I...