Changes between Version 8 and Version 9 of Scripts/SpinUpJobs


Ignore:
Timestamp:
2020-02-28T15:51:58+01:00 (4 years ago)
Author:
maignan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Scripts/SpinUpJobs

    v8 v9  
    1  
    2 = Documentation on spin-up job with libIGCM = 
     1= Documentation on SPINUP job with libIGCM = 
     2Last revision: 2020/02/28, F. Maignan 
    33 
    44== User documentation == 
    5  
    6 This page gives a short documentation on the spin-up job in ORCHIDEE_OL 
     5This page gives a short documentation on the SPINUP configuration in ORCHIDEE_OL 
    76sources since OOL_1_9_2 version. 
    87 
    9 If you just want to run a simple job without spin-up scheme you should copy the entire directory to another name and work inside the new one. For 
    10 example for ORCHIDEE_OL :  
    11 {{{ 
    12 > cp -Rp OOL_SEC_STO MY_OOL_SEC_STO 
    13 > cd MY_OOL_SEC_STO 
    14 }}} 
    15  
    16  
    17 The ORCHIDEE_OL/SPINUP script use other libIGCM scripts in ORCHIDEE_OL.  
    18 You should also copy this directory to another name and work inside the new one :  
     8The ORCHIDEE_OL/SPINUP script uses other libIGCM scripts in ORCHIDEE_OL.  
     9You should copy this directory to another name and work inside the new one:  
    1910{{{ 
    2011> cp -Rp SPINUP MY_SPINUP 
     
    2314 
    2415 
    25 Other ORCHIDEE_OL directories may not be modified for the SPINUP to run correctly : 
     16Other ORCHIDEE_OL directories may not be modified for the SPINUP to run correctly: 
    2617 * OOL_SEC for SECHIBA alone runs, 
    2718 * OOL_SEC_STO for SECHIBA and STOMATE (whole ORCHIDEE) runs, 
    2819 * TESTSTOMATE for teststomate (STOMATE alone) runs, 
    2920 * and FORCESOIL for forcesoil (stomate_soilcarbon function in src_stomate) runs. 
    30 All thoses will be called "subjob" inside the spinup. They will are copy inside the spinup directory 
    31 with differente stage names. Some of their parameters will be changed according to the spinup parameters. 
    32 And will be launched with a simple "nohup". 
     21All those will be called "subjob" inside the spinup. They will all be copied under the SPINUP directory 
     22with different stage names. Some of their parameters will be changed according to the spinup parameters. 
     23And they will be launched with a simple "nohup". 
    3324 
    34 Then all these directories must be considered by users as skeleton and must be use or change with 
     25Then all these directories must be considered by users as skeleton and must be used or changed with 
    3526care because otherwise, it will break the spinup. 
    36 The SPINUP directory itself is a brick of other jobs (see FluxnetValidation page on this site. 
     27The SPINUP directory itself is a brick of other jobs (see also the Fluxnet Validation page on this site). 
    3728 
    3829In SPINUP/COMP directory, you will find spinup.card to manage SPINUP with ORCHIDEE in libIGCM scripts environment. 
    3930 
    4031First, you must consider SPINUP configuration in section [User``Choices] : 
    41  * The first two options are 
     32 * The first two options are: 
    4233{{{ 
    4334#!sh 
     
    7970duree_final=1 
    8071}}} 
     72 
    8173Here the first three parameters deal with the initialization, if you don't want to start it from some restart. 
    8274After that, you have the main loop on "n_iter" and at the end the finalization of the spinup. [[BR]] 
    8375All those parameters (but the n_iter) are number of years.  
    84  * Finally, you can change  
    85    * The name of the forcing file. You can for example use ${year} variable of libIGCM to build interanual spinup as in : 
     76 * Finally, you can change: 
     77   * The name of the forcing file. You can for example use ${year} variable of libIGCM to build interanual spinup as in: 
    8678{{{ 
    8779#!sh 
     
    9183ListNonDel= () 
    9284}}} 
    93    * Some parameters inside the subjobs. 
     85   * Some parameters inside the subjobs: 
    9486{{{ 
    9587#!sh 
     
    9991LONGPRINT=n 
    10092}}} 
    101    * The post-treatment section for SECHIBA and STOMATE runs (Time``Series variables) : 
     93   * The post-treatment section for SECHIBA and STOMATE runs (Time``Series variables): 
    10294{{{ 
    10395#!sh 
     
    113105 
    114106 
    115 == Directories of spin-up job == 
     107== Directories of spinup job == 
    116108 
    117109SPINUP for ORCHIDEE is a set of jobs running SEQUENTIALLY.