hydromt_wflow.WflowModel.setup_laimaps#
- WflowModel.setup_laimaps(lai_fn='modis_lai')[source]#
Set leaf area index (LAI) climatology 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’]