Versions Compared

Key

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

...

fieldset mvl_flexpart_read_hl(infile: string, param: string, level: number, step: number, ageclass: number)

Parameter infile  is a FLEXPART output GRIB file; param is the shortname of the parameter to extract; level is the height level (m) to extract; step is forecast step to extract; ageclass is the FLEXPART ageclass to extract. If level is set to -1 all the levels are extracted, if step is set to -1 all the steps are extracted

...

. Ageclass indexing starts at 1 and -1 means all

...

ageclasses. If the ageclass argument is omitted ageclass=1 is taken automatically.

Example

# to read parameter mdc (mass density concentration) for level 5000 m, for all the timesteps and ageclasses

...