Changeset 3737 for BOL/Multi_atlas/atlas


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/atlas/atlas.sh

    r3701 r3737  
    1414login=aidelkad
    1515DODSDIR=/prodigfs/ipslfs/dods
    16 hostname=`hostname`
     16#PBS -N atlas
     17#PBS -m a
     18#PBS -j oe
     19#PBS -q h12
     20#PBS -o atlasNOMSIMULATION.out
     21#PBS -S /bin/bash
     22#PBS -l nodes=1:ppn=1
     23#PBS -l mem=30gb
     24#PBS -l vmem=30gb
     25#
     26# Commande pour soumettre en bash
     27submit=qsub
     28
     29login=aidelkad
     30DODSDIR=/modfs/ipslfs/dods
     31#PBS -N atlas
     32#PBS -m a
     33#PBS -j oe
     34#PBS -q h12
     35#PBS -o atlasNOMSIMULATION.out
     36#PBS -S /bin/bash
     37#PBS -l nodes=1:ppn=1
     38#PBS -l mem=30gb
     39#PBS -l vmem=30gb
     40#
     41# Commande pour soumettre en bash
     42submit=qsub
     43
     44login=aidelkad
     45DODSDIR=/modfs/ipslfs/dods
     46#PBS -N atlas
     47#PBS -m a
     48#PBS -j oe
     49#PBS -q h12
     50#PBS -o atlasNOMSIMULATION.out
     51#PBS -S /bin/bash
     52#PBS -l nodes=1:ppn=1
     53#PBS -l mem=30gb
     54#PBS -l vmem=30gb
     55#
     56# Commande pour soumettre en bash
     57submit=qsub
     58
     59login=aidelkad
     60DODSDIR=/modfs/ipslfs/dods
     61#PBS -N atlas
     62#PBS -m a
     63#PBS -j oe
     64#PBS -q h12
     65#PBS -o atlasNOMSIMULATION.out
     66#PBS -S /bin/bash
     67#PBS -l nodes=1:ppn=1
     68#PBS -l mem=30gb
     69#PBS -l vmem=30gb
     70#
     71# Commande pour soumettre en bash
     72submit=qsub
     73
     74login=aidelkad
     75DODSDIR=/modfs/ipslfs/dods
     76#PBS -N atlas
     77#PBS -m a
     78#PBS -j oe
     79#PBS -q h12
     80#PBS -o atlasNOMSIMULATION.out
     81#PBS -S /bin/bash
     82#PBS -l nodes=1:ppn=1
     83#PBS -l mem=30gb
     84#PBS -l vmem=30gb
     85#
     86# Commande pour soumettre en bash
     87submit=qsub
     88
     89login=aidelkad
     90DODSDIR=/modfs/ipslfs/dods
     91#PBS -N atlas
     92#PBS -m a
     93#PBS -j oe
     94#PBS -q h12
     95#PBS -o atlasNOMSIMULATION.out
     96#PBS -S /bin/bash
     97#PBS -l nodes=1:ppn=1
     98#PBS -l mem=30gb
     99#PBS -l vmem=30gb
     100#
     101# Commande pour soumettre en bash
     102submit=qsub
     103
     104login=aidelkad
     105DODSDIR=/modfs/ipslfs/dods
     106#PBS -N atlas
     107#PBS -m a
     108#PBS -j oe
     109#PBS -q h12
     110#PBS -o atlasNOMSIMULATION.out
     111#PBS -S /bin/bash
     112#PBS -l nodes=1:ppn=1
     113#PBS -l mem=30gb
     114#PBS -l vmem=30gb
     115#
     116# Commande pour soumettre en bash
     117submit=qsub
     118
     119login=aidelkad
     120DODSDIR=/modfs/ipslfs/dods
     121#PBS -N atlas
     122#PBS -m a
     123#PBS -j oe
     124#PBS -q h12
     125#PBS -o atlasNOMSIMULATION.out
     126#PBS -S /bin/bash
     127#PBS -l nodes=1:ppn=1
     128#PBS -l mem=30gb
     129#PBS -l vmem=30gb
     130#
     131# Commande pour soumettre en bash
     132submit=qsub
     133
     134login=aidelkad
     135DODSDIR=/modfs/ipslfs/dods
    17136# Definitions en fonction de la machine
    18137# CICLAD
     138hostname=`hostname`
    19139if [ ${hostname:0:5} = cicla ] ; then
    20140########################################################################################################
     
    31151MULTIDIR=$DODSDIR/$login/lmdz/MultiSimu
    32152DIRATLAS=$DODSDIR/$login/lmdz/atlas
     153########################################################################################################
    33154ATLAS_DIR=$DODSDIR/$login/lmdz/atlas/Atlas$$
    34155if [ ! -d $DODSDIR/$login/lmdz/atlas/Atlas$$ ] ; then mkdir -p $DODSDIR/$login/lmdz/atlas/Atlas$$ ; fi
    35 ##########################################################################################################
    36156fi
    37157local=`pwd -P`
     
    149269      ls -lrt | tail
    150270# A ADAPTER en fonction de la machine
    151       sed -e "s:/prodigfs/ipslfs/dods/:/thredds/fileServer/IPSLFS/:g" tmp$$.$passage >| $htmlopt
     271      sed -e "s:/modfs/ipslfs/dods/:/thredds/fileServer/IPSLFS/:g" tmp$$.$passage >| $htmlopt
    152272      \cp -f $htmlopt $OUT_D/
    153       PathHtml=`echo $OUT_D/$htmlopt | sed -e 's:/prodigfs/ipslfs/dods/:http\://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/:'`
     273      PathHtml=`echo $OUT_D/$htmlopt | sed -e 's:/modfs/ipslfs/dods/:http\://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/:'`
    154274      echo NOUVEL ATLAS DISPONIBLE SUR $PathHtml | tee >>  atlas.sh.log
    155275      echo NOUVEL ATLAS DISPONIBLE SUR $PathHtml
Note: See TracChangeset for help on using the changeset viewer.