Brief summary
- Met.3D is able to visualize 3D trajectory data as "3D tubes" and "3D particles" coloured by pressure elevation or by any other auxiliary/traced variable.
- See Trajectory actor
- Pre-computer trajectories can be loaded from NetCDF files.
- Met.3D can also compute trajectories and streamlines on-the-fly, using trajectory computation equivalent to that of the LAGRANTO model (cf. ).
- Trajectories can be filtered according to "ascent per time interval" to capture Warm Conveyor Belt features (see ).
- Please let us know if this functionality is useful for you and you would require further development.
Description
Code
Trajectory visualization is implemented in MTrajectoryActor
, located at
- https://gitlab.com/wxmetvis/met.3d/-/blob/master/src/actors/trajectoryactor.h
- https://gitlab.com/wxmetvis/met.3d/-/blob/master/src/actors/trajectoryactor.cpp
Trajectory computation is implemented in MTrajectoryComputationSource
, located at