Changes between Version 19 and Version 20 of Users/ModelInterfacing/InputsOutputs
- Timestamp:
- 2017-09-04T15:59:41+02:00 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Users/ModelInterfacing/InputsOutputs
v19 v20 9 9 Use 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. 10 10 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 14 12 15 13 == Extracting and installing XIOS 16 14 1) 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. 17 15 18 2) Download the version of XIOS that you wish to use. The recommended version is now XIOS2.0 :16 2) 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: 19 17 {{{#!sh 20 18 svn co http://forge.ipsl.jussieu.fr/ioserver/svn/XIOS/trunk xios-2.0 21 19 }}} 20 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. 22 21 23 For XIOS1 if needed: 22 For XIOS1 (by default with 3_6_STABLE reference): 23 24 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. 25 24 26 {{{#!sh 25 svn co http://forge.ipsl.jussieu.fr/ioserver/svn/XIOS.branchs/xios-1.0 xios-1.027 svn co -r 703 http://forge.ipsl.jussieu.fr/ioserver/svn/XIOS/branchs/xios-1.0 xios-1.0 26 28 }}} 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 28 30 29 31 == Namelists