Update Regional parametrization of Laimax authored by Marie Brunel's avatar Marie Brunel
The regional parametrization of the laimax is implemented on the branch : regional_laimax
The regional parametrization of the laimax is implemented on the branch : [regional_laimax](https://gitlab.pik-potsdam.de/brunel/lpjml-med/-/tree/regional_laimax)
# how to use it
# run LPJmL-med with LAIMAX_REGION configuration
A new laimax configuration is implemented : LAIMAX_REGION. It has to be set in the .conf file and the specific country and region par files must be used (in param.conf).
## one country run : Morocco
In order to facilitate the future calibration, the LAIMAX_REGION configuration is only possible for one country run, here Morocco. Changes must be done in case of future global run.
The [country.par file](https://gitlab.pik-potsdam.de/brunel/lpjml-med/-/blob/regional_laimax/par/manage_morocco_country.par) gives the number of countries (must be set to 1) and the country name.
```
1 /* Number of countries*/
/* country-id country-name */
Morocco "Morocco"
```
The [region. par file](https://gitlab.pik-potsdam.de/brunel/lpjml-med/-/blob/regional_laimax/par/manage_moroccan_regions_laimax.par) provides regional information:
| parameter | comment |
| ------ | ------ |
| nregion | number of regions |
| cell | cell |
| cell | cell |
| cell | cell |
| cell | cell |
## new configuration
## one country run
......
......