Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
dIn="result_fwd_conc/"
inFile=dIn  & "conc_s001.grib"

#Compute the total column integrated mass
g=mvl_flexpart_total_column(inFile,1)

...

Code Block
languagepy
cont_list=[0.000100001,0.0010001,0.0050005,0.01001,0.02002,0.05005,0.101,0.505]

#Define contour shading
conc_shade = mcont(
	legend							:	"on",
	contour							:	"off",	
	contour_level_selection_type	:	"level_list",
	contour_level_list  			:   cont_list,
	contour_label					:	"off",
	contour_shade					:	"on",
	contour_shade_method			:	"area_fill",
	contour_shade_max_level_colour	:	"red",
	contour_shade_min_level_colour	:	"RGB(0.14,0.37,0.86)",
	contour_shade_colour_direction	:	"clockwise",	
    contour_method					: 	"linear",
    grib_scaling_of_derived_fields	: 	"off"
    )

...

Having run the macro we will get a plot like this (after navigating to step 39h):

Image RemovedImage Added