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