Ignore:
Timestamp:
02/10/16 14:35:03 (8 years ago)
Author:
mhnguyen
Message:

Making some improvements of transformation algorithm

+) Correct the way to enlisting transformations in an element (domain, axis)
+) Optimize generic transformation to make sure temporary grid to be created on demand
+) Update some mpi tag to prevent conflict
+) Correct some minor stuffs
+) Update documents

Test
+) On Curie
+) all test pass

File:
1 edited

Legend:

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

    r775 r821  
    1313DECLARE_ARRAY_PRIVATE(double, 1, lonvalue_rectilinear_read_from_file) 
    1414DECLARE_ARRAY_PRIVATE(double, 1, latvalue_rectilinear_read_from_file) 
     15 
     16DECLARE_ATTRIBUTE_PRIVATE(int,  global_zoom_ibegin) 
     17DECLARE_ATTRIBUTE_PRIVATE(int,  global_zoom_ni) 
     18DECLARE_ATTRIBUTE_PRIVATE(int,  global_zoom_jbegin) 
     19DECLARE_ATTRIBUTE_PRIVATE(int,  global_zoom_nj) 
Note: See TracChangeset for help on using the changeset viewer.