Changeset 3697


Ignore:
Timestamp:
Jun 5, 2020, 5:36:50 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.
Corrections

Location:
BOL/Multi_atlas
Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • BOL/Multi_atlas/atlas/atlas.sh

    r3696 r3697  
    3434if [ ! -d $DODSDIR/$login/lmdz/atlas/Atlas$$ ] ; then mkdir -p $DODSDIR/$login/lmdz/atlas/Atlas$$ ; fi
    3535fi
    36 
    3736local=`pwd -P`
    3837
  • BOL/Multi_atlas/install_multi_atlas.sh

    r3696 r3697  
    144144echo    - /prodigfs/ipslfs/dods/$login/lmdz/MultiSimu/Multi01/def.txt
    145145echo     define atlas variables in file
    146 echo    - /prodigfs/ipslfs/dods/$login/lmdz/MultiSimu/Multi01/atlas.def
     146echo    - /prodigfs/ipslfs/dods/$login/lmdz/MultiSimu/Multi01/atlas-def
    147147echo 3.   Add the link to the simulation outputs in your file : $local/runs.txt
    148148
  • BOL/Multi_atlas/make_html_libigcm.sh

    r3694 r3697  
    1 #o!/bin/bash
     1#!/bin/bash
    22# AI mai 2020
    33# A REFAIRE PROPREMENT
  • BOL/Multi_atlas/multi_atlas.sh

    r3694 r3697  
    22
    33set -v
     4
     5login=`whoami`
    46
    57comp=$1
     
    911ref=$5
    1012shift ; shift ; shift ; shift ; shift
    11 
    12 
    1313
    1414sims="$*"
     
    7373      ##############################################################
    7474      # MENU DEROULANT
    75       ##############################################################
     75      ##############################################################:$
    7676      cat $COMP_D/entete.html >> $compf
    7777 
     
    136136done
    137137
    138 echo UN NOVEL MULTI ATLAS EST DISPONIBLE SUR http://vesg.ipsl.upmc.fr/thredds/fileServer/IPSLFS/"$login"/lmdz/MultiSimu/"${comp}"/ACCUEIl.html
     138echo VOTRE MULTI-ATLAS EST DISPONIBLE SUR : $HTML/ACCUEIl.html
Note: See TracChangeset for help on using the changeset viewer.