source: flexpart.git/tests/NILU/run_test_0 @ a5ef7ec

10.4.1_peseiGFS_025bugfixes+enhancementsdevrelease-10release-10.4.1scaling-bug
Last change on this file since a5ef7ec was bc1a774, checked in by Ignacio Pisso <Ignacio.Pisso@…>, 9 years ago

add back run_test_0 to merge branches

  • Property mode set to 100755
File size: 452 bytes
Line 
1#!/bin/bash
2
3#input
4# - FP_exec: path to flexpart executable to test
5
6FP_exec=$1
7
8# diplay path
9echo FP_exec=$FP_exec
10
11# :
12suffix=$(date "+%y-%m-%d_%H%M%S")
13#test_tmp=$FLEXOUT_TMP/test_1_$suffix
14test_tmp=test_0_$suffix
15
16echo test_tmp=$test_tmp
17mkdir $test_tmp
18
19
20#cp -r test_1/options $test_tmp
21cp -r /home/ignacio/repos/flexpart/options $test_tmp
22cp test_1/pathnames $test_tmp
23cp test_1/run $test_tmp
24#echo exit
25#exit
26
27cd $test_tmp
28
29./run $FP_exec
30
31
Note: See TracBrowser for help on using the repository browser.
hosted by ZAMG