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

Change name of several axis attributes and remove some redundant variable of domain

+) Change name of axis attributes to make them consistent with ones of domain
+) Remove zoom_client_* of domain

Test
+) On Curie
+) All tests pass and are correct

File:
1 edited

Legend:

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

    r664 r666  
    3737 
    3838/* LOCAL */ 
    39 DECLARE_ATTRIBUTE(int             , data_n_index) 
    4039DECLARE_ARRAY(int, 1 , data_i_index) 
    4140DECLARE_ARRAY(int, 1,  data_j_index) 
    4241 
    4342/* LOCAL */ 
    44 //DECLARE_ARRAY(double, 1, lonvalue) 
    45 //DECLARE_ARRAY(double, 1, latvalue) 
    4643DECLARE_ARRAY(double, 1, lonvalue_1d) 
    4744DECLARE_ARRAY(double, 1, latvalue_1d) 
     
    5047 
    5148DECLARE_ATTRIBUTE(int, nvertex) 
    52 //DECLARE_ARRAY(double, 2, bounds_lon) 
    53 //DECLARE_ARRAY(double, 2, bounds_lat) 
    5449DECLARE_ARRAY(double, 2, bounds_lon_1d) 
    5550DECLARE_ARRAY(double, 2, bounds_lat_1d) 
Note: See TracChangeset for help on using the changeset viewer.