hydromt_wflow.WflowModel.setup_ksathorfrac#
- WflowModel.setup_ksathorfrac(ksat_fn: str | DataArray, variable: str | None = None, resampling_method: str = 'average', output_name: str | None = None)[source]#
Set KsatHorFrac parameter values from a predetermined map.
This predetermined map contains (preferably) ‘calibrated’ values of the KsatHorFrac parameter. This map is either selected from the wflow Deltares data or created by a third party/ individual.
- Parameters:
ksat_fn (str, xr.DataArray) – The identifier of the KsatHorFrac dataset in the data catalog.
variable (str, optional) – The variable name for the subsurface_ksat_horizontal_ratio map to use in
ksat_fn
in caseksat_fn
contains several variables. By default None.resampling_method (str, optional) – The resampling method when up- or downscaled, by default “average”
output_name (str, optional) – The name of the output map. If None (default), the name will be set to the name of the ksat_fn DataArray.