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

Version 1 Next »

Outputs

Metview runs FLEXPART in a temporary directory. Having finished the simulation Metview converts and rename the output files and move them into the Output Path directory specified in the FLEXPART Run icon. FLEXPART produces a variety of outputs whicha re

The output metadata information is stored in a file called header( see writeheader.f)

Gridded outputs

Gridded outputs are converted to grib using a local grib definition built-in into Metview.

Concentration

 

  • Custom binary format (see concoutput.f).
  • One file per time step with the following naming convention grid_<option>[_nest]_<time>_<species> where:
    • option: conc | pptv | time
    • time: YYYYMMDDHHMMSS
    • species: nnn
  • Contents: for each ageclass the wet- and dry deposition fields and 3D output for the specified quantity (on height levels).
 output fileforward or backward

units

release_units=mass

receptor_units=mass

   
concentrationconc_sSSS.gribforwardng m**-3ppt (mass)ng m**-3ppt (mass)
dry/wet depositionconcfwng m**-2ng m**-2ng m**-3ng m**-2
volume mixing ratiopptvfw/bwppt (volume)ppt (volume)ppt (volume)ppt (volume)
dry/wet depositionpptvfwng m**-2ng m**-2ng m**-2ng m**-2
response function to emission outputtimebwss m**3 kg**-3s kg m**-3s


Wet and dry deposition is always zero in time. In conc and pptv files they are also zero but unless turned on internally (via WETDEP and DRYDEP). Whether WETDEP/DRYDEP is turned on or off depends on the given species.

Gridded flux

  • Custom binary format (see fluxoutput.f).
  • One file per time step with the following naming convention grid_flux[_nest]_YYYYMMDDHHMMSS
  • Contents: for each ageclass and release the east, west, north, south, bottom and top fluxes.
  • It can only be produced for the forward runs
  • The units is: ng/m2/s
  • No labels