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

    r3684 r3737  
    1212hostname=`hostname`
    1313if [ ${hostname:0:5} = cicla ] ; then
    14 DODSDIR=/prodigfs/ipslfs/dods
     14DODSDIR=/modfs/ipslfs/dods
    1515fi
    1616if [ ${hostname:0:5} = camel ] ; then
    17 DODSDIR=/prodigfs/ipslfs/dods
     17DODSDIR=/modfs/ipslfs/dods
    1818fi
    1919if [ ${hostname:0:5} = irene ] ; then
     
    4949     "-s") listesim=`echo $2 | sed -e 's/,/ /g'` ; shift ; shift ;;
    5050     "-f") force_create=1 ; shift ;;
    51      "-comp") COMP_D=/prodigfs/ipslfs/dods/fabric/lmdz/MultiSimu/$2 ; shift ; shift ;;
     51     "-comp") COMP_D=/modfs/ipslfs/dods/fabric/lmdz/MultiSimu/$2 ; shift ; shift ;;
    5252     "-seas") listeseas=$2 ; shift ; shift ;;
    5353     *) ./cmor.sh -h ; shift ; exit ;;
Note: See TracChangeset for help on using the changeset viewer.