Skip to content

Latest commit

 

History

History
289 lines (248 loc) · 7.04 KB

rhw925.md

File metadata and controls

289 lines (248 loc) · 7.04 KB

standalone/rhw925: Relative humidity and wind at 925hPa

Mixer: default

Inputs

  • rh925:
    • vg6d_transform arguments: --output-variable-list=B13003
    • Preprocessing: vg6d_transform
    • Inputs: t925, q925, p925
  • t925:
    • Model cosmo:
      • Arkimet matcher: product:GRIB1,,2,11;level:GRIB1,100,925
      • grib_filter matcher: centre != 98 and shortName is "t" and levelType == 100 and level == 925 and editionNumber == 1
    • Model ifs:
      • Arkimet matcher: product:GRIB1,98,128,130;level:GRIB1,100,925
      • grib_filter matcher: centre == 98 and shortName is "t" and levelType == 100 and level == 925
    • Model icon:
      • Arkimet matcher: product:GRIB2,,,000,000,,;level:GRIB2S,100,000,0000092500;timerange:Timedef,,254,
      • grib_filter matcher: centre != 98 and shortName is "t" and levelType == 100 and level == 925 and editionNumber == 2
  • q925:
    • Model cosmo:
      • Arkimet matcher: product:GRIB1,,2,51;level:GRIB1,100,925
      • grib_filter matcher: centre != 98 and shortName is "q" and levelType == 100 and level == 925 and editionNumber == 1
    • Model ifs:
      • Arkimet matcher: product:GRIB1,98,128,133;level:GRIB1,100,925
      • grib_filter matcher: centre == 98 and shortName is "q" and levelType == 100 and level == 925
    • Model icon:
      • Arkimet matcher: product:GRIB2,,,001,000,,;level:GRIB2S,100,000,0000092500
      • grib_filter matcher: centre != 98 and shortName is "q" and levelType == 100 and level == 925 and editionNumber == 2
  • p925:
    • vg6d_transform arguments: --comp-var-from-lev --trans-level-type=100
    • Preprocessing: vg6d_transform
    • Inputs: t925, q925
  • uv925:
    • Preprocessing: cat
    • Inputs: u925, v925
  • u925:
    • Model cosmo:
      • Arkimet matcher: product:GRIB1,,2,33;level:GRIB1,100,925
      • grib_filter matcher: centre != 98 and shortName is "u" and levelType == 100 and level == 925 and editionNumber == 1
    • Model ifs:
      • Arkimet matcher: product:GRIB1,98,128,131;level:GRIB1,100,925
      • grib_filter matcher: centre == 98 and shortName is "u" and levelType == 100 and level == 925
    • Model icon:
      • Arkimet matcher: product:GRIB2,,,002,002,,;level:GRIB2S,100,000,0000092500
      • grib_filter matcher: centre != 98 and shortName is "u" and typeOfLevel is "isobaricInhPa" and level == 925 and editionNumber == 2
  • v925:
    • Model cosmo:
      • Arkimet matcher: product:GRIB1,,2,34;level:GRIB1,100,925
      • grib_filter matcher: centre != 98 and shortName is "v" and levelType == 100 and level == 925 and editionNumber == 1
    • Model ifs:
      • Arkimet matcher: product:GRIB1,98,128,132;level:GRIB1,100,925
      • grib_filter matcher: centre == 98 and shortName is "v" and levelType == 100 and level == 925
    • Model icon:
      • Arkimet matcher: product:GRIB2,,,002,003,,;level:GRIB2S,100,000,0000092500
      • grib_filter matcher: centre != 98 and shortName is "v" and typeOfLevel is "isobaricInhPa" and level == 925 and editionNumber == 2

Steps

add_basemap

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_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": "rh925"
}

add_contour

Add contouring of the previous data

With arguments:

{
  "params": {
    "contour_shade": true,
    "contour_shade_method": "area_fill",
    "contour_level_selection_type": "level_list",
    "contour_shade_colour_method": "list",
    "contour_level_list": [
      65.0,
      80.0,
      95.0,
      100.0
    ],
    "contour_interpolation_ceiling": 99.9,
    "legend": true,
    "legend_display_type": "continuous",
    "legend_title": true,
    "legend_text_colour": "black",
    "legend_text_font_size": 0.4,
    "legend_title_text": "Relative Humidity at 925hPa [%]",
    "legend_title_font_size": 0.5,
    "legend_automatic_position": "right",
    "contour_highlight": false,
    "contour_label": false,
    "contour_hilo": false,
    "contour": true,
    "contour_shade_colour_list": [
      "green",
      "cyan",
      "blue"
    ]
  }
}

add_grib

Add a grib file

With arguments:

{
  "grib": "uv925"
}

add_wind

Add wind flag rendering of the previous data

With arguments:

{
  "params": {
    "wind_arrow_colour": "purple",
    "wind_arrow_thickness": 1,
    "wind_field_type": "arrows",
    "wind_flag_cross_boundary": false,
    "wind_arrow_unit_velocity": 12.5,
    "wind_arrow_calm_indicator": false,
    "wind_thinning_factor": 1,
    "wind_thinning_method": "automatic"
  }
}

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": 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_boundaries

Add user-defined boundaries from a shapefile

With arguments:

{
  "skip": true,
  "params": {
    "map_user_layer": "on",
    "map_user_layer_colour": "blue"
  }
}

add_geopoints

Add geopoints

With arguments:

{
  "skip": true
}

add_symbols

Add symbols settings

With arguments:

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