Changes between Version 75 and Version 76 of Doc/Running


Ignore:
Timestamp:
10/11/19 15:59:46 (5 years ago)
Author:
acosce
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/Running

    v75 v76  
    190190}}} 
    191191 
    192 ### The output files ### 
     192## The output files ## 
    193193 
    194194The output files are stored on file servers. Their name follows a standardized nomenclature: IGCM_OUT/!TagName/[!SpaceName]/[!ExperimentName]/!JobName/ in different subdirectories for each "Output" and "Analyse" component (e.g. ATM/Output,  ATM/Analyse), DEBUG, RESTART, ATLAS and MONITORING. 
     
    210210 * on the Ergon machine at IDRIS  
    211211 
    212 #### Here is the storage directory structure of the output files produced at TGCC #### 
     212### Here is the storage directory structure of the output files produced at TGCC ### 
    213213 
    214214[[Image(Resultats-TGCC.jpg, 50%)]] 
    215215 
    216 #### Here is the storage directory structure of the output files produced at IDRIS #### 
     216### Here is the storage directory structure of the output files produced at IDRIS ### 
    217217 
    218218[[Image(Resultats-IDRIS.jpg, 50%)]] 
    219219 
    220 ### Debug/ directory ###  
    221 A Debug/ directory is created if the simulation crashed. This directory contains text files from each of the model components to help you finding reasons for the crash. See also [wiki:DocGmonitor#Debug the chapter on monitoring and debugging]. 
    222  
    223 ### How to continue or restart a simulation? ### 
     220## Debug/ directory ##  
     221A Debug/ directory is created if the simulation crashed. This directory contains text files from each of the model components to help you finding reasons for the crash. See also [wiki:Doc/CheckDebug#Debug the chapter on monitoring and debugging]. 
     222 
     223## How to continue or restart a simulation? ## 
    224224 1. If you want to continue an existing and finished simulation, change the simulation end date in the `config.card` file. Do not change the simulation start date. 
    225225 1. In the `run.card` file you must:  
     
    227227  * specify `PeriodState = OnQueue` 
    228228 1. You must change the output file number in your job to make sure that the job doesn't fail by trying to replace an existing `Script_Output` file. By default it is `Script_Output_JobName_.0001` but you can replace it by `Script_Output_JobName_.CumulPeriod` (you will find `CumulPeriod` in `run.card`)  
    229  1. If your simulation has stopped in the middle of a month and you want to restart it, you must delete the files created during this month (pack period) in your archives (`$CCCSTOREDIR/IGCM_OUT/etc`...). You can use the scripts [wiki:DocGmonitor#Tipsforidentifyingcomputingenvironmenterrors `modipsl/libIGCM/clean_PeriodLength.job` and `modipsl/libIGCM/clean_latestPackperiod.job`]. 
     229 1. If your simulation has stopped in the middle of a month and you want to restart it, you must delete the files created during this month (pack period) in your archives (`$CCCSTOREDIR/IGCM_OUT/etc`...). You can use the scripts [wiki:Doc/CheckDebug#Unknownerror `modipsl/libIGCM/clean_PeriodLength.job` and `modipsl/libIGCM/clean_latestPackperiod.job`]. 
    230230 {{{ 
    231231#!sh 
    232  cd $SUBMIT_DIR (ie modipsl/config/LMDZOR_v5/DIADEME) 
    233  cp ../../../libIGCM/clean_PeriodLength.job . ; chmod 755 clean_PeriodLength.job  # Once and for all 
     232 cd $SUBMIT_DIR (ie modipsl/config/****/ExpDirectory) 
     233 cp ../../../libIGCM/clean_PeriodLength.job .  
    234234 ./clean_PeriodLength.job   #   Answer to the questions 
    235235 
    236236same for clean_latestPackperiod.job 
    237237 
    238 ccc_msub Job_EXP00 or llsubmit Job_EXP00 
     238ccc_msub Job_EXP00 or sbatch Job_EXP00 
    239239}}} 
    240240