Changeset 3745 for BOL/Multi_atlas/atlas


Ignore:
Timestamp:
Jul 1, 2020, 9:31:32 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.
Update atlas scripts

Location:
BOL/Multi_atlas/atlas
Files:
2 edited

Legend:

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

    r3743 r3745  
    1 #PBS -N atlas
    2 #PBS -m a
    3 #PBS -j oe
    4 #PBS -q h12
    5 #PBS -o atlasNOMSIMULATION.out
    6 #PBS -S /bin/bash
    7 #PBS -l nodes=1:ppn=1
    8 #PBS -l mem=30gb
    9 #PBS -l vmem=30gb
    10 #
    11 # Commande pour soumettre en bash
    12 submit=qsub
    13 
    14 login=aidelkad
    15 DODSDIR=/modfs/ipslfs/dods
    161#PBS -N atlas
    172#PBS -m a
  • BOL/Multi_atlas/atlas/lmdz_SE.py

    r3743 r3745  
    4040# Definitions pour l'acces aux obs gérées par Ionela
    4141#########################################################################################
    42 cproject('OBS', ('period','fx'),   ('root','/modfs/ipslfs/dods/aidelkad/lmdz/SE/CMOR/OBS'))  #, '/data/musat/LMDZ6/SE/CMOR/OBS'))
     42cproject('OBS', ('period','fx'),   ('root','/modfs/ipslfs/dods/fabric/lmdz/SE/CMOR/OBS'))  #, '/data/musat/LMDZ6/SE/CMOR/OBS'))
    4343dataloc(project='OBS',url='${root}/${variable}.nc')
    4444# Définiton de variables dérivées pour ce projet
Note: See TracChangeset for help on using the changeset viewer.