source: XIOS/trunk/src/config/context_attribute.conf @ 526

Last change on this file since 526 was 526, checked in by rlacroix, 9 years ago

Convert some attributes to enumerations:

  • file: par_access
  • context: calendar_type

Those changes should have no effect on existing XML configuration files and ensure that a proper error message is always displayed during parsing if the value is not supported.

  • 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: 235 bytes
Line 
1DECLARE_ENUM5(calendar_type, D360, AllLeap, NoLeap, Julian, Gregorian)
2DECLARE_ATTRIBUTE(StdString, start_date)
3DECLARE_ATTRIBUTE(StdString, time_origin)
4DECLARE_ATTRIBUTE(StdString, timestep)
5DECLARE_ATTRIBUTE(StdString, output_dir)
6
Note: See TracBrowser for help on using the repository browser.