Changes between Version 32 and Version 33 of INCACMIP6


Ignore:
Timestamp:
02/03/15 11:19:47 (9 years ago)
Author:
acosce
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • INCACMIP6

    v32 v33  
    169169 
    170170== Premiers pas ==  
    171  * extraire modipsl et LMDZORINCA_v6 
    172  * compiler  
    173  * créer le répertoire d'expérience  
    174     * dans config.card éventuellement modifier les variables !JobName, !SpaceName, !ExperimentName (se reporter à la documentation en ligne)  
    175     * dans config.card vérifier le nombre de process mpi (32 par défaut), de tâches omp (1 par défaut) et le nombre de serveurs xios (1 par défaut).  Et modifier l'entête du job en fonction :  
     171 * extract modipsl and LMDZORINCA_v6 
     172 * compile for your chemistry (NMHC_AERxLMD969539, AERxLMD969539 or GESxLMD969539) --> this compilation allow to use omp parallelisation and [https://forge.ipsl.jussieu.fr/ioserver xios] library 
     173 * create your experiment directory (the [https://forge.ipsl.jussieu.fr/igcmg_doc/wiki/DocEsetup same way than for v5] configuration)  
     174    * in config.card modify variables !JobName, !SpaceName, !ExperimentName (documentation [https://forge.ipsl.jussieu.fr/igcmg_doc/wiki/DocEsetup#Contentsofthesubmissiondirectory here])  
     175    * in config.card check the number of mpi process (32 by default), of omp task (1 by default) and xios server (1 by default).  And then modify the Job header :  
    176176{{{ 
    177 Par défaut dans config.card :  
     177by default in config.card :  
    178178------------------------------- 
    179179ATM= (gcm.e, gcm.e, 32MPI, 1OMP) 
     
    183183IOS= (xios_server.exe, xios.x, 1MPI) 
    184184 
    185 L'entête du Job doit être :  
     185the Job header corresponding is :  
    186186----------------------------- 
    187187#!/bin/ksh 
     
    202202 
    203203}}} 
    204     * choisir dans COMP/inca.card si l'on veut travailler avec xios ou ioipsl (par défaut xios)  
    205     * vérifier dans les COMP/*.card et les PARAM/*.def que tout correspond à la simulation que l'on souhaite réaliser.  
    206     * soumettre  
    207  
     204    * Choose in COMP/inca.card if we want to manage inca output with xios of ioipsl (xios by default) (note : this doesn't desactivate xios for lmdz and orchidee)  
     205    * Check that all COMP/*.card and PARAM/*.def fit with your simulation  
     206    * submit your job 
     207