Changes between Version 40 and Version 41 of Doc/CheckDebug


Ignore:
Timestamp:
10/10/19 11:22:55 (5 years ago)
Author:
rpennel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/CheckDebug

    v40 v41  
    291291You can run post processing jobs once the main job is finished (for example if the post processing job was deactivated in [#Lespost-traitementsdansconfig.card config.card] or if you encountered a [#Debug bug]). 
    292292 
    293 On TGCC, the machine used for post processing is the same as the computing machine. On IDRIS, the machine to be used for post-processing is adapp (since July 2013) with same file system available : $WORKDIR, $HOME, ... . You can :  
     293You can :  
    294294  1. work directly in the experiment directory (which looks like `PATH_MODIPSL/config/IPSLCM5A/ST11/`). Possible option but not recommended.  
    295295  1. work in a dedicated directory located in the experiment directory (e.g. `PATH_MODIPSL/config/IPSLCM5A/ST11/POST_REDO`). Best choice.  
     
    297297 
    298298For the last two options you must first: 
    299   * If your post processing directory is a subdirectory located in the experiment directory, copy (or make a link `ln -s`) the files and directories `config.card` `POST`, `COMP` and run.card if you want to post process only part of the simulation 
    300   * If your post processing directory is an independent directory : 
    301     * create a dedicated directory (for all simulations) ; 
    302     * transfer libIGCM and run ins_job (for all simulations) ; 
    303     * create a directory for the simulation to analyze (i.e. for each simulation) : 
    304 {{{ 
     299  * If your post processing directory is a subdirectory located in the experiment directory (e.g. `PATH_MODIPSL/config/IPSLCM5A/ST11/POST_REDO`): 
     300     * copy (or link `ln -s`) the files and directories `config.card` `POST`, `COMP` and run.card  
     301  {{{ 
    305302#!sh 
    306303cd $PATH_MODIPSL/config/IPSLCM5A/ST11 
     
    312309cp -pr ../run.card . 
    313310}}} 
     311   
     312  * If your post processing directory is an independent directory : 
     313    * create a dedicated directory (for all simulations) ; 
     314    * transfer libIGCM and run ins_job (for all simulations) ; 
     315    * create a directory for the simulation to analyze (i.e. for each simulation) : 
     316 
    314317 
    315318