Skip to content

Latest commit

 

History

History
341 lines (294 loc) · 7.77 KB

ztw700.md

File metadata and controls

341 lines (294 loc) · 7.77 KB

standalone/ztw700: Temperature and Geopotential at 700hPa

Mixer: default

Inputs

  • t700:
    • Model cosmo:
      • Arkimet matcher: product:GRIB1,,2,11;level:GRIB1,100,700
      • grib_filter matcher: centre != 98 and shortName is "t" and levelType == 100 and level == 700 and editionNumber == 1
    • Model ifs:
      • Arkimet matcher: product:GRIB1,98,128,130;level:GRIB1,100,700
      • grib_filter matcher: centre == 98 and shortName is "t" and levelType == 100 and level == 700
    • Model icon:
      • Arkimet matcher: product:GRIB2,,,000,000,,;level:GRIB2S,100,000,0000070000;timerange:Timedef,,254,
      • grib_filter matcher: centre != 98 and shortName is "t" and levelType == 100 and level == 700 and editionNumber == 2
  • z700:
    • Model cosmo:
      • Arkimet matcher: product:GRIB1,,2,6; level:GRIB1,100,700
      • grib_filter matcher: shortName is "z" and levelType == 100 and level == 700 and centre != 98 and editionNumber == 1
    • Model ifs:
      • Arkimet matcher: product:GRIB1,98,128,156; level:GRIB1,100,700
      • grib_filter matcher: shortName is "gh" and levelType == 100 and level == 700 and centre == 98
      • mgrib {k}: False
      • mgrib {k}: 0.1
    • Model icon:
      • Arkimet matcher: product:GRIB2,,,003,004,,;level:GRIB2S,100,000,0000070000
      • grib_filter matcher: shortName is "z" and levelType == 100 and level == 700 and centre != 98 and editionNumber == 2
    • Model wrf:
      • Arkimet matcher: product:GRIB2,,,003,005,,;level:GRIB2S,100,000,0000070000
      • grib_filter matcher: centre != 98 and shortName is "gh" and typeOfLevel is "isobaricInhPa" and level == 700 and editionNumber == 2
      • mgrib {k}: False
      • mgrib {k}: 0.1
  • uv700:
    • Preprocessing: cat
    • Inputs: u700, v700
  • u700:
    • Model cosmo:
      • Arkimet matcher: product:GRIB1,,2,33;level:GRIB1,100,700
      • grib_filter matcher: centre != 98 and shortName is "u" and levelType == 100 and level == 700 and editionNumber == 1
    • Model ifs:
      • Arkimet matcher: product:GRIB1,98,128,131;level:GRIB1,100,700
      • grib_filter matcher: centre == 98 and shortName is "u" and levelType == 100 and level == 700
    • Model icon:
      • Arkimet matcher: product:GRIB2,,,002,002,,;level:GRIB2S,100,000,0000070000
      • grib_filter matcher: centre != 98 and shortName is "u" and typeOfLevel is "isobaricInhPa" and level == 700 and editionNumber == 2
  • v700:
    • Model cosmo:
      • Arkimet matcher: product:GRIB1,,2,34;level:GRIB1,100,700
      • grib_filter matcher: centre != 98 and shortName is "v" and levelType == 100 and level == 700 and editionNumber == 1
    • Model ifs:
      • Arkimet matcher: product:GRIB1,98,128,132;level:GRIB1,100,700
      • grib_filter matcher: centre == 98 and shortName is "v" and levelType == 100 and level == 700
    • Model icon:
      • Arkimet matcher: product:GRIB2,,,002,003,,;level:GRIB2S,100,000,0000070000
      • grib_filter matcher: centre != 98 and shortName is "v" and typeOfLevel is "isobaricInhPa" and level == 700 and editionNumber == 2

Steps

add_basemap

Add a base map

add_coastlines_bg

Add background coastlines

With arguments:

{
  "params": {
    "map_coastline_general_style": "background",
    "map_coastline_resolution": "high"
  }
}

add_grib

Add a grib file

With arguments:

{
  "grib": "t700"
}

add_contour

Add contouring of the previous data

With arguments:

{
  "params": {
    "contour": false,
    "contour_label_height": 0.4,
    "contour_label_colour": "navy",
    "contour_label_frequency": 1,
    "contour_label_blanking": false,
    "contour_line_thickness": 3,
    "contour_shade": true,
    "contour_level_list": [
      -50.0,
      -48.0,
      -46.0,
      -44.0,
      -42.0,
      -40.0,
      -38.0,
      -36.0,
      -34.0,
      -32.0,
      -30.0,
      -28.0,
      -26.0,
      -24.0,
      -22.0,
      -20.0,
      -18.0,
      -16.0,
      -14.0,
      -12.0,
      -10.0,
      -8.0,
      -6.0,
      -4.0,
      -2.0,
      0.0,
      2.0,
      4.0,
      6.0,
      8.0,
      10.0,
      12.0,
      14.0,
      16.0,
      18.0,
      20.0,
      22.0,
      30.0
    ],
    "contour_level_selection_type": "list",
    "contour_shade_colour_list": [
      "rgb(0.5,0.8,0.0)",
      "rgb(0.8,0.9,0.0)",
      "rgb(1.,1.,0)",
      "rgb(1,0.8,0)",
      "rgb(1,0.6,0)",
      "rgb(1,0.4,0)",
      "rgb(1,0,0)",
      "rgb(0.8,0,0)",
      "rgb(0.6,0,0)",
      "rgb(0.4,0,0)",
      "rgb(0.4,0,0.4)",
      "rgb(0.6,0,0.6)",
      "rgb(0.8,0,0.8)",
      "rgb(1,0,1)",
      "rgb(0.75,0,1)",
      "rgb(0.45,0,1)",
      "rgb(0.,0,1)",
      "rgb(0.,0.35,1)",
      "rgb(0.,0.55,1)",
      "rgb(0.,0.75,1)",
      "rgb(0.,1,1)",
      "rgb(0.,0.9,0.8)",
      "rgb(0.,0.8,0.5)",
      "rgb(0.,0.7,0.0)",
      "rgb(0.5,0.8,0.0)",
      "rgb(0.8,0.9,0.0)",
      "rgb(1.,1.,0)",
      "rgb(1.,0.8,0)",
      "rgb(1,0.6,0)",
      "rgb(1,0.4,0)",
      "rgb(1,0,0)",
      "rgb(0.8,0,0)",
      "rgb(0.6,0,0)",
      "rgb(0.4,0,0)",
      "rgb(0.4,0,0.4)",
      "rgb(0.6,0,0.6)",
      "rgb(0.8,0,0.8)"
    ],
    "contour_shade_colour_method": "list",
    "contour_shade_method": "area_fill",
    "legend": true,
    "legend_display_type": "continuous",
    "legend_title": true,
    "legend_title_text": "Temperature at 700hPa [\u00b0C]",
    "legend_text_colour": "black",
    "legend_text_font_size": 0.4,
    "legend_title_font_size": 0.5,
    "legend_automatic_position": "right"
  }
}

add_grib

Add a grib file

With arguments:

{
  "grib": "z700"
}

add_contour

Add contouring of the previous data

With arguments:

{
  "params": {
    "contour_shade": false,
    "contour": true,
    "contour_level_selection_type": "interval",
    "contour_interval": 4,
    "contour_line_colour": "black",
    "contour_line_thickness": 3,
    "contour_highlight": false,
    "contour_label": true,
    "contour_label_height": 0.6,
    "contour_label_frequency": 2,
    "contour_label_blanking": true,
    "contour_label_colour": "navy",
    "legend": false
  }
}

add_grib

Add a grib file

With arguments:

{
  "grib": "uv700"
}

add_wind

Add wind flag rendering of the previous data

With arguments:

{
  "params": {
    "wind_field_type": "flags",
    "wind_flag_colour": "black",
    "wind_flag_origin_marker": false,
    "wind_flag_cross_boundary": true,
    "wind_thinning_method": "automatic",
    "wind_thinning_factor": 1
  }
}

add_coastlines_fg

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_grid

Add a coordinates grid

With arguments:

{
  "params": {
    "map_coastline_general_style": "grid"
  }
}

add_boundaries

Add political boundaries

With arguments:

{
  "params": {
    "map_boundaries": "on",
    "map_boundaries_colour": "#504040",
    "map_administrative_boundaries_countries_list": [
      "ITA"
    ],
    "map_administrative_boundaries_colour": "#504040",
    "map_administrative_boundaries_style": "solid",
    "map_administrative_boundaries": "on"
  }
}

add_user_boundaries

Add user-defined boundaries from a shapefile

add_geopoints

Add geopoints

add_symbols

Add symbols settings

With arguments:

{
  "params": {
    "symbol_type": "marker",
    "symbol_marker_index": 15,
    "legend": "off",
    "symbol_colour": "black",
    "symbol_height": 0.28
  }
}