Changeset 3696 for BOL/Multi_atlas/Utils


Ignore:
Timestamp:
Jun 5, 2020, 1:23:26 PM (5 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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOL/Multi_atlas/Utils/atlas0.sh

    r3694 r3696  
     1# Definitions en fonction de la machine
     2# CICLAD
     3if [ ${hostname:0:5} = cicla ] ; then
     4########################################################################################################
     5# Environnement
     6module purge
     7module load netcdf4/4.3.3.1-ifort cdo/1.6.8 nco/4.5.2  ncl/6.3.0
     8ulimit -s unlimited
     9export PYTHONPATH=:/opt/canopy-1.3.0/Canopy_64bit/User/bin/python:/home/igcmg/prodiguer-client:/home/fabric/users/denvil/climaf:/home/fabric/users/denvil/climaf
     10export PATH=$PATH:/home/fabric/users/denvil/climaf/bin
     11STORAGE=$DODSDIR/$login/lmdz/STORE
     12if [ ! -d $DODSDIR/$login/climafCache ] ; then mkdir -p $DODSDIR/$login/climafCache ; fi
     13export CLIMAF_CACHE=$DODSDIR/$login/climafCache
     14echo CLIMAF_CACHE $DODSDIR/$login/climafCache
     15MULTIDIR=$DODSDIR/$login/lmdz/MultiSimu
     16DIRATLAS=$DODSDIR/$login/lmdz/atlas
     17########################################################################################################
     18ATLAS_DIR=$DODSDIR/$login/lmdz/atlas/Atlas$$
     19if [ ! -d $DODSDIR/$login/lmdz/atlas/Atlas$$ ] ; then mkdir -p $DODSDIR/$login/lmdz/atlas/Atlas$$ ; fi
     20fi
    121local=`pwd -P`
    222
Note: See TracChangeset for help on using the changeset viewer.