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

Last change on this file since 567 was 567, checked in by mhnguyen, 9 years ago

Implementing a grid formed by only one axis or group of axis

+) Add several new attributes to axis. From now on, each axis can be distributed on client side
+) Modify mask of grid to make it more flexible to different dimension
+) Fix some bugs relating to calculation of local data index on client
+) Clean some redundant codes

Test
+) On Curie, only test_new_features.f90
+) Test cases:

  • Grid composed of: 1 domain and 1 axis, 3 axis, 1 axis
  • Mode: Attached and connected
  • No of client-server: 6-2(Connected), 2 (Attached)

+) All tests passed and results are correct

  • 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: 460 bytes
Line 
1DECLARE_ATTRIBUTE(StdString, name)
2DECLARE_ATTRIBUTE(StdString, description)
3
4DECLARE_ARRAY(bool, 1 , mask1)
5DECLARE_ARRAY(bool, 2 , mask2)
6DECLARE_ARRAY(bool, 3 , mask3)
7//DECLARE_ARRAY(bool, 4 , mask4)
8//DECLARE_ARRAY(bool, 5 , mask5)
9//DECLARE_ARRAY(bool, 6 , mask6)
10//DECLARE_ARRAY(bool, 7 , mask7)
11
12
13// These attributes should be used privately
14// An array contains order of axis and domains composing of the grid
15DECLARE_ARRAY(bool, 1 , axisDomainOrder)
Note: See TracBrowser for help on using the repository browser.