source: CONFIG/publications/ICOLMDZORINCA_CO2_Transport_GMD_2023/XIOS/src/config/grid_attribute.conf @ 6607

Last change on this file since 6607 was 6607, checked in by acosce, 10 months ago

XIOS used for ICOLMDZORINCA_CO2_Transport_GMD_2023

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