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

10.4.1_peseiGFS_025bugfixes+enhancementsdevrelease-10release-10.4.1scaling-bugunivie
Last change on this file since ca350ba was ca350ba, checked in by Espen Sollum ATMOS <eso@…>, 9 years ago

Add tests from master branch (9.2) to dev (10.0)

  • 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