Changes between Version 1 and Version 2 of Documentation/UserGuide/XIOSaddVar
- Timestamp:
- 2015-11-05T12:30:35+01:00 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/UserGuide/XIOSaddVar
v1 v2 1 1 = 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.2 In 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. 3 3 4 === 1. Modifications ORCHIDEEfortran source code ===5 In any module in ORCHIDEE you can add sending ofthe variable to xios. Add the following:4 === 1. Modifications in the fortran source code === 5 From any module in ORCHIDEE you can send the variable to xios. Add the following: 6 6 7 7 {{{