Ignore:
Timestamp:
01/11/17 15:14:22 (7 years ago)
Author:
mhnguyen
Message:

Merging working version of coupler

+) Add some changes of domain and axis: Retransfer the atttributes in a generic ways for each level of client (or server)
+) Remove some spoiled files from the previous commits

Test
+) No test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_olga/src/config/domain_attribute_private.conf

    r821 r1025  
    1818DECLARE_ATTRIBUTE_PRIVATE(int,  global_zoom_jbegin) 
    1919DECLARE_ATTRIBUTE_PRIVATE(int,  global_zoom_nj) 
     20 
     21DECLARE_ARRAY_PRIVATE(int    ,   1 , zoom_i_index, false) 
     22DECLARE_ARRAY_PRIVATE(int    ,   1 , zoom_j_index, false) 
     23//DECLARE_ARRAY_PRIVATE(double ,   1 , areavalue, false) 
     24//DECLARE_ARRAY_PRIVATE(int    ,   1 , lonvalue, false) 
     25//DECLARE_ARRAY_PRIVATE(int    ,   1 , latvalue, false) 
     26//DECLARE_ARRAY_PRIVATE(int    ,   2 , bounds_lonvalue, false) 
     27//DECLARE_ARRAY_PRIVATE(int    ,   2 , bounds_latvalue, false) 
     28 
Note: See TracChangeset for help on using the changeset viewer.