Snow/Glacier melt contribution

13 views
Skip to first unread message

Bikas C. Bhattarai

unread,
Aug 7, 2018, 12:24:14 PM8/7/18
to sh...@googlegroups.com
Hello All,
I tried to separate snow and glacier melt contribution from total simulated runoff simulated by PTGSK-model during calibration. I am not sure, the runoff that I got is from snow/glacier melt or only glacier melt (Actually, I did not found snowmelt separately). The steps that I followed is:

cells = simulator.region_model.get_cells()
gm = [cell.rc.glacier_melt.v for cell in cells] 
total_gm = [float(sum(col)) for col in zip(*gm)]
Any suggestions would be greatly appreciated!

Cheers
Bikas, UiO



Reply all
Reply to author
Forward
0 new messages