int default_irrig_system; /* default irrig system at region level (SURF=1,SPRINK=2,DRIP=3), used for ALLCROPS or ALL_IRRIGATION with regional parametrisation */
int default_irrig_system; /* default irrig system at region level (SURF=1,SPRINK=2,DRIP=3), used for ALLCROPS or ALL_IRRIGATION with regional parametrisation */
} Regionpar; /* parameters defined for each region */
} Regionpar; /* parameters defined for each region */
```
```
The selection of the regional laimax as the laimax values used further is done in the [initmanage.c function](https://gitlab.pik-potsdam.de/brunel/lpjml-med/-/blob/main/src/landuse/initmanage.c) depending on the LAIMAX_REGION configuration.
The selection of the regional laimax as the laimax values used further is done in the [initmanage.c function](https://gitlab.pik-potsdam.de/brunel/lpjml-med/-/blob/main/src/landuse/initmanage.c) depending on the LAIMAX_REGION configuration.
\ No newline at end of file
## Tree density
As well as the laimax per cft and the default irrigation system, tree density is given per region.
Below, the file [manage_morocco_treedensregion.par](https://gitlab.pik-potsdam.de/brunel/lpjml-med/-/blob/regional_laimax/par/manage_morocco_treedensregion.par) which gives the tree density per region for Morocco. (only possible for one country run so far)
This new parameter file is scanned in the new routine [src/landuse/fscantreedensregion.c](https://gitlab.pik-potsdam.de/brunel/lpjml-med/-/blob/regional_laimax/src/landuse/fscantreedensregion.c) when the configuration LAIMAX_REGION is used.