hydromt_wflow.workflows.glacierattrs#
- hydromt_wflow.workflows.glacierattrs(gdf: gpd.GeoDataFrame, TT: float = 1.3, Cfmax: float = 5.3, SIfrac: float = 0.002, id_column: str = 'simple_id')[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: