Ignore:
Timestamp:
Jul 1, 2020, 8:29:54 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.
(cleaning)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/Multi_atlas/install_multi_atlas.sh

    r3737 r3743  
    3030# Rep ou sont stockes les multiatlas
    3131MULTIDIR=$DODSDIR/$login/lmdz/MultiSimu
     32# Rep ou se trouve les sorties cmorizees
     33ROOT_SIM_DIR=$DODSDIR/$login/lmdz/SE/ORIG
     34ROOT_OBS_DIR=$DODSDIR/$login/lmdz/SE/CMOR/OBS
    3235if [ ! -d $MULTIDIR ] ; then mkdir -p $MULTIDIR ; fi
    3336
     
    155158chmod +x job_multi.sh
    156159
     160#### script pour creer les atlas
    157161rm -f atlas.sh
    158162cat entete.sh >| atlas.sh
     
    160164chmod +x atlas.sh
    161165\mv atlas.sh atlas/.
     166cp Utils/lmdz_SE0.py tmp0.py
     167sed -e s:ROOT_SIM_DIR:$ROOT_SIM_DIR:g tmp0.py > tmp.py
     168sed -e s:ROOT_OBS_DIR:$ROOT_OBS_DIR:g tmp.py > lmdz_SE.py
     169rm -f tmp0.py tmp.py
     170\mv lmdz_SE.py atlas/.
     171
    162172
    163173echo 4. Then you can run your multiatlas :
Note: See TracChangeset for help on using the changeset viewer.