Ignore:
Timestamp:
08/24/15 14:53:17 (9 years ago)
Author:
mhnguyen
Message:

Changing some domain attributes

+) Longitude and latitude from now on can be 2 dimension array

Test
+) On Curie
+) test_client, test_complete pass and are correct

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/config/domain_attribute.conf

    r657 r664  
    2424 
    2525/* LOCAL */ 
    26 DECLARE_ARRAY(bool, 1 , mask_1D) 
    27 DECLARE_ARRAY(bool, 2 , mask_2D) 
    28 DECLARE_ARRAY(bool, 2 , mask) 
     26DECLARE_ARRAY(bool, 1 , mask_1d) 
     27DECLARE_ARRAY(bool, 2 , mask_2d) 
    2928 
    3029/* GLOBAL */ 
     
    4342 
    4443/* LOCAL */ 
    45 DECLARE_ARRAY(double, 1, lonvalue) 
    46 DECLARE_ARRAY(double, 1, latvalue) 
     44//DECLARE_ARRAY(double, 1, lonvalue) 
     45//DECLARE_ARRAY(double, 1, latvalue) 
     46DECLARE_ARRAY(double, 1, lonvalue_1d) 
     47DECLARE_ARRAY(double, 1, latvalue_1d) 
     48DECLARE_ARRAY(double, 2, lonvalue_2d) 
     49DECLARE_ARRAY(double, 2, latvalue_2d) 
     50 
    4751DECLARE_ATTRIBUTE(int, nvertex) 
    48 DECLARE_ARRAY(double, 2, bounds_lon) 
    49 DECLARE_ARRAY(double, 2, bounds_lat) 
     52//DECLARE_ARRAY(double, 2, bounds_lon) 
     53//DECLARE_ARRAY(double, 2, bounds_lat) 
     54DECLARE_ARRAY(double, 2, bounds_lon_1d) 
     55DECLARE_ARRAY(double, 2, bounds_lat_1d) 
     56DECLARE_ARRAY(double, 3, bounds_lon_2d) 
     57DECLARE_ARRAY(double, 3, bounds_lat_2d) 
     58 
    5059DECLARE_ARRAY(double, 2, area) 
    5160 
    52 DECLARE_ENUM3(type,regular,curvilinear,unstructured) //rectilinear 
     61DECLARE_ENUM3(type,rectilinear,curvilinear,unstructured) 
    5362DECLARE_ATTRIBUTE(StdString, domain_ref) 
    5463 
Note: See TracChangeset for help on using the changeset viewer.