You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: