Ignore:
Timestamp:
Jun 4, 2020, 2:57:58 PM (4 years ago)
Author:
idelkadi
Message:

epository 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

    r3694 r3695  
    2323if [ ${hostname:0:5} = cicla ] ; then
    2424DODSDIR=/prodigfs/ipslfs/dods
    25 OBSDIR=$DODSDIR/$login/lmdz
     25OBSDIR=$DODSDIR/fabric/lmdz
    2626ferret="/opt/ferret-7.0.0/bin/ferret"
    2727fi
     
    4747WRK=$MAINDIR/WORK/biais$$
    4848orig=$MAINDIR/$GR/$SEAS
     49
    4950if [ ! -d $orig ] ; then mkdir $orig ; fi
     51if [ ! -f $orig/OBS/NC ] ; then
     52   ln -s $OBSDIR/$GR/$SEAS/OBS/NC $orig/OBS/.
     53fi
     54   
     55
    5056
    5157if [ -d $WRK ] ; then WRK=$WRK$$ ; fi
Note: See TracChangeset for help on using the changeset viewer.