Fabien Maussion

Results 166 issues of Fabien Maussion

Following a discussion with @nchampollion and @drounce , I would be very keen in having a standardized way to fill data gaps in failing glaciers in OGGM (something like [exten_past_climate_run](https://github.com/OGGM/oggm/blob/master/oggm/utils/_workflow.py#L1696)...

We also use this model for GCM data...

It is going to be **very** hard to assess the impact of changes in the OGGM codebase for all glaciers worldwide. When we will tag V1.1 (at the end of...

Amongst all other things the OGGM classes like Flowline, FlowlineModel, MassBalanceModel are very important to understand. It would be good to document them proper (following the model of MassBalanceModel, using...

docs

This looks *very* promising, for the partitioning tool as well: https://github.com/mdbartos/pysheds

To reproduce: ```python from oggm import utils, cfg cfg.initialize() cfg.PATHS['working_dir'] = utils.get_temp_dir('tests_dem') url = 'ftps://cdsdata.copernicus.eu:990/datasets/COP-DEM_GLO-90-DGED/2019_1/DEM1_SAR_DGE_90_20130605T075845_20140727T081758_ADS_000000_9503.DEM.tar' utils.download_with_authentication(url, 'spacedata.copernicus.eu') ``` @TimoRoth could you have a look when you have time?

## Motivation [OGGM-Edu](http://edu.oggm.org) is a modern platform providing tools and materials for instructors who want to teach about glaciers at school, in workshops or at the university. It relies on...

thesis topic

After a short look I'm quite sure that 'climate_info' should be removed entirely.

Ice caps which are wrongly divided (very frequent in Antarctica) are very likely to have very bad looking flowlines. This won't make them looking much better, but maybe...

It's not a big deal and there is probably a clever fix for that but I'm not clever at the moment.