source: XIOS/trunk/src/config/axis_attribute.conf @ 2301

Last change on this file since 2301 was 2280, checked in by ymipsl, 3 years ago

Improve file reading reading

  • add_offset and scaling_factor attributes are set when present in reading file
  • Add new attribute for axis to scale axis_value when read from file : convert_from_factor
  • fix bugs when time dimension in reading file is not unlimited

YM

  • 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: 1.1 KB
RevLine 
[219]1DECLARE_ATTRIBUTE(StdString, name)
2DECLARE_ATTRIBUTE(StdString, standard_name)
3DECLARE_ATTRIBUTE(StdString, long_name)
4
[1493]5DECLARE_ATTRIBUTE(StdString, comment)
6
[219]7DECLARE_ATTRIBUTE(StdString, unit)
[2280]8DECLARE_ATTRIBUTE(double, convert_from_factor)
[1266]9DECLARE_ATTRIBUTE(StdString, formula)
10DECLARE_ATTRIBUTE(StdString, formula_term)
11DECLARE_ATTRIBUTE(StdString, formula_bounds)
12DECLARE_ATTRIBUTE(StdString, formula_term_bounds)
[1435]13DECLARE_ATTRIBUTE(StdString, bounds_name)
[219]14
[666]15DECLARE_ATTRIBUTE(int,       n_glo)
[1158]16DECLARE_ENUM2(positive, up, down)
[1430]17DECLARE_ENUM4(axis_type, X, Y, Z, T)
[633]18
[1430]19DECLARE_ATTRIBUTE(StdString, dim_name)
20
[775]21/* GLOBAL */
22DECLARE_ATTRIBUTE(int,       n_distributed_partition)
23
[633]24/* LOCAL */
[817]25DECLARE_ARRAY(double , 1   , value)
[540]26DECLARE_ATTRIBUTE(StdString, axis_ref)
[219]27
[817]28DECLARE_ARRAY(int    ,1    , index)
29
[551]30/* LOCAL */
31DECLARE_ATTRIBUTE(int,       data_n)
32DECLARE_ATTRIBUTE(int,       data_begin)
[817]33DECLARE_ARRAY(int    ,   1 , data_index)
[540]34
[551]35/*LOCAL */
[666]36DECLARE_ATTRIBUTE(int,       begin)
37DECLARE_ATTRIBUTE(int,       n)
[551]38
39/* LOCAL */
40DECLARE_ARRAY(bool, 1 , mask)
[609]41DECLARE_ARRAY(double, 2 , bounds)
[1158]42DECLARE_ATTRIBUTE(int,       prec)
43DECLARE_ARRAY(StdString    ,1    , label)
Note: See TracBrowser for help on using the repository browser.