hydromt_wflow.WflowModel.setup_ksathorfrac#

WflowModel.setup_ksathorfrac(ksat_fn: str | DataArray, variable: str | None = None, resampling_method: str = 'average')[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, optional) – The identifier of the KsatHorFrac dataset in the data catalog.

  • variable (str | None, optional) – The variable name for the ksathorfrac map to use in ksat_fn in case ksat_fn contains several variables. By default None.

  • resampling_method (str, optional) – The resampling method when up- or downscaled, by default “average”