source: flexpart.git/tests/NILU/run_tests @ 1333256

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

add scripts for running tests

  • Property mode set to 100755
File size: 825 bytes
Line 
1#!/bin/bash
2
3FLEXOUT_TMP=/home/ignacio/repos/flextest/
4
5suffix=$(date "+%y-%m-%d_%H%M%S")
6#test_tmp=${FLEXOUT_TMP}${base_dir}${test_dir}_${suffix}
7base_dir=${FLEXOUT_TMP}/tests_${suffix}/
8mkdir $base_dir
9
10FP_exec=/home/ignacio/repos/flexpart/src/FP_ecmwf_gfortran
11
12#test_dir=$1
13#FP_exec=$2
14#base_dir=$3
15
16./run_test test_1  /home/ignacio/repos/flexpart/src/FP_ecmwf_gfortran $base_dir
17./run_test test_2  /home/ignacio/repos/flexpart/src/FP_ecmwf_gfortran $base_dir
18
19# 6 species
20./run_test test_Volc  /home/ignacio/repos/flexpart/src/FP_ecmwf_gfortran $base_dir
21
22
23#exit
24
25./run_test test_HelloWorld  /home/ignacio/repos/flexpart/src/FP_ecmwf_gfortran $base_dir
26./run_test test_Fwd1  /home/ignacio/repos/flexpart/src/FP_ecmwf_gfortran $base_dir
27./run_test test_Fwd2  /home/ignacio/repos/flexpart/src/FP_ecmwf_gfortran $base_dir
Note: See TracBrowser for help on using the repository browser.
hosted by ZAMG