source: CPL/oasis3-mct/branches/OASIS3-MCT_5.0_branch/examples/regrid_environment/run_tests_SCRP @ 6331

Last change on this file since 6331 was 6331, checked in by aclsce, 17 months ago

Moved oasis-mct_5.0 in oasis3-mct/branches directory.

  • Property svn:executable set to *
File size: 908 bytes
Line 
1#!/bin/ksh
2#set -x
3srcdir=`pwd`
4n_p_t=$1
5ext=$2
6library=SCRP
7casename=`basename $srcdir`
8for SGRID in bggd ; do
9   for TGRID in nogt torc ; do
10       for remap in distwgt bili bicu conserv1st conserv2nd ; do
11           ./run_regrid.sh $SGRID $TGRID $remap $n_p_t $library $ext
12       done
13   done
14done
15for SGRID in sse7 ; do
16   for TGRID in nogt torc ; do
17       for remap in distwgt bili bicu conserv1st ; do
18           ./run_regrid.sh $SGRID $TGRID $remap $n_p_t $library $ext
19       done
20   done
21done
22for SGRID in icos ; do
23   for TGRID in nogt torc ; do
24       for remap in distwgt conserv1st ; do
25           ./run_regrid.sh $SGRID $TGRID $remap $n_p_t $library $ext
26       done
27   done
28done
29for SGRID in nogt torc ; do
30   for TGRID in bggd sse7 icos ; do
31       for remap in distwgt bili bicu conserv1st conserv2nd ; do
32           ./run_regrid.sh $SGRID $TGRID $remap $n_p_t $library $ext
33       done
34   done
35done
36#
37
Note: See TracBrowser for help on using the repository browser.