Skip to content

Commit

Permalink
added volumen_m3_min_h to compile_run_output (#1593)
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-schmitt committed Jun 13, 2023
1 parent 4ca41b1 commit 9ddfb51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions oggm/utils/_workflow.py
Expand Up @@ -1108,6 +1108,8 @@ def compile_run_output(gdirs, path=True, input_filesuffix='',
time_info = {}
time_keys = ['hydro_year', 'hydro_month', 'calendar_year', 'calendar_month']
allowed_data_vars = ['volume_m3', 'volume_bsl_m3', 'volume_bwl_m3',
'volume_m3_min_h', # only here for back compatibility
# as it is a variable in gdirs v1.6 2023.1
'area_m2', 'area_m2_min_h', 'length_m', 'calving_m3',
'calving_rate_myr', 'off_area',
'on_area', 'model_mb', 'is_fixed_geometry_spinup']
Expand Down

0 comments on commit 9ddfb51

Please sign in to comment.