Mixer: default
- tcc:
- Model cosmo:
- Arkimet matcher:
product:GRIB1,,2,71
- grib_filter matcher:
shortName is "clct" and editionNumber == 1
- mgrib {k}:
False
- mgrib {k}:
0.08
- Arkimet matcher:
- Model ifs:
- Arkimet matcher:
product:GRIB1,98,128,164
- grib_filter matcher:
shortName is "tcc" and editionNumber == 1
- mgrib {k}:
False
- mgrib {k}:
8
- Arkimet matcher:
- Model icon:
- Arkimet matcher:
product:GRIB2,,,006,001,,;level:GRIB2S,001,000,0000000000
- grib_filter matcher:
shortName is "clct" and editionNumber == 2
- mgrib {k}:
False
- mgrib {k}:
0.08
- Arkimet matcher:
- Model wrf:
- Arkimet matcher:
product:GRIB2,,,006,001,,;level:GRIB2S,010,000,0000000000
- grib_filter matcher:
shortName is "tcc" and editionNumber == 2
- mgrib {k}:
False
- mgrib {k}:
8
- Arkimet matcher:
- Model cosmo:
Add a base map
With arguments:
{
"params": {
"page_id_line": false,
"output_width": 1280,
"subpage_map_projection": "cylindrical",
"subpage_lower_left_longitude": 2.5,
"subpage_lower_left_latitude": 35.0,
"subpage_upper_right_longitude": 20.0,
"subpage_upper_right_latitude": 50.0,
"page_x_length": 38,
"page_y_length": 31,
"super_page_x_length": 40,
"super_page_y_length": 32,
"subpage_x_length": 34,
"subpage_y_length": 30,
"subpage_x_position": 2,
"subpage_y_position": 1,
"map_grid": true,
"map_grid_latitude_reference": 45.0,
"map_grid_longitude_reference": 0.0,
"map_grid_longitude_increment": 2.5,
"map_grid_latitude_increment": 2.5,
"map_grid_colour": "grey",
"map_grid_line_style": "dash",
"map_label_colour": "black",
"map_label_height": 0.4,
"map_label_latitude_frequency": 1
}
}
Add background coastlines
With arguments:
{
"params": {
"map_coastline_general_style": "background",
"map_coastline_resolution": "high"
}
}
Add a grib file
With arguments:
{
"grib": "tcc"
}
Add contouring of the previous data
With arguments:
{
"params": {
"contour": false,
"contour_highlight": false,
"contour_hilo": false,
"contour_label": false,
"contour_level_list": [
1.0,
2.0,
3.0,
4.0,
5.0,
6.0,
7.0,
8.0
],
"contour_level_selection_type": "list",
"contour_shade": true,
"contour_shade_colour_list": [
"rgb(0.96,0.96,1.0)",
"rgb(0.88,0.89,0.95)",
"rgb(0.8,0.83,0.9)",
"rgb(0.72,0.76,0.86)",
"rgb(0.64,0.69,0.81)",
"rgb(0.56,0.62,0.76)",
"rgb(0.49,0.56,0.71)"
],
"contour_shade_colour_method": "list",
"contour_shade_method": "area_fill",
"contour_interpolation_ceiling": 7.99,
"legend": true,
"legend_title": true,
"legend_text_colour": "black",
"legend_text_font_size": 0.4,
"legend_title_font_size": 0.5,
"legend_automatic_position": "right",
"legend_title_text": "Total cloud cover [okta]"
}
}
Add foreground coastlines
With arguments:
{
"params": {
"map_coastline_sea_shade_colour": "#f2f2f2",
"map_grid": "off",
"map_coastline_sea_shade": "off",
"map_label": "off",
"map_coastline_colour": "#000000",
"map_coastline_resolution": "high"
}
}
Add a coordinates grid
With arguments:
{
"params": {
"map_coastline_general_style": "grid"
}
}
Add political boundaries
With arguments:
{
"params": {
"map_boundaries": true,
"map_boundaries_colour": "#000000",
"map_administrative_boundaries_countries_list": [
"ITA"
],
"map_administrative_boundaries_colour": "#000000",
"map_administrative_boundaries_style": "solid",
"map_administrative_boundaries": true,
"map_coastline_thickness": 2
}
}
Add user-defined boundaries from a shapefile
With arguments:
{
"skip": true,
"params": {
"map_user_layer": "on",
"map_user_layer_colour": "blue"
}
}
Add geopoints
With arguments:
{
"skip": true
}
Add symbols settings
With arguments:
{
"skip": true,
"params": {
"symbol_type": "marker",
"symbol_marker_index": 15,
"legend": "off",
"symbol_colour": "black",
"symbol_height": 0.28
}
}