Changes between Version 40 and Version 41 of Doc/Running


Ignore:
Timestamp:
08/17/16 12:55:00 (8 years ago)
Author:
sdipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/Running

    v40 v41  
    198198  * specify `PeriodState = OnQueue` 
    199199 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`)  
    200  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_month.job` and `modipsl/libIGCM/clean_year.job`]. 
     200 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_PeriodLenght.job` and `modipsl/libIGCM/clean_latestPackperiod.job`]. 
    201201 {{{ 
    202202#!sh 
    203203 cd $SUBMIT_DIR (ie modipsl/config/LMDZOR_v5/DIADEME) 
    204  cp ../../../libIGCM/clean_month.job . ; chmod 755 clean_month.job  # Once and for all 
    205  ./clean_month.job   #   Answer to the questions 
    206  
    207 same for clean_year.job 
     204 cp ../../../libIGCM/clean_PeriodLenght.job . ; chmod 755 clean_PeriodLenght.job  # Once and for all 
     205 ./clean_PeriodLenght.job   #   Answer to the questions 
     206 
     207same for clean_latestPackperiod.job 
    208208 
    209209ccc_msub Job_EXP00 or llsubmit Job_EXP00