Massive-Parallel Trajectory Calculations (MPTRAC) is a Lagrangian particle dispersion model for the analysis of atmospheric transport processes in the free troposphere and stratosphere.
Some additional variables (ul, vl, wl, o3c, ...) have recently been added to the meteo pre-processing code and meteo data structs of MPTRAC. These data should be added to the meteo binary files as they would otherwise be missing during the simulations.
Describe the solution you'd like
Double check whether all the variables of meteo data struct met_t in libtrac.h are considered for input/output in read_met() and write_met() in libtrac.c. Add the missing variables.
Additional context
As the binary file format will change, a new version number should be assigned.
Is your feature request related to a problem?
Describe the solution you'd like
met_t
inlibtrac.h
are considered for input/output inread_met()
andwrite_met()
inlibtrac.c
. Add the missing variables.Additional context