source: CONFIG_DEVT/IPSLCM6.5_work_ENSEMBLES/oasis3-mct/pyoasis/examples/10-grid/fortran/run.sh @ 6898

Last change on this file since 6898 was 5725, checked in by aclsce, 3 years ago

Added new oasis3-MCT version to be used to handle ensembles simulations with XIOS.

  • Property svn:executable set to *
File size: 286 bytes
RevLine 
[5725]1#!/bin/bash
2
3mkdir -p work
4
5srcdir=`pwd`
6datadir=$srcdir/data
7casename=`basename $srcdir`
8
9exe1=writer
10
11n1=3
12
13make || exit
14
15rundir=$srcdir/work
16
17rm -fr $rundir
18mkdir -p $rundir
19
20cp -f $srcdir/$exe1 $rundir/.
21
22cp -f $datadir/namcouple $rundir/.
23
24cd $rundir
25
26${MPIRUN4PY} -np $n1 ./$exe1
Note: See TracBrowser for help on using the repository browser.