hydromt_wflow.workflows.glacierattrs#
- hydromt_wflow.workflows.glacierattrs(gdf, TT=1.3, Cfmax=5.3, SIfrac=0.002, id_column='simple_id', logger=<Logger hydromt_wflow.workflows.glaciers (WARNING)>)[source]#
Return glacier intbls (see list below).
The following glacier intbls are calculated:
glacTempThresh: glacier temperature threshold [°C]
glacCfmax: glacier melting factor [mm/(°C*day)]
glacSIfrac: fraction of snowpack converted into ice and added to glacier storage [-]
- Parameters:
gdf (geopandas.GeoDataFrame) – GeoDataFrame containing glacier geometries and attributes.
TT (float, optional) – Default value for glacier temperature threshold.
Cfmax (float, optional) – Default value for glacier melting factor.
SIfrac (float, optional) – Default value for fraction of snowpack converted into ice and added to glacier storage.
id_column (str, optional, one of "simple_id", "C3S_id", "RGI_id", or "GLIMS_id") – Column used for the glacier IDs, see data/data_sources.yml.
- Returns:
df_out – DataFrame containing glacier attributes.
- Return type: