Changes between Version 62 and Version 63 of Doc/Setup


Ignore:
Timestamp:
10/11/19 12:33:51 (5 years ago)
Author:
falletti
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/Setup

    v62 v63  
    216216 
    217217### The [Restarts] section ### 
    218 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.   
     218The Restarts section allows to start a simulation from another 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.   
    219219 
    220220{{{ 
     
    226226}}} 
    227227 
    228 The root path for the '''!RestartPath''' depend on the computing center. They are: 
    229 {{{ 
    230 #!sh  
    231 ${ARCHIVE}                           # The storage machine of the computing center 
    232                                      # (CCCSTOREDIR or ERGON). This space can contain   
    233                                      # tar of restarts or  
    234                                      # usual restarts files 
    235 /ccc/store/cont003/dsm/login         # TGCC 
    236 /u/rech/ces/login                    # IDRIS 
    237  
    238 ${SCRATCHDIR}                        # The large TGCC workspace (no backup)  
    239  
    240 /ccc/scratch/cont003/dsm/login       # This kind of space can contain  
    241                                      # usual restarts files 
    242  
    243 ${WORKDIR}                           # The large IDRIS workspace (no backup) 
    244                                      
    245 /workgpfs/rech/ces/login             # This kind of space can contain  
    246                                      # usual restarts files 
    247 }}} 
     228The root path for the '''!RestartPath''' depends of the computing center (details about file systems at [wiki:Doc/ComputingCenters/TGCC##Aboutfilesystems TGCC] and [wiki:Doc/ComputingCenters/IDRIS#Thingstoknowaboutfilesystems IDRIS]). They can be: 
     229{{{ 
     230${ARCHIVE}                           # The storage machine of the computing center. 
     231                                     # This space can contain tar of restarts or  
     232                                     # usual restarts files. 
     233                                     # TGCC : ${STOREDIR} 
     234                                     # IDRIS : ${STORE} 
     235 
     236${SCRATCHDIR}                        # The large TGCC workspace (no backup). 
     237                                     # This kind of space can contain usual 
     238                                     # restarts files. 
     239 
     240${SCRATCH}                           # The large IDRIS workspace (no backup). 
     241                                     # This kind of space can contain usual 
     242                                     # restarts files. 
     243}}} 
     244 
     245[[NoteBox(note, On both computing centers (TGCC and IDRIS)\, if you have multiple projects you will have one unique login connected to all your projects. Thus you will have have a home\, a storedir\, a workdir and a scratchdir by project ,600px)]] 
     246 
    248247 
    249248[[NoteBox(note, libIGCM manages the difference in treatment between a path pointing to restart files that are directly accessible (without pack) and a path pointing to restart files that are in tar format (after pack). The management is made according to the path you provided. ,600px)]] 
     
    254253This section for each of the model components allows you to:  
    255254 * '''define the output frequency'''; 
    256  * '''define whether this component is installed''' which will only be considered if you specified '''!OverRule=n''' in the [Restarts] section. 
     255 * '''define whether this component is installed''' which will only be considered if you specified '''!OverRule=n''' in the [#The[Restarts]section [Restarts]] section. 
    257256 
    258257The possible settings for the '''!RestartPath''' options are the same as for the [Restarts] section. 
     
    273272WriteFrequency="1M 1D"                                  # Activate the writing frequency of this component 
    274273Restart=y                                               # If config_Restarts_OverRule == 'n' next 4 params are read 
    275 RestartDate=1999-12-31                                  # Last day of the experience used as restart for this component if Restart=y 
    276 RestartJobName=piControl25                              # Define restart simulation name for this component 
    277 RestartPath=${ARCHIVE}/IGCM_OUT/IPSLCM5A/PROD/piControl # Path Server Group Login 
     274RestartDate=2319-12-31                                  # Last day of the experience used as restart for this component if Restart=y 
     275RestartJobName=CM607-LR-pdCtrl-01                       # Define restart simulation name for this component 
     276RestartPath=${R_IN}/RESTART/IPSLCM6/DEVT/pdControl      # Path Server Group Login 
    278277}}} 
    279278