42 |
michaesp |
1 |
|
|
|
2 |
# --- introduction ---
|
|
|
3 |
The program reads trajectory files in ASCII format. It consists of get_diff.py & makeFile.sh.
|
|
|
4 |
|
|
|
5 |
# --- execute program ---
|
|
|
6 |
Command: ./get_diff -v [p] [-o mean] <TrajectoryFile>
|
|
|
7 |
|
|
|
8 |
expressions in brackets are options.
|
|
|
9 |
|
|
|
10 |
get_diff.py calls the bash script makeFile.sh. This step is nessecary to produce a output file in "LAGRANTO-format". The output file is <TrajectoryFile>_<[-v] and contains one additional column delta_<-v>.
|
|
|
11 |
Please make sure that the variable $LAGRANTO is set! This variable should point to the installation directory of LAGRANTO.
|
|
|
12 |
|
|
|
13 |
|
|
|
14 |
# --- Goal ---
|
|
|
15 |
The goal of the program is to trace the difference between a time interval of a chosen meteorological field. Please notice that the output file becomes shorter by one time step. One option can be used:
|
|
|
16 |
|
|
|
17 |
-o mean: Interpolate linear between every time step.
|
|
|
18 |
|
|
|
19 |
default: Take field of the time step closer to the starting point.
|
|
|
20 |
|
|
|
21 |
|