|
|
|
**Description**
|
|
|
|
|
|
|
|
year average (1 timestep) global (res:292x362) surface chlorophyll
|
|
|
|
|
|
|
|
Configuration file:
|
|
|
|
|
|
|
|
```
|
|
|
|
[dchl]
|
|
|
|
srcfiles = "output.nc"
|
|
|
|
srcvars = "chlor_a"
|
|
|
|
ysize = 0.8
|
|
|
|
colors = "jet"
|
|
|
|
countropts = "0.1,w"
|
|
|
|
bounds = "0.0-1.55,0.05"
|
|
|
|
lat = "m90-90,30"
|
|
|
|
lon = "m180-180,30"
|
|
|
|
continents = "grey" # this option should color continents, but in this case doesn't work
|
|
|
|
# because there are values over land - need to discuss if make
|
|
|
|
# continents color visible in this case
|
|
|
|
title = "Surface Chlorophyll mg/m$^3$ - year average"
|
|
|
|
```
|
|
|
|
|
|
|
|
Launch with:
|
|
|
|
```
|
|
|
|
mg --config="/esarchive/scratch/Earth/fbeninca/mg/example3/map_gen_modis.conf" --section="dchl"
|
|
|
|
```
|
|
|
|
Output:
|
|
|
|
![output_00](/uploads/f01560977e485371f4b389634a981699/output_00.png) |