source: XIOS/trunk/src/config/var_attribute.conf @ 1041

Last change on this file since 1041 was 1041, checked in by rlacroix, 7 years ago

Add a new attribute "ts_target" for variables.

It allows choosing the target of the variable when using timeseries. Possible values are:

  • field
  • file
  • both
  • none.

If no value is set then the default behavior is used, that is "field" for field variables and "file" for file variables.

  • Property copyright set to
    Software name : XIOS (Xml I/O Server)
    http://forge.ipsl.jussieu.fr/ioserver
    Creation date : January 2009
    Licence : CeCCIL version2
    see license file in root directory : Licence_CeCILL_V2-en.txt
    or http://www.cecill.info/licences/Licence_CeCILL_V2-en.html
    Holder : CEA/LSCE (Laboratoire des Sciences du CLimat et de l'Environnement)
    CNRS/IPSL (Institut Pierre Simon Laplace)
    Project Manager : Yann Meurdesoif
    yann.meurdesoif@cea.fr
File size: 104 bytes
Line 
1DECLARE_TYPE(type)
2DECLARE_ATTRIBUTE(StdString, name)
3DECLARE_ENUM4(ts_target, file, field, both, none)
Note: See TracBrowser for help on using the repository browser.