File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,9 @@ Enhancements
6666 instead of glacier-per-glacier values. This is useful to trick
6767 RGI7 into being calibrated or other things (:pull: `1692 `).
6868 By `Fabien Maussion <https://github.com/fmaussion >`_
69+ - Added the rgi7g_to_complex task which adds a mask of glacier
70+ entities in the glacier complex glacier dirs (:pull: `1736 `).
71+ By `Fabien Maussion <https://github.com/fmaussion >`_
6972
7073Bug fixes
7174~~~~~~~~~
Original file line number Diff line number Diff line change @@ -484,6 +484,9 @@ def _time_log():
484484 if add_glathida :
485485 from oggm .shop .glathida import glathida_to_gdir
486486 workflow .execute_entity_task (glathida_to_gdir , gdirs )
487+ if rgi_version == '70C' :
488+ # Some additional data for the 70C glaciers
489+ workflow .execute_entity_task (tasks .rgi7g_to_complex , gdirs )
487490
488491 if bin_variables and gdirs_band :
489492 workflow .execute_entity_task (tasks .elevation_band_flowline ,
You can’t perform that action at this time.
0 commit comments