hydromt_wflow.wflow_sediment.WflowSedimentModel.setup_laimaps

WflowSedimentModel.setup_laimaps(lai_fn='model_lai')

This component sets leaf area index (LAI) climatoloy maps per month.

The values are resampled to the model resolution using the average value. The only lai_fn currently supported is “modis_lai” based on MODIS data.

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 ({'modis_lai'}) –

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

  • Required variables: [‘LAI’]