Changeset 553 for XIOS/trunk/inputs


Ignore:
Timestamp:
02/11/15 16:23:12 (9 years ago)
Author:
mhnguyen
Message:

Seperating global index computation on client and server side

+) Create a class which do mapping in general manner, between client and server index global
+) Remove some redundant functions and variables
+) Add some comments to code

Test
+) On Curie. Only test_new_features.f90
+) Test passes and results are correct.
+) Need to change index from 1 to 0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/inputs/Version2/iodef.xml

    r551 r553  
    2020 
    2121   <axis_definition> 
    22      <axis id="axis_A" /> 
     22     <axis id="axis_A" zoom_size="2" zoom_end="2"/> 
    2323     <axis id="axis_B" zoom_size="2" zoom_end="3" /> 
    2424   </axis_definition> 
Note: See TracChangeset for help on using the changeset viewer.