|
|
- [ ] list of region with map, information about landuse (?) and one grid cell with latitude, longitude and id
|
|
|
* [ ] list of region with map, information about landuse (?) and one grid cell with latitude, longitude and id
|
|
|
|
|
|
This page provides information about Morocco, its regions and the grids used for running lpjml (in resolutions 30 minutes or 5 minutes).
|
|
|
|
|
|
# temporal list of grid cell
|
|
|
# Regions
|
|
|
|
|
|
- file location : /home/marie/nextCloud/Documents/lpjml5_maroc/python_toolbox/region_maroc/Maroc30_regions.nc
|
|
|
- file structure : \[latitude,longitude,region(str)\]
|
|
|
-
|
|
|
|
|
|
`nc = Dataset("/home/marie/nextCloud/Documents/lpjml5_maroc/python_toolbox/region_maroc/Maroc30_regions.nc", mode='r')`\
|
|
|
`lat_maroc = nc.variables["latitude"][:]`\
|
|
|
`lon_maroc = nc.variables["longitude"][:]`\
|
|
|
`regions_maroc = nc.variables["region"][:]`\
|
|
|
`nc.close()`
|
|
|
|
|
|
# temporal list of grid cell
|
|
|
| Region name | ref pixel 30 minutes |
|
|
|
| ------ | ------ |
|
|
|
| 2 Oriental | 24897 [34.75,-5.75]|
|
|
|
| 10 Grand Oued Noun | 24240 [29.75,-9.75] |
|
|
|
|-------------|----------------------|
|
|
|
| 2 Oriental | 24897 \[34.75,-5.75\] |
|
|
|
| 10 Grand Oued Noun | 24240 \[29.75,-9.75\] |
|
|
|
|
|
|
```
|
|
|
```plaintext
|
|
|
#to find cell index
|
|
|
bin/getcellindex /home/mbrunel/input/lpjml_resolution30/grid.bin lat lon
|
|
|
``` |
|
|
\ No newline at end of file |