Ignore:
Timestamp:
Jun 29, 2020, 5:04:13 PM (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.
Modifications following changes and simplification of access from CICLAD / ClimServ?? to the different "thredds"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/Multi_atlas/install_multi_atlas.sh

    r3697 r3737  
    2727if [ ${hostname:0:5} = cicla ] ; then
    2828# chemin vers le rep dods de base
    29 DODSDIR=/prodigfs/ipslfs/dods
     29DODSDIR=/modfs/ipslfs/dods
    3030# Rep ou sont stockes les multiatlas
    3131MULTIDIR=$DODSDIR/$login/lmdz/MultiSimu
     
    5454# CLIMSERV
    5555if [ ${hostname:0:5} = camel ] ; then
    56 DODSDIR=/prodigfs/ipslfs/dods
     56DODSDIR=/modfs/ipslfs/dods
    5757cat <<eod > entete.sh
    5858#PBS -N atlas
     
    135135local=`pwd -P`
    136136
    137 echo -e "${noir}%%%%%%%%%%%%%%%%%%%%%%%%% ${rougefonce} MULTIATLAS LMDZ ${noir}%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%"
    138 echo -e "${vertfonce}" To create your multi-atlas you needs :
     137echo -e "${noir}%%%%%%%%%%%%%%%%%%%%%%% ${rougefonce} LMDZ MULTIATLAS ${noir}%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%"
     138echo
     139echo -e "${vertfonce}"To create your multi-atlas you needs :
    139140echo 1.  to create your multiatlas directory "example Multi01" :
    140 echo    - mkdir -p /prodigfs/ipslfs/dods/$login/lmdz/MultiSimu/Multi01
     141echo     mkdir -p /modfs/ipslfs/dods/$login/lmdz/MultiSimu/Multi01
     142echo 
    141143echo 2.  to define some characeristics of your multi-atlas "names, dates, description of simulations and atlas variables" :
    142 echo    - cp Utils/def.txt  Utils/atlas-def /prodigfs/ipslfs/dods/$login/lmdz/MultiSimu/Multi01/.
     144echo     cp Utils/def.txt  Utils/atlas-def /modfs/ipslfs/dods/$login/lmdz/MultiSimu/Multi01/.
    143145echo     define "names, date, description" of simulations in file :
    144 echo    - /prodigfs/ipslfs/dods/$login/lmdz/MultiSimu/Multi01/def.txt
    145 echo     define atlas variables in file
    146 echo    - /prodigfs/ipslfs/dods/$login/lmdz/MultiSimu/Multi01/atlas-def
     146echo     /modfs/ipslfs/dods/$login/lmdz/MultiSimu/Multi01/def.txt
     147echo     define atlas variables in file :
     148echo     /modfs/ipslfs/dods/$login/lmdz/MultiSimu/Multi01/atlas-def
     149echo
    147150echo 3.   Add the link to the simulation outputs in your file : $local/runs.txt
    148 
     151echo
    149152rm -f job_multi.sh
    150153cat entete.sh >| job_multi.sh
     
    160163echo 4. Then you can run your multiatlas :
    161164echo ./job_multi.sh Multi01
    162 echo -e "${noir}%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%"
     165echo -e "${noir}%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%"
Note: See TracChangeset for help on using the changeset viewer.