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

10.4.1_peseiFPv9.3.1FPv9.3.1b_testingFPv9.3.2GFS_025bugfixes+enhancementsdevfp9.3.1-20161214-nc4grib2nc4_repairrelease-10release-10.4.1scaling-bug
Last change on this file since f1f5d9f was f1f5d9f, checked in by Ignacio Pisso <Ignacio.Pisso@…>, 9 years ago

add test scripts for tests 0 and 1 under the NILU subdir. These tests are set for the interactive machines. As more developers contribute their tests based on these templates they will be used for the CI setup

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