|
|
- [ ] update biome map
|
|
|
- [ ] brazil grid (GLDAS)
|
|
|
- [ ] description biomes netcdf file : how to use it, example script
|
|
|
- [ ] add location cells per biomes : table
|
|
|
- [ ] add legend for biome map
|
|
|
|
|
|
|
|
|
# Brazilian biomes
|
|
|
- netcdf file with biome information (/home/brunel/brazil_input/biomes/brazilian_biomes.nc) [latitudes, longitudes, biomes(str)] ?
|
|
|
![image](uploads/40b9f9fa78203d17508d0d00b3d48d10/image.png)
|
|
|
|
|
|
# Grid Description
|
|
|
- grid file (GLDAS) : /p/project/lpjml/...
|
|
|
- latitude : [-32.25,5.25]
|
|
|
```
|
|
|
masked_array(data=[-32.25, -31.75, -31.25, -30.75, -30.25, -29.75, -29.25,
|
|
|
-28.75, -28.25, -27.75, -27.25, -26.75, -26.25, -25.75,
|
|
|
-25.25, -24.75, -24.25, -23.75, -23.25, -22.75, -22.25,
|
|
|
-21.75, -21.25, -20.75, -20.25, -19.75, -19.25, -18.75,
|
|
|
-18.25, -17.75, -17.25, -16.75, -16.25, -15.75, -15.25,
|
|
|
-14.75, -14.25, -13.75, -13.25, -12.75, -12.25, -11.75,
|
|
|
-11.25, -10.75, -10.25, -9.75, -9.25, -8.75, -8.25,
|
|
|
-7.75, -7.25, -6.75, -6.25, -5.75, -5.25, -4.75,
|
|
|
-4.25, -3.75, -3.25, -2.75, -2.25, -1.75, -1.25,
|
|
|
-0.75, -0.25, 0.25, 0.75, 1.25, 1.75, 2.25,
|
|
|
2.75, 3.25, 3.75, 4.25, 4.75, 5.25],
|
|
|
```
|
|
|
- longitude : [-73.75,-35.25]
|
|
|
```
|
|
|
masked_array(data=[-73.75, -73.25, -72.75, -72.25, -71.75, -71.25, -70.75,
|
|
|
-70.25, -69.75, -69.25, -68.75, -68.25, -67.75, -67.25,
|
|
|
-66.75, -66.25, -65.75, -65.25, -64.75, -64.25, -63.75,
|
|
|
-63.25, -62.75, -62.25, -61.75, -61.25, -60.75, -60.25,
|
|
|
-59.75, -59.25, -58.75, -58.25, -57.75, -57.25, -56.75,
|
|
|
-56.25, -55.75, -55.25, -54.75, -54.25, -53.75, -53.25,
|
|
|
-52.75, -52.25, -51.75, -51.25, -50.75, -50.25, -49.75,
|
|
|
-49.25, -48.75, -48.25, -47.75, -47.25, -46.75, -46.25,
|
|
|
-45.75, -45.25, -44.75, -44.25, -43.75, -43.25, -42.75,
|
|
|
-42.25, -41.75, -41.25, -40.75, -40.25, -39.75, -39.25,
|
|
|
-38.75, -38.25, -37.75, -37.25, -36.75, -36.25, -35.75,
|
|
|
-35.25],
|
|
|
``` |