-
Notifications
You must be signed in to change notification settings - Fork 5
Description
I have noticed that there are several modules in crhmcode to handle debris cover glacier. They are:
- glacier_debris module, compiled from Classglacier_debris
https://github.com/srlabUsask/crhmcode/blob/master/crhmcode/src/modules/Classglacier_debris.cpp
https://github.com/srlabUsask/crhmcode/blob/master/crhmcode/src/modules/Classglacier_debris.h
There is no matching glacier_debris module in Borland CRHM, so it is not from Borland CRHM source code on GitHub. Somehow it made to crhmcode. Anyway, glacier_debris module contains code out of date and not correct for handling debris cover glacier. The debris cover glacier using Debris Enhanced Temperature-Index (DETI) model by Carenzo et al (2016) is handled properly in glacier module. I request to remove glacier_debris module from new version crhm to reduce confusion for users.
-
Glacier_debris_cover module, compiled from ClassGlacier_debris_cover
https://github.com/srlabUsask/crhmcode/blob/master/crhmcode/src/modules/waterquality/ClassGlacier_debris_cover.cpp
https://github.com/srlabUsask/crhmcode/blob/master/crhmcode/src/modules/waterquality/ClassGlacier_debris_cover.h -
Glacier_melt_debris_cover_estimate_Mod module, compiled from ClassGlacier_melt_debris_cover_estimate_Mod
https://github.com/srlabUsask/crhmcode/blob/master/crhmcode/src/modules/waterquality/ClassGlacier_melt_debris_cover_estimate_Mod.cpp
https://github.com/srlabUsask/crhmcode/blob/master/crhmcode/src/modules/waterquality/ClassGlacier_melt_debris_cover_estimate_Mod.h
Both Glacier_debris_cover and Glacier_melt_debris_cover_estimate_Mod modules are from water quality branch, but the codes are out of date and do not look like being used by water quality module. I request to remove Glacier_debris_cover and Glacier_melt_debris_cover_estimate_Mod modules from new version crhm to reduce confusion for users.