Changes between Version 10 and Version 11 of Doc/Setup


Ignore:
Timestamp:
10/23/14 16:50:55 (10 years ago)
Author:
mafoipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/Setup

    v10 v11  
    1313The configuration directory contains tools to [wiki:DocDcompil compile] (Makefile and AA_make) and tools to run a simulation, i.e.  
    1414 * two directories (EXPERIMENTS and GENERAL) allow you to create submission directories for your model configuration; 
    15  * if one or several submission directories (e.g. EXP00, OOL_SEC_STO, historical, EXP_AER, etc...) have already been created, you can directly go to the [#Theworkingdirectory next step].  
     15 * if one or several submission directories (e.g. EXP00, OOL_SEC_STO, historical, EXP_AER, etc...) have already been created, you can directly go to the [#Contentsofthesubmissiondirectory next step].  
    1616 
    1717In the EXPERIMENTS directory you will find subdirectories for each model configuration (included the one you work with). For example:  
     
    2222 
    2323 
    24 Each of these subdirectories may contain a reference experiment (e.g. clim and amip for LMDZOR, NMHC_AER, AER and GES for LMDZORINCA, piControl, historical and cie for IPSLCM5_v5) and the file config.card which will be your simulation's initial setup.  
    25  
    26 Before preparing the working directory you must know which kind of simulation you want to perform. Then, you must copy the config.card file at the same level as the main Makefile.  
    27 [[BR]] For example, to perform a clim experiment with LMDZOR_v5: 
     24Each of these subdirectories may contain a reference experiment (e.g. '''clim''' and '''amip''' for LMDZOR, NMHC_AER, AER and GES for LMDZORINCA, '''piControl''', '''historical''' and cie for IPSLCM5_v5) and the file ''config.card'' which will be your simulation's initial setup.  
     25 
     26Before preparing the working directory you must know which kind of simulation you want to perform. Then, you must copy the ''config.card'' file at the same level as the main ''Makefile''.  
     27[[BR]] For example, to perform a '''clim''' experiment with LMDZOR_v5: 
    2828{{{ 
    2929#!sh  
     
    3434[[Image(wiki:DocEsetup:creation_exp_v5.jpg, 50%)]]  
    3535 
    36 The header of config.card contains the '''!JobName''' field for which you must specify your simulation's  name. Then run the ins_job script that will in first time ask you, if you are working on TGCC, your id group, and then create a directory for your experiment. If you are working on IDRIS it will directly create a directory for your experiment.  
     36The header of ''config.card'' contains the '''!JobName''' field for which you must specify your simulation's  name. Then run the '''`ins_job`''' script that will in first time ask you, if you are working on TGCC, your id group, and then create a directory for your experiment. If you are working on IDRIS it will directly create a directory for your experiment.  
    3737[[BR]] In the previous example, a simulation called ''DIADEME'' is created: 
    3838{{{ 
     
    6363 
    6464## config.card ## 
    65 The config.card file contains the settings of your simulation configuration. The file contains several sections with the simulation settings (e.g. name, duration, processors' number, post processing, initial state).  
     65The ''config.card'' file contains the settings of your simulation configuration. The file contains several sections with the simulation settings (e.g. name, duration, processors' number, post processing, initial state).  
    6666[[BR]]Below is a list of the file sections: 
    6767 
     
    110110 
    111111### The [Restarts] section ### 
    112 The Restarts section allow to start from an existing simulation. This simulation can be found at the archive machine or at local scratch- or workdir. Activate by setting '''!OverRule=y'''. All components(e.g. ATM, SRF, etc) will then use the same simulation as restart state.   
     112The Restarts section allow to start from an existing simulation. This simulation can be found at the archive machine or at local scratch- or workdir. Activate by setting '''!OverRule=y'''. All components (e.g. ATM, SRF, etc) will then use the same simulation as restart state.   
    113113 
    114114{{{