Skip to content

Commit f6f2d5d

Browse files
committed
Commenting about glacierwide mass balance computation
1 parent 4d47a3c commit f6f2d5d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pygem/bin/run/run_calibration.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,8 @@ def mcmc_model_eval(
459459
if mbmod is None:
460460
glacierwide_mb_mwea = mb_mwea_calc(gdir, modelprms, glacier_rgi_table, fls)
461461
else:
462+
# note that frontal ablation has not been included in the total mass balance here
463+
# thus, the glac_wide_massbaltotal can simply be used to compute the glacierwide climatic mass balance
462464
glacierwide_mb_mwea = (
463465
mbmod.glac_wide_massbaltotal[gdir.mbdata['t1_idx'] : gdir.mbdata['t2_idx'] + 1].sum()
464466
/ mbmod.glac_wide_area_annual[0]

0 commit comments

Comments
 (0)