source: flexpart.git/tests/NILU/run_test_1 @ 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@…>, 8 years ago

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

  • 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