Changes between Version 1 and Version 2 of Documentation/UserGuide/XIOSaddVar


Ignore:
Timestamp:
2015-11-05T12:30:35+01:00 (7 years ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide/XIOSaddVar

    v1 v2  
    11= Add a new output variable using XIOS = 
    2 In order to add a new variable in the output files you need to add in the fortran source code a line to send the variable to xios during run time. You also need to adapt the xml files to recognise this variable and to write it to one or several output files.  
     2In order to add a new variable in the output files you need to add a line in the fortran source code to send the variable to xios during run time. You also need to adapt the xml files to recognise this variable and to write it to one or several output files.  
    33 
    4 === 1. Modifications ORCHIDEE fortran source code === 
    5 In any module in ORCHIDEE you can add sending of the variable to xios. Add the following: 
     4=== 1. Modifications in the fortran source code === 
     5From any module in ORCHIDEE you can send the variable to xios. Add the following: 
    66 
    77{{{