... | ... | @@ -2,7 +2,7 @@ |
|
|
|
|
|
year average (1 timestep) global (res:292x362) surface chlorophyll
|
|
|
|
|
|
Configuration file:
|
|
|
1st Configuration file:
|
|
|
|
|
|
```
|
|
|
[dchl]
|
... | ... | @@ -27,6 +27,33 @@ mg --config="/esarchive/scratch/Earth/fbeninca/mg/example3/map_gen_modis.conf" - |
|
|
Output:
|
|
|
![output_00](/uploads/f01560977e485371f4b389634a981699/output_00.png)
|
|
|
|
|
|
2nd configuration file:
|
|
|
```
|
|
|
[dchl]
|
|
|
srcfiles = "output.nc"
|
|
|
img_template = "chlor_a_%(step)s" # output image template. The string "%(step)s
|
|
|
# is replaced by timestep
|
|
|
srcvars = "chlor_a"
|
|
|
ysize = 0.8
|
|
|
colors = "jet"
|
|
|
countropts = "0.1,w"
|
|
|
bounds = "0.0-1.55,0.05"
|
|
|
ticks = "0.0-1.55,0.10" # only shows half of bounds to not make colorbar unreadable
|
|
|
smooth = True # smooth contours (not pixeled)
|
|
|
extend = 'max' # considers values greater than the upper bound
|
|
|
lat = "m90-90,30"
|
|
|
lon = "m180-180,30"
|
|
|
continents = "grey"
|
|
|
title = "Surface Chlorophyll mg/m$^3$ - year average"
|
|
|
```
|
|
|
|
|
|
Launch with:
|
|
|
```
|
|
|
mg --config="/esarchive/scratch/Earth/fbeninca/mg/example3/map_gen_modis2.conf" --section="dchl"
|
|
|
```
|
|
|
Output:
|
|
|
|
|
|
![chlor_a_00](/uploads/1510026f1498d759e7030c28c7e8d665/chlor_a_00.png)
|
|
|
<hr>
|
|
|
|
|
|
**Go [Home](home)**
|
... | ... | |