source: flexpart.git/tests/NILU/run_test_1 @ 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: 352 bytes
Line 
1#!/bin/bash
2
3#input FP exec
4FP_exec=$1
5
6echo FP_exec=$FP_exec
7echo $FLEXOUT_TMP
8suffix=$(date "+%y-%m-%d_%H%M%S")
9test_tmp=${FLEXOUT_TMP}test_1_$suffix
10current_dir=$(pwd)
11echo test_tmp=$test_tmp
12mkdir $test_tmp
13
14
15cp -r test_1/options $test_tmp
16cp test_1/pathnames $test_tmp
17cp test_1/run $test_tmp
18
19cd $test_tmp
20
21./run $FP_exec  &> $test_tmp.log #&
22
23
24
Note: See TracBrowser for help on using the repository browser.
hosted by ZAMG