1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
**********************************************************************
* *
* TRAJECTORY MODEL *
* DEFINITION OF STARTING/ENDING POINTS *
* *
* The first 7 characters of the comment are also used as filenames. *
* Therefore, they cannot be blank and they must be different for *
* each starting point. *
* *
* Kind of trajectory: 1 = 3 dimensional *
* 2 = on model layers *
* 3 = mixing layer *
* 4 = isobaric *
* 5 = isentropic *
* *
**********************************************************************
* *
* Unit of z coordinate: 1 = Meters above sea level *
* 2 = Meters above ground *
* 3 = Hectopascal *
* *
* For mixing layer trajectories (kind 3), the z coordinate must be *
* given in m.a.g.l. (option 2) *
* *
**********************************************************************
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
10.0 F Longitude [DEG]
48.0 F Latitude [DEG]
1 I Kind of trajectory (see file header)
1 I Unit of z coordinate
3000.0 F z-coordinate (see file header)
'TEST1' A Name of starting point
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
-15.0 F Longitude [DEG]
48.0 F Latitude [DEG]
5 I Kind of trajectory (see file header)
2 I Unit of z coordinate
2000.0 F z-coordinate (see file header)
'TEST2' A Name of starting point
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|