Changes between Version 65 and Version 66 of Doc/CheckDebug


Ignore:
Timestamp:
12/01/22 16:11:05 (19 months ago)
Author:
aclsce
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/CheckDebug

    v65 v66  
    224224}}} 
    225225 
     226 
     227### Use of run_dir directory to run without libIGCM infrastructure (ongoing developments) ### 
     228 
     229Sometimes, that could be useful (and more efficious) to have all the information of the run in the same directory : that allows you the possibility to run directly inside the RUN_DIR directory, using a Job_debug to be launched. To activate this debug functionality : 
     230 
     231 * modify the main computing Job  
     232{{{ 
     233JobType=DIR  
     234}}} 
     235 
     236 * go into RUN_DIR directory, as indicated in the message at the end of Script_Output of the main Job. 
     237 
     238{{{ 
     239############################################ 
     240#    DEBUG PHASE : CREATION OF RUN_DIR    # 
     241############################################ 
     242 
     243You are in development or debug phase 
     244You can run directly into the running directory which is here 
     245/ccc/scratch/cont003/gencmip6/p86caub/RUN_DIR/7485895_33135/DEBUG-LIBIGCM.02.33135 
     246Inside the run directory you will find a Job_debug_DEBUG-LIBIGCM.02 
     247to be used to launch the run. 
     248This job stops here 
     249 
     250cd /ccc/scratch/cont003/gencmip6/p86caub/RUN_DIR/7485895_33135/DEBUG-LIBIGCM.02.33135 ; ccc_msub Job_debug_DEBUG-LIBIGCM.02 
     251}}} 
    226252 
    227253# Start or restart post processing jobs #