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

Last change on this file since 1314 was 1250, checked in by mhnguyen, 7 years ago

Fixing bug on mask grid

+) Add mask_0d for scalar grid
+) Transmit grid's attributes (mask) from client and reconstruct them correctly on server
+) Rebuild data in the input of data flow on the server side

Test
+) On Curie
+) Simple test

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