wiki:SourceCode/ORCHIDEE_OL

Version 6 (modified by jgipsl, 11 years ago) (diff)

--

Main changes on the trunk/ORCHIDEE_OL

  • rev 1236 2013-03-26 : Stomate_Cforcing.nc file is no longer written by default. If you want to reactivate this file do following :
    • Add in PARAM/run.def : STOMATE_CFORCING_NAME=stomate_Cforcing.nc
    • 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] :
      [OutputText]
      List=   (used_run.def, stomate_Cforcing.nc)
      
  • rev 1227 et rev 1228 2013-03-20 : Added SpaceName and ExperimentName in SPINUP, FLUXNET and ENSEMBLE
  • rev 1226 2013-03-20 : Added SpaceName and ExperimentName in config.card (not yet for SPINUP/FLUXNET). Output will be found in IGCM_OUT/TagName/SpaceName/ExperimentName/JobName. This is done to help organizing output.
    • If SpaceName=TEST, no pack will be done and no send to archive directory(CCCSTORE or gaya) will be done. Output are instead found at curie SCRATCHDIR/IGCM_OUT or at ada WORKDIR/IGCM_OUT.
    • ExperimentName is set to carrecteraize the simulation type. Severale job can have the same ExperimentName.
    • SpaceName and ExperimentName can be remove but in that case, remove both of them.
  • rev 1225 2013-03-20 : Made directory SPINUP independent from the other directories. All skelet for subjobs are now found in ORCHIDEE_OL/SPINUP/SUBJOB directory.
    • For exemple a modification in config/ORCHIDEE_OL/OOL_SEC_STO will no longer change a ORCHIDEE_OL/SPINUP simulation. Modifications can instead be done in SPINUP/SUBJOB/OOL_SEC_STO.