Changes between Version 57 and Version 58 of Doc/Setup


Ignore:
Timestamp:
10/10/19 13:03:20 (5 years ago)
Author:
falletti
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/Setup

    v57 v58  
    1111In this chapter, we suppose that you have followed the previous steps ([wiki:Doc/Install installation] and [wiki:Doc/Compile compilation]). After the compilation, you should have the following tree view: 
    1212 
    13 [[Image(compilation.jpg, 50%)]] 
     13[[Image(compilation.png, 400px)]] 
    1414 
    1515# Create submission directory and main job # 
    1616## Create submission directory ## 
    17 The configuration directory contains tools to [wiki:Doc/Compile compile] (Makefile and AA_make) and tools to run a simulation, i.e.  
    18  * two directories (EXPERIMENTS and GENERAL) allow you to create submission directories for your model configuration; 
    19  * 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].  
    20  
    21 In the EXPERIMENTS directory you will find sub-directories for each model configuration (included the one you work with). For example:  
    22  * IPSLCM5_v5 includes LMDZOR, LMDZ 
    23  * IPSLCM5CHT_v5 includes IPSLCM5, LMDZOR, LMDZORINCA 
    24  * LMDZOR_v6 includes LMDZ and ORCHIDEE 
    25  * LMDZORINCA_v5 includes LMDZOR, LMDZ 
    26  
    27  
    28 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.  
     17The configuration directory (`modipsl/config/`) contains tools to compile (Makefile and AA_make files) and tools to run a simulation, i.e. two directories (EXPERIMENTS and GENERAL) allow you to create submission directories for your model configuration. [[BR]] 
     18If one or several submission directories (e.g. EXP00, LMDZOR01, historical, OOL_SEC, MyJobTest etc...) have already been created, you can directly go to the [#Contentsofthesubmissiondirectory next step].  
     19 
     20* EXPERIMENTS : In this directory you will find several sub-directories for each experiment you can produce with the same executable. For example :  
     21  * for IPSLCM6 you can choose experiments between LMDZ, LMDZOR and IPSLCM; 
     22  * for LMDZOR_v6 you can choose experiments between LMDZOR et LMDZ; 
     23  * for LMDZORINCA_v6 you can choose experiments between LMDZ, LMDZOR and LMDZORINCA. 
     24* GENERAL : In this directory you will find scripts and parameters files independent of the experiment (divided into 3 directories POST, PARAM and DRIVER). 
     25 
     26Each of the sub-directories in EXPERIMENTS may contain a reference experiment (e.g. ''clim'', ''amip''... for LMDZOR, ''NMHC_AER'', ''AER'' and ''GES''... for LMDZORINCA, ''piControl'', ''historical''... for IPSLCM) and the file '''config.card''' which will be your simulation's initial setup.  
    2927 
    3028Before 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''.