Skip to content

Online trajectory calculation

Philipp Kaiser requested to merge kaiserp/met.3d:trajectory_calculator into master

This branch provides an online calculation for trajectories of wind velocity.

Properties:

  • stream and path lines
  • pole, horizontal, vertical and box seeding
  • forward and backward calculation of trajectories
  • different iteration methods (euler, runge-kutta)
  • editable iteration step size

ATTENTION Changed pipeline.cfg format (see example below):

[LagrantoPipeline]
size=2

1\name=precomputed
1\ensemble=true
1\path=/home/kaiser/Entwicklung/Lagranto
1\ABLTrajectories=false
1\schedulerID=MultiThread
1\memoryManagerID=Lagranto
1\precomputed=true

2\name=computed
2\ensemble=true
2\ABLTrajectories=false
2\schedulerID=MultiThread
2\memoryManagerID=Lagranto
2\precomputed=false
2\computationResourceName=ECMWF DET EUR_LL015
2\computationVariableU=u-component_of_wind_hybrid
2\computationVariableV=v-component_of_wind_hybrid
2\computationVariableP=Vertical_velocity_pressure_hybrid

Additional Information:

  • if an trajectory ends at grid borders or in an invalid position, the last vertex is repeated
Edited by Philipp Kaiser

Merge request reports