Metview's documentation is now on readthedocs!

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Description

Metview Macro Library function. Computes the total column mass for the "mdc" (mass density concentration) fields in a FLEXPART output GRIB file.

Usage

fieldset mvl_flexpart_total_column(infile: string, ageclass: number)

Parameter infile  is a FLEXPART output GRIB file; ageclass is the FLEXPART ageclass. If ageclass is set to -1 all the ageclasses are used.

Example

# to compute the total column integrated mass for all the ageclasses

g=mvl_flexpart_total_column("my_flexpart_output.grib",-1)


  • No labels