Changes between Version 6 and Version 7 of SourceCode/ORCHIDEE_OL


Ignore:
Timestamp:
2013-03-26T12:21:23+01:00 (11 years ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SourceCode/ORCHIDEE_OL

    v6 v7  
    11= Main changes on the trunk/ORCHIDEE_OL = 
     2 * [http://forge.ipsl.jussieu.fr/orchidee/changeset/1238 rev 1238] 2013-03-26 : Specific treatement for stomate_forcing.nc file is now done directly in run.card and stomate.card. stomate_forcing.nc file and stomate_Cforcing.nc cannot be stored in Restart dierctory anymore due to the pack tool mandatory at TGCC. The file is now stored in : 
     3{{{ 
     4# before packing, temporary directory at SCRATCHDIR at curie or WORKDIR at ada : 
     5../IGCM_OUT/OL2/SpaceName/ExperimentName/JobName/SBG/Debug 
     6# after packing in final archive directory at CCCSTOREDIR or gaya in tar : 
     7../IGCM_OUT/OL2/SpaceName/ExperimentName/JobName/DEBUG 
     8}}} 
     9 
    210 * [http://forge.ipsl.jussieu.fr/orchidee/changeset/1236 rev 1236] 2013-03-26 : Stomate_Cforcing.nc file is no longer written by default. If you want to reactivate this file do following :  
    311   * Add in PARAM/run.def : STOMATE_CFORCING_NAME=stomate_Cforcing.nc 
    4    * Add in COMP/stomate.card archiving of this file. The file will be found before packing in temporary directory(at scratch or workdir) IGCM_OUT/OL2/SpaceName/ExperimentName/JobName/SBG/Debug and packed in final archive directory (cccstoredir or gaya) IGCM_OUT/OL2/SpaceName/ExperimentName/JobName/DEBUG. Change to follwing in section [!OutputText] : 
     12   * Add in COMP/stomate.card archiving of this file. The file will be found in same directory as stomate_forcing.nc, see above. Change to follwing in section [!OutputText] : 
    513{{{ 
    614[OutputText] 
    7 List=   (used_run.def, stomate_Cforcing.nc) 
     15List=   (used_run.def, stomate_forcing.nc, stomate_Cforcing.nc) 
    816}}} 
    917