source: XIOS/dev/XIOS_DEV_CMIP6/src/config/axis_attribute.conf @ 1314

Last change on this file since 1314 was 1266, checked in by ymipsl, 7 years ago

Add new axis attribute : formula, formula_term, formula_bounds, formula_term_bounds (string). It will be written as metadata in netcdf file.

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