Ignore:
Timestamp:
Jun 4, 2020, 11:31:02 AM (4 years ago)
Author:
idelkadi
Message:

Repository under svn of a first version of Multiatlas diagnostics for LMDZ. This version is adapted to be able to run a LMDZ multiatlas on an individual account on the ciclad machine of the IPSL. In this version, the parts to be modified are identified so as to subsequently adapt it to other machines.
Corrections.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/Multi_atlas/make_MOY.sh

    r3684 r3694  
    4646MAINDIR=$DODSDIR/$login/lmdz
    4747WRK=$MAINDIR/WORK/biais$$
     48orig=$MAINDIR/$GR/$SEAS
     49if [ ! -d $orig ] ; then mkdir $orig ; fi
    4850
    4951if [ -d $WRK ] ; then WRK=$WRK$$ ; fi
     
    5456cd $orig
    5557for sim in $SIM ; do
    56    if [ $sim = OBS ] ; then
    57       MAINDIR=$DODSDIR/fabric/lmdz
    58    else
    59       MAINDIR=$DODSDIR/$login/lmdz
    60    fi
    61    orig=$MAINDIR/$GR/$SEAS
    6258
    6359   echo $sim
     
    6662   for var in $vars ; do
    6763
    68      echo $orig/$sim/$d
     64     #echo $orig/$sim/$d
    6965     for d in $zone ; do
     66      echo $orig/$sim/$d
    7067        mkdir -p $orig/$sim/$d
    7168        if [ $force_create = 1 ] ; then
Note: See TracChangeset for help on using the changeset viewer.