Changes between Version 15 and Version 16 of Documentation/UserGuide/TestCase1


Ignore:
Timestamp:
2016-11-08T13:54:53+01:00 (7 years ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide/TestCase1

    v15 v16  
    88   - reftemp.nc        (<1M) 
    99   - run.def 
     10   - xml files to configure XIOS 
    1011   - executable orchidee_ol 
    1112 
    12 Go to your run directory (for example "MYFIRSTTEST/RUN1", "MYFIRSTTEST" being at the same level as "modipsl" directory) 
     13Create a directory where you will run the model and copy input files as follow.  
    1314 
    1415'''Get the input files :'''  
     
    2324''Note: If you do not compile with XIOS, you do not need to copy these files but you need to adapt run.def to activate output with IOIPSL, see further below.''[[BR]] 
    2425 
    25 The xml files controls the output of the model if you use XIOS. XIOS is the default since rev 3115 in the trunk. Copy the files from the "modeles" directory. Here we suppose default compilation with XIOS 1.0 but you should copy the actual iodef*.xml that exists in your revision. 
    26  
    27 {{{ 
    28 cp ../../modipsl/modeles/ORCHIDEE/src_xml/iodef_xios1.xml iodef.xml 
    29 cp ../../modipsl/modeles/ORCHIDEE/src_xml/context_orchidee.xml . 
    30 cp ../../modipsl/modeles/ORCHIDEE/src_xml/field_def_orchidee.xml . 
    31 cp ../../modipsl/modeles/ORCHIDEE/src_xml/file_def_orchidee.xml . 
    32 }}} 
     26The xml files controls the output of the model if you use XIOS. XIOS is the default since rev 3115 in the trunk and since rev 3839 only XIOS/trunk revision 965 (XIOS2) or later can be used. Copy the xml files from the "modeles" directory ORCHIDEE/src_xml to your run directory: iodef.xml, context_orchidee.xml, field_def_orchidee.xml and file_def_orchidee.xml. 
    3327 
    3428Edit file_def_orchidee.xml to change every instance of "_AUTO_" (two for each output file)