New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Users/ModelInterfacing/InputsOutputs (diff) – NEMO

Changes between Version 19 and Version 20 of Users/ModelInterfacing/InputsOutputs


Ignore:
Timestamp:
2017-09-04T15:59:41+02:00 (7 years ago)
Author:
clevy
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Users/ModelInterfacing/InputsOutputs

    v19 v20  
    99Use of XIOS for diagnostics is activated using the pre-compiler key key_iomput. In nemo_v3_6_STABLE the default version of XIOS is XIOS1.0 but XIOS2.0 can be used by activating key_xios2. At the head of the NEMO trunk only XIOS2.0 can be used (XIOS2.0 is the XIOS trunk) and key_xios2 is not required. 
    1010 
    11 {{{#!div class="important" 
    12 '''Due to a change in the XIOS1.0 branch, NEMO v3.6 STABLE will only work up to revision 703 of the XIOS1.0 branch without modifying the code manually. Not recommended for NEMO beginners.''' 
    13 }}} 
     11 
    1412 
    1513== Extracting and installing XIOS 
    16141) Install the NetCDF4 library. If you want to use single file output you will need to compile the HDF & NetCDF libraries to allow parallel IO. 
    1715 
    18 2) Download the version of XIOS that you wish to use. The recommended version is now XIOS2.0: 
     162) Download the version of XIOS that you wish to use. The recommended version is now XIOS2.0, but by default, 3_6_STABLE runs with XIOS1: 
    1917{{{#!sh 
    2018svn co ​http://forge.ipsl.jussieu.fr/ioserver/svn/XIOS/trunk xios-2.0 
    2119}}} 
     20and follow the instructions in [//ioserver/wiki/documentation XIOS documentation] to compile it. The latest revision tested by the NEMO systems team is 990 although later revisions should also work correctly. 
    2221 
    23 For XIOS1 if needed: 
     22For XIOS1 (by default with 3_6_STABLE reference): 
     23 
     24Due to a change in the XIOS1.0 branch, NEMO v3.6 STABLE will only work up to revision 703 of the XIOS1.0 branch without modifying the code manually. Not recommended for NEMO beginners. 
     25 
    2426{{{#!sh 
    25 svn co ​http://forge.ipsl.jussieu.fr/ioserver/svn/XIOS. branchs/xios-1.0 xios-1.0 
     27svn co ​-r 703 http://forge.ipsl.jussieu.fr/ioserver/svn/XIOS/branchs/xios-1.0 xios-1.0 
    2628}}} 
    27 and follow the instructions in [//ioserver/wiki/documentation XIOS documentation] to compile it. The latest revision tested by the NEMO systems team is 990 although later revisions should also work correctly. 
     29 
    2830 
    2931== Namelists