source: XIOS/trunk/src/config/field_attribute.conf @ 538

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

Convert more attributes to use the new duration type:

  • field: freq_op and freq_offset
  • file: output_freq, sync_freq and split_freq.

Remember that you now have to use the "xios_duration" type instead of strings to get/set those attributes through the Fortran interface.

  • 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: 806 bytes
RevLine 
[219]1DECLARE_ATTRIBUTE(StdString, name)
2DECLARE_ATTRIBUTE(StdString, standard_name)
3DECLARE_ATTRIBUTE(StdString, long_name)
4
5DECLARE_ATTRIBUTE(StdString, unit)
6DECLARE_ATTRIBUTE(StdString, operation)
[470]7DECLARE_ATTRIBUTE(bool,      detect_missing_value)
[219]8
[538]9DECLARE_ATTRIBUTE(CDuration, freq_op)
10DECLARE_ATTRIBUTE(CDuration, freq_offset)
[219]11DECLARE_ATTRIBUTE(int,       level)
12DECLARE_ATTRIBUTE(int,       prec)
13
14DECLARE_ATTRIBUTE(bool,      enabled)
15
16DECLARE_ATTRIBUTE(StdString, domain_ref)
17DECLARE_ATTRIBUTE(StdString, axis_ref)
18DECLARE_ATTRIBUTE(StdString, grid_ref)
19DECLARE_ATTRIBUTE(StdString, field_ref)
20
21DECLARE_ATTRIBUTE(double,    default_value)
[463]22DECLARE_ATTRIBUTE(double,    valid_min)
23DECLARE_ATTRIBUTE(double,    valid_max)
[464]24DECLARE_ATTRIBUTE(double,    add_offset)
25DECLARE_ATTRIBUTE(double,    scale_factor)
Note: See TracBrowser for help on using the repository browser.