source: flexpart.git/tests/run_test @ 988b0bd

flexpart-noresm
Last change on this file since 988b0bd was 988b0bd, checked in by Ignacio Pisso <Ignacio.Pisso@…>, 8 years ago

tests for noresm version initial commit

  • Property mode set to 100755
File size: 204 bytes
Line 
1#!/bin/bash
2
3test_tmp=$1 
4FP_exec=$2
5
6echo FP_exec=$FP_exec
7
8cd $test_tmp
9echo on $(pwd)
10#echo run $FP_exec
11echo run $FP_exec '; stdout to  out.log' 
12nohup $FP_exec   &> out.log &   # both out and err
13
14
15
Note: See TracBrowser for help on using the repository browser.
hosted by ZAMG