hydromt_wflow.WflowSedimentModel.setup_laimaps#

WflowSedimentModel.setup_laimaps(lai_fn: str | DataArray)#

Set leaf area index (LAI) climatology maps per month [1,2,3,…,12].

The values are resampled to the model resolution using the average value. Currently only directly cyclic LAI data is supported.

Adds model layers:

  • LAI map: Leaf Area Index climatology [-]

    Resampled from source data using average. Assuming that missing values correspond to bare soil, these are set to zero before resampling.

Parameters:

lai_fn (str, xarray.DataArray) –

Name of RasterDataset source for LAI parameters, see data/data_sources.yml.

  • Required variables: ‘LAI’ [-]

  • Required dimensions: ‘time’ = [1,2,3,…,12] (months)