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]#

Returns 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 [-] :param gdf: GeoDataFrame containing glacier geometries and attributes. :type gdf: geopandas.GeoDataFrame :param TT: Default value for glacier temperature threshold. :type TT: float, optional :param Cfmax: Default value for glacier melting factor. :type Cfmax: float, optional :param SIfrac: Default value for fraction of snowpack converted into ice and added to glacier storage. :type SIfrac: float, optional :param id_column: Column used for the glacier IDs, see data/data_sources.yml. :type id_column: str, optional, one of “simple_id”, “C3S_id”, “RGI_id”, or “GLIMS_id”

Returns:

df_out – DataFrame containing glacier attributes.

Return type:

pandas.DataFrame