Changes between Version 61 and Version 62 of Doc/Setup


Ignore:
Timestamp:
10/10/19 18:05:20 (5 years ago)
Author:
falletti
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/Setup

    v61 v62  
    44}}} 
    55---- 
    6 [[NoteBox(note,This chapter describes how to setup your simulation once you have compiled your configuration at a choosen resolution., 600px)]]  
     6[[NoteBox(note,This chapter describes how to setup your simulation once you have compiled your configuration at a chosen resolution., 600px)]]  
    77 
    88[[PageOutline(1,Table of contents)]] 
     
    1515# Create submission directory and main job # 
    1616## Create submission directory ## 
    17 The configuration directory (`modipsl/config/`) contains tools to compile (Makefile and AA_make files) and tools to run a simulation (two directories (EXPERIMENTS and GENERAL) that allow you to create submission directories for your model configuration). [[BR]] 
     17The configuration directory (`modipsl/config/`) contains tools to compile (''Makefile'' and ''AA_make'' files) and tools to run a simulation (two directories (EXPERIMENTS and GENERAL) that allow you to create submission directories for your model configuration). [[BR]] 
    1818If one or several submission directories (e.g. EXP00, LMDZOR01, historical, OOL_SEC, etc...) have already been created, you can directly go to the [#Contentsofthesubmissiondirectory next step].  
    1919 
     
    3838[[Image(creation_exp_v6.png, 800px)]]  
    3939 
    40 When you copied the ''config.card'', you must change at least '''!JobName''' field (your simulation's name) and check the '''Parallelization''' option (dependant of your resolution). In the following example, a simulation called ''!MyJobTest'' is created: 
     40When you copied the ''config.card'', you must change at least '''!JobName''' field (your simulation's name) and check the '''Parallelization''' option (will depend of your resolution). In the following example, a simulation called ''!MyJobTest'' is created: 
    4141 
    4242{{{ 
     
    5353}}} 
    5454 
    55 [[NoteBox(note, The standard parallelization options are: \\ - '''144x142x79''' => 71 MPI x 8 OMP + 1 MPI \\ - '''96x95x39''' => 31 MPI x 4 OMP + 1 MPI, 600px)]] 
     55[[NoteBox(note, The standard parallelization options are: \\ - '''144x142x79''' => 71 MPI x 8 OMP + 1 MPI \\ - '''96x95x39''' => 31 MPI x 4 OMP + 1 MPI, 350px)]] 
    5656 
    5757Then run the '''`ins_job`''' script to create the submission directory. This directory will have the same name as ''!JobName'' and the ''config.card'' file is moved in. 
     
    122122 
    123123 * !JobName --> simulation name   
    124  * !ExperimentName --> experiment name (following the CMIP5 nomenclature for the IPCC simulations)  
     124 * !ExperimentName --> experiment name (following the CMIP6 nomenclature for the IPCC simulations)  
    125125 * !SpaceName --> variable indicating the type of a simulation. Choose between PROD, DEVT and TEST. !SpaceName=TEST is a special case deactivating pack and storage.  
    126126 * !LongName --> description of your simulation  
     
    134134 * !DataProject --> optional: This variable can be added currently only for use at irene if you want to store output on another project space than the one used in the job headers. The main job and all post-processing jobs will store at this project even if the computing hours are taken from another project. Note that by default the storage space is the same as the computing project. For example !DataProject=gen6328. 
    135135 
    136 The parameters !ExperimentName and !SpaceName are optional. They impact on the path to the storage directory for the simulation output. !SpaceName=TEST is a specific case which deactivate pack and storage at archive directory which means that the output will be stored only at SCRATCHDIR(curie) or WORKDIR(ada).   
     136The parameters ''!ExperimentName'' and ''!SpaceName'' are optional. They impact on the path to the storage directory for the simulation output. `!SpaceName=TEST` is a specific case which deactivate pack and storage at archive directory which means that the output will be stored only at SCRATCHDIR (at TGCC) or WORKDIR (at IDRIS).   
    137137[[BR]] [[BR]] 
    138138 
    139 '''Example 1: The output directory for the following case will be IGCM_OUT/LMDZOR/TEST/REINE/DIADEME'''  
     139''Example 1'': With a !ExperimentName and !SpaceName=TEST 
    140140{{{ 
    141141#!sh  
    142 JobName=DIADEME 
    143 ExperimentName=REINE 
     142JobName=MyJobTest 
     143ExperimentName=DIADEME 
    144144SpaceName=TEST 
    145145TagName=LMDZOR 
    146146}}} 
    147 The output directory will be IGCM_OUT/LMDZOR/TEST/REINE/DIADEME[[BR]] 
    148  
    149  
    150 Example 2: without !ExperimentName and !SpaceName 
     147The output directory will be `IGCM_OUT/LMDZOR/TEST/DIADEME/MyJobTest`.[[BR]] 
     148 
     149 
     150''Example 2'': without !ExperimentName and !SpaceName 
    151151{{{ 
    152152#!sh  
    153 JobName=DIADEME 
     153JobName=MyJobTest 
    154154TagName=LMDZOR 
    155155}}} 
    156 The output directory will be IGCM_OUT/LMDZOR/DIADEME 
     156The output directory will be `IGCM_OUT/LMDZOR/MyJobTest`. 
    157157 
    158158 
     
    161161[[NoteBox(note,!PeriodLength allows you to determine the integration length of an execution for your configuration (restart files creation frequency), 600px)]]  
    162162 
    163 [[NoteBox(note,If !SpaceName=TEST all output will be store on scratchdir (on curie) or workdir (on ada), 600px)]]  
     163[[NoteBox(note,If !SpaceName=TEST all output will be store on $SCRATCHDIR (at TGCC) or $WORKDIR (at IDRIS), 600px)]]  
    164164 
    165165### The section [Executable] ###  
    166 This section contains one line for each model component giving the executable's name in the bin/ directory, the executable's name copied to the working directory and resource specifications. You should only change this section if your executable is running in parallel using MPI and OpenMP or if you have changed the executable's name. 
     166This section contains one line for each model component giving the executable's name in the `bin/` directory, the executable's name copied to the working directory and resource specifications. You should only change this section if your executable is running in parallel using MPI and OpenMP or if you have changed the executable's name. 
    167167 
    168168Note : (",") indicates that this component has no executable. It is defined in a library linked to another executable (e.g. Orchidee in LMDZOR or Inca in LMDZINCA). 
     
    219219 
    220220{{{ 
    221 #!sh  
    222221[Restarts] 
    223222OverRule=y 
    224 RestartDate=1999-12-31                                  # Last day of the experience used as restart for all components 
    225 RestartJobName=EXP00                                    # Define restart simulation name for all components 
    226 RestartPath=${ARCHIVE}/IGCM_OUT/IPSLCM5A/DEVT/pdControl # Path Server Group Login 
     223RestartDate=2319-12-31                                  # Last day of the experience used as restart for all components 
     224RestartJobName=CM607-LR-pdCtrl-01                       # Define restart simulation name for all components 
     225RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl      # Path Server Group Login 
    227226}}} 
    228227