Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Commit

Permalink
updated t2m with simc contour values (addressing #2)
Browse files Browse the repository at this point in the history
  • Loading branch information
brancomat committed May 31, 2018
1 parent 3aa11cd commit f188f62
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 28 deletions.
48 changes: 26 additions & 22 deletions json_fields/mm_fields.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,33 +5,37 @@
"contour_highlight_frequency": 100,
"contour_highlight_thickness": 5,
"contour_interval": 2.0,
"contour_label": "off",
"contour_label_height": 0.4,
"contour_label_colour": "navy",
"contour_label_frequency": 1,
"contour_label_blanking": "off",
"contour_level_selection_type": "interval",
"contour_line_thickness": 3,
"contour_shade": "on",
"contour_shade_colour_list": ["rgba(0.3,0.3,0.3,0.6)", "rgba(0.4,0.4,0.4,0.6)",
"rgba(0.5,0.5,0.5,0.6)", "rgba(0.6,0.6,0.6,0.6)",
"rgba(0.7,0.7,0.7,0.6)", "rgba(0.8,0.8,0.8,0.6)",
"rgba(0.35,0,0.6,0.6)", "rgba(0.5,0,0.9,0.6)",
"rgba(0.6,0.2,1,0.6)", "rgba(0.75,0.4,1,0.6)",
"rgba(0.85,0.6,1,0.6)", "rgba(0,0,0.75,0.6)",
"rgba(0,0,1,0.6)", "rgba(0.2,0.4,1,0.6)",
"rgba(0.4,0.7,1,0.6)", "rgba(0.6,0.9,1,0.6)",
"rgba(0,0.55,0.19,0.6)", "rgba(0.15,0.75,0.1,0.6)",
"rgba(0.5,0.85,0,0.6)", "rgba(0.65,0.95,0,0.6)",
"rgba(0.8,1,0.2,0.6)", "rgba(255,255,204,0.6)",
"rgba(255,255,153,0.6)", "rgba(255,255,102,0.6)",
"rgba(255,255,51,0.6)", "rgba(255,255,0,0.6)",
"rgba(255,195,0,0.6)", "rgba(255,165,0,0.6)",
"rgba(255,125,0,0.6)", "rgba(255,85,0,0.6)",
"rgba(255,55,0,0.6)", "rgba(255,0,0,0.6)",
"rgba(220,0,0,0.6)", "rgba(185,0,0,0.6)",
"rgba(150,0,0,0.6)", "rgba(115,0,0,0.6)", "rgba(80,0,0,0.6)"],
"contour_shade_colour_list": ["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)",
"rgb(1,0,1)","rgb(0.75,0,1)","rgb(0.45,0,1)"],

"contour_shade_colour_method": "list",
"contour_shade_max_level": 42.0,
"contour_shade_max_level": 46.0,
"contour_shade_method": "area_fill",
"contour_shade_min_level": -32.0,
"legend": "on"},
"contour_shade_min_level": -30.0,
"legend": "on" },

"uv10": {"nameECMF": "10 metre U - V wind component",
"magic_func": "mwind",
Expand Down
13 changes: 7 additions & 6 deletions json_fields/mm_italy.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,21 @@
"map_coastline_sea_shade_colour": "white",
"map_coastline_colour": "black",
"map_coastline_thickness" : 2,
"map_administrative_boundaries_countries_list": ["ITA"],
"map_administrative_boundaries_colour": "red",
"map_administrative_boundaries_style": "solid",
"map_administrative_boundaries": "on",
"map_boundaries_colour" : "black"},
"foreground":
{ "map_grid": "off",
"map_boundaries": "on",
"map_grid_colour": "tan",
"map_administrative_boundaries_countries_list": ["ITA"],
"map_administrative_boundaries_colour": "black",
"map_administrative_boundaries_style": "dash",
"map_administrative_boundaries": "on",
"map_boundaries_style": "solid",
"map_boundaries_colour": "black",
"map_boundaries_thickness": 1,
"map_label": "off",
"map_coastline_colour": "black",
"map_coastline_thickness" : 2,
"map_coastline_land_shade": "off",
"map_coastline_sea_shade ": "off"},
"mmap":
Expand All @@ -47,9 +48,9 @@
"legend_text_colour" : "black",
"legend_box_mode" : "positional",
"legend_box_x_position" : 23.50,
"legend_box_y_position" : 1.00,
"legend_box_y_position" : 0.50,
"legend_box_x_length" : 2.00,
"legend_box_y_length" : 14.00,
"legend_box_y_length" : 17.50,
"legend_title" : "on",
"legend_title_orientation" : "horizontal",
"legend_title_position" : "top",
Expand Down

0 comments on commit f188f62

Please sign in to comment.