Changes between Version 1 and Version 2 of Doc/Setup/Ensemble


Ignore:
Timestamp:
10/10/19 15:15:45 (5 years ago)
Author:
flavoni
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/Setup/Ensemble

    v1 v2  
    1818 
    1919 
    20 When IPSLCM6.1.9-LR is downloaded with ./model IPSLCM6.1.9-LR it will offer the possibility to launch experiments of the decadal type. 
    21 To prepare an ensemble of simulations copy the [#Config.card config.card] and [#Ensemble.card ensemble.card] files from the directory: 
     20When IPSLCM6.1.9-LR is downloaded with ./model IPSLCM6.1.9-LR it will offer the possibility to launch experiments of the decadal type. [[BR]] 
     21To prepare an ensemble of simulations copy the [#Config.card config.card] and [#Ensemble.card ensemble.card] files from the directory:  
    2222{{{ 
    2323modipsl/config/IPSLCM6/EXPERIMENTS/IPSLCM/dcppAhindcast_CMIP6 
     
    2828}}} 
    2929 
    30 Several types of ensemble simulations can be prepared by filling [#Config.card config.card] and more importantly [#Ensemble.card ensemble.card]. 
     30Several types of ensemble simulations can be prepared by filling [#Config.card config.card] and more importantly [#Ensemble.card ensemble.card].  [[BR]] 
    3131All parameters for ensemble description are in [#Ensemble.card ensemble.card] and global simulation template is in the [#Config.card config.card]. 
    3232 
    3333## Usage ## 
    3434 
    35 Check that COMP, POST, PARAM and DRIVER directories are present in the experiment folder. 
     35Check that COMP, POST, PARAM and DRIVER directories are present in the experiment folder.  [[BR]] 
    3636Once [#Ensemble.card ensemble.card] and [#Config.card config.card] are correctly filled,  to create an ensemble simply type:  
    3737       ../../libIGCM/ins_job -e 
    3838This will create : 
    3939* all the directories of the ensemble  
    40 * Qsub.xxx.sh: shell script to submit all jobs (!PeriodNb=5 for all simulations) 
    41 * Qclean.PeriodLengt: shell script to submit all jobs (!PeriodNb=5 for all simulations) 
    42 * Qclean.latestPackperiod:  
    43  
    44 The Q clean.PeriodLength/year.xxx.sh are bash files to use  clean_PeriodLength.job or clean_latestPackperiod.job script for all simulations.[[BR]][[BR]] 
    45 NOTE: If a directory exists, ins_job won't modify it. If only some directories of  the ensemble are presents, it will create the missing ones and complete Qsub.xxx.sh shell file. 
     40* Qsub.'''xxx'''.sh : shell script to submit all jobs (!PeriodNb=5 for all simulations) 
     41* Qclean.!PeriodLengt.'''xxx'''.sh : shell script to clean (if necessary) all simulations after an error, and to re-launch them 
     42* Qclean.!latestPackperiod.'''xxx'''.sh : shell script to clean (if necessary) last packed period after an error, and to re-launch them 
     43 
     44**Note:** '''xxx''' it will be the '''JobName''' configured in config.card 
     45 
     46NOTE: If a directory exists, ins_job won't modify it, the creation of ensemble it will stopped. 
    4647 
    4748