Changes between Version 42 and Version 43 of Doc/Setup


Ignore:
Timestamp:
03/03/16 15:28:15 (8 years ago)
Author:
nillod
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/Setup

    v42 v43  
    738738=== Non-Periodic start dates === 
    739739 
    740 In [#Ensemble.card ensemble.card], it is also possible to specify manually all simulations running and restart dates, length and experiment names to get restart files.[[BR]] 
    741  
    742 First, you need to left empty the periodic attributes `BEGIN_INIT`, `END_INIT`, `PERIODICITY` and `BEGIN_RESTART` in [#Ensemble.card ensemble.card]. Then you can list the start date of all simulations with `NONPERIODIC` variable, all restart dates with `RESTART_NONPERIODIC` one, all experiments to get restart files in `INITFROM_NONPERIODIC` and give the length of each simulation (`LENGTH_NONPERIODIC`).[[BR]] 
     740In [#Ensemble.card ensemble.card], it is also possible to specify manually all simulations running and restart dates, length, experiment names and directories to get restart files.[[BR]] 
     741 
     742First, you need to left empty the periodic attributes `BEGIN_INIT`, `END_INIT`, `PERIODICITY` and `BEGIN_RESTART` in [#Ensemble.card ensemble.card]. Then you can list the start date of all simulations with `NONPERIODIC` variable, all restart dates with `RESTART_NONPERIODIC` one, all experiments to get restart files in `INITFROM_NONPERIODIC`, all simulations restart path using `INITPATH_NONPERIODIC` and give the length of each simulation (`LENGTH_NONPERIODIC`).[[BR]] 
    743743 
    744744Here is an example of a configuration : 
     
    754754INITFROM_NONPERIODIC=( v3.historical6 v3.historical6 v5.historical1) 
    755755 
     756# directory of the restart for each simulation. IF empty all simulations will use INITPATH one. 
     757INITPATH_NONPERIODIC= ( path/to/1st path/to/2nd path/to/3rd ) 
     758 
    756759# length of each simulation. If empty all simulations duration will be the default LENGTH option. 
    757760LENGTH_NONPERIODIC=(10Y 10Y 50Y) 
     
    764767 
    765768 
    766 This will produce 3 simulations which starting at the dates : 1815-01-01, 1990-01-01 and 1999-01-01using respectively restarts from 1814-12-30, 1990-12-30, 1998-12-31 (note that the calendar should be different from the [#Config.card config.card] one) taking into ''v3.historical6'' experiment for the 2 firsts and from ''v5.historical1'' for the last one (`INITPATH` is ignored when `INITFROM_NONPERIODIC` is filled). Simulations length will be 10 years for the 2 firsts and 50 years for the last one. All restart experiments should be in the directory ''/ccc/store/cont003/dsm/p86denv/dmf_import/IGCM_OUT/IPSLCM5A/PROD/historical.''[[BR]] 
    767  
    768 Notice that `INITFROM_NONPERIODIC` and `LENGTH_NONPERIODIC` are not mandatory for non-periodic configuration. If you don’t fill one of them or both the `INITFROM` value and/or `LENGTH` value will be used for all simulations : 
     769This will produce 3 simulations which starting at the dates : 1815-01-01, 1990-01-01 and 1999-01-01using respectively restarts from 1814-12-30, 1990-12-30, 1998-12-31 (note that the calendar should be different from the [#Config.card config.card] one) taking into ''v3.historical6'' experiment for the 2 firsts and from ''v5.historical1'' for the last one (`INITFROM` is ignored when `INITFROM_NONPERIODIC` is filled). Restarts will be taken respectively in the 3 directories specified with `INITPATH_NONPERIODIC` (`INITPATH` is ignored when `INITPATH_NONPERIODIC` is filled). Simulations length will be 10 years for the 2 firsts and 50 years for the last one. All restart experiments should be in the directory ''/ccc/store/cont003/dsm/p86denv/dmf_import/IGCM_OUT/IPSLCM5A/PROD/historical.''[[BR]] 
     770 
     771Notice that `INITFROM_NONPERIODIC`, `LENGTH_NONPERIODIC` and `INITPATH_NONPERIODIC` are not mandatory for non-periodic configuration. If you don’t fill one of them or all the `INITFROM` value and/or `LENGTH` value and/or `INITPATH` will be used for all simulations : 
    769772 
    770773{{{ 
     
    785788LENGTH_NONPERIODIC= 
    786789 
     790# directory of the restart for each simulation. IF empty all simulations will use INITPATH one. 
     791INITPATH_NONPERIODIC= 
     792 
    787793# Restart name  
    788794INITFROM= v3.historical6  
     
    793799 
    794800This will produce 3 simulations starting at the dates : 1815-01-01, 1990-01-01 and 1999-01-01 using respectively restarts from 1814-12-30, 1990-12-30, 1990-12-31.[[BR]] 
    795 All of them use ''v3.historical6'' experiment to get restart files and their duration is 10 years. 
     801All of them use ''v3.historical6'' experiment in `/ccc/store/cont003/dsm/p86denv/dmf_import/IGCM_OUT/IPSLCM5A/PROD/historical` directory to get restart files and their duration is 10 years. 
    796802 
    797803