source: XIOS/trunk/src/config/grid_attribute.conf @ 887

Last change on this file since 887 was 887, checked in by mhnguyen, 8 years ago

Adding a new type of element into grid: Scalar

+) Add a new node Scalar for xml
+) Make some change on writing scalar value
+) Reorganize some codes
+) Remove some redundant codes

Test
+) On Curie
+) All tests pass

  • 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: 480 bytes
Line 
1DECLARE_ATTRIBUTE(StdString, name)
2DECLARE_ATTRIBUTE(StdString, description)
3
4DECLARE_ARRAY(bool, 1, mask_1d)
5DECLARE_ARRAY(bool, 2, mask_2d)
6DECLARE_ARRAY(bool, 3, mask_3d)
7//DECLARE_ARRAY(bool, 4, mask_4d)
8//DECLARE_ARRAY(bool, 5, mask_5d)
9//DECLARE_ARRAY(bool, 6, mask_6d)
10//DECLARE_ARRAY(bool, 7, mask_7d)
11
12
13// An array contains order of axis and domains composing of the grid
14// Value of element: domain 2, axis 1 and sclar 0
15DECLARE_ARRAY_PRIVATE(int, 1, axis_domain_order)
Note: See TracBrowser for help on using the repository browser.