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

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

Add a new attribute type for durations and use it for the context's timestep.

Note that the "xios_time" type and the "xios_set_timestep" procedure have been removed from the Fortran interface. Instead, the "xios_duration" type and the "xios_get_context_attr"/"xios_set_context_attr" procedures should now be used to get/set the timestep.

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