Changeset 3700


Ignore:
Timestamp:
Jun 8, 2020, 12:51:16 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:
6 added
3 edited

Legend:

Unmodified
Added
Removed
  • BOL/Multi_atlas/Utils/atlas-def

    r3684 r3700  
    1 YEAR GLOB pr,tas,crest,crelt,crett,rtt,rstt,rlut,prw,hfls,ta,ua,hur,rsds,albs,tasmax,tasmin
    2 DJF GLOB pr,tas,psl,crest,rsds,albs,hfls,tasmax,tasmin
    3 JJA GLOB pr,tas,psl,crest,rsds,albs,hfls,tasmax,tasmin
     1YEAR GLOB pr,tas
     2DJF GLOB pr,tas
     3JJA GLOB pr,tas
  • BOL/Multi_atlas/Utils/multi.sh

    r3695 r3700  
    261261#
    262262   pwd
    263    ./multi_ZONE.sh -runsfile $runstxt YEAR $comp ZON
    264    ./multi_ZONE.sh -runsfile $runstxt JJA $comp ZON
    265    ./multi_ZONE.sh -runsfile $runstxt DJF $comp ZON
    266    ./multi_ZONE.sh -runsfile $runstxt JJAS $comp AMMACROSS
     263   ./multi_ZONE.sh YEAR $comp ZON -runsfile $runstxt
     264   ./multi_ZONE.sh JJA $comp ZON -runsfile $runstxt
     265   ./multi_ZONE.sh DJF $comp ZON -runsfile $runstxt
     266   ./multi_ZONE.sh JJAS $comp AMMACROSS -runsfile $runstxt
     267
    267268fi
    268269
  • BOL/Multi_atlas/multi_ZONE.sh

    r3684 r3700  
    77###################################################
    88
     9 SEAS=$1
     10 comp=$2
     11 ZONE=$3
     12
    913login=`whoami`
    1014hostname=`hostname`
     
    3842
    3943local=`pwd`
    40 SEAS=$1
    41 comp=$2
    42 ZONE=$3
    4344
    4445latmin=-90.
Note: See TracChangeset for help on using the changeset viewer.