Versions Compared

Key

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

...

Note

To start these tutorial please enter folder 'fwdforward'.

The total column integrated mas is not an output of FLEXPART so we need to compute it. The macro to do the computation and plot the resulting fields is 'plot_total.mv'.

In the macro first we call mvl_flexpart_total_column() to compute the "tcmd" fields with units of "kg m**-2".

...

Next, we build the title with mvl_flexpart_title(). Please note that we need to explicitly specify the plotting units!

...