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


Ignore:
Timestamp:
2016-11-08T11:44:14+01:00 (8 years ago)
Author:
pmaugis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide/TestCase1

    v14 v15  
    22This page describes how to prepare the run directory and run ORCHIDEE interactively. You can also run using a job and launch on the batch system: [wiki:Documentation/UserGuide/TestCaseBatch].[[BR]] 
    33 
    4 You need following files : 
     4You need the following files : 
    55   - forcing_file.nc   (680M) 
    66   - PFTmap.nc         (13M)  
     
    99   - run.def 
    1010   - executable orchidee_ol 
     11 
     12Go to your run directory (for example "MYFIRSTTEST/RUN1", "MYFIRSTTEST" being at the same level as "modipsl" directory) 
    1113 
    1214'''Get the input files :'''  
     
    2123''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]] 
    2224 
    23 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 model directory. Here suppose default compilation with XIOS 1.0.  
     25The 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. 
    2426 
    2527{{{ 
    26 cp modipsl/modeles/ORCHIDEE/src_xml/iodef_xios1.xml iodef.xml 
    27 cp modipsl/modeles/ORCHIDEE/src_xml/context_orchidee.xml . 
    28 cp modipsl/modeles/ORCHIDEE/src_xml/field_def_orchidee.xml . 
    29 cp modipsl/modeles/ORCHIDEE/src_xml/file_def_orchidee.xml . 
     28cp ../../modipsl/modeles/ORCHIDEE/src_xml/iodef_xios1.xml iodef.xml 
     29cp ../../modipsl/modeles/ORCHIDEE/src_xml/context_orchidee.xml . 
     30cp ../../modipsl/modeles/ORCHIDEE/src_xml/field_def_orchidee.xml . 
     31cp ../../modipsl/modeles/ORCHIDEE/src_xml/file_def_orchidee.xml . 
    3032}}} 
    3133 
    32 Edit file_def_orchidee.xml by changing  
     34Edit file_def_orchidee.xml to change every instance of "_AUTO_" (two for each output file) 
    3335 * enabled="_AUTO_" into enabled=".TRUE." or enabled=".FALSE." 
    3436 * output_freq="_AUTO_" into output_freq="1mo" or output_freq="1d" par example 
    35  * change all you want to adapt the output to what you want 
     37 * do any other change as you wish to adapt the output to your needs 
    3638 
    3739Edit field_def_orchidee.xml only if you changed the ORCHDEE source code.