Ignore:
Timestamp:
07/07/15 10:46:33 (9 years ago)
Author:
mhnguyen
Message:

Implementing zooming on a domain

+) Add algorithm to do zooming on a domain
+) Remove some redundant codes

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

File:
1 edited

Legend:

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

    r630 r631  
    5454     </axis> 
    5555     <axis id="axis_H" axis_ref="axis_C"> 
    56 <!--       <inverse_axis />--> 
    57        <zoom_axis zoom_begin="0" zoom_size="3" /> 
     56       <inverse_axis /> 
     57       <zoom_axis zoom_begin="0" zoom_size="1" /> 
    5858     </axis> 
    5959   </axis_definition> 
     
    6161   <domain_definition> 
    6262     <domain id="domain_A" /> 
     63     <domain id="domain_A_zoom" domain_ref="domain_A"> 
     64       <zoom_domain zoom_ibegin="1" zoom_ni="3" zoom_jbegin="0" zoom_nj="4"/> 
     65       <zoom_domain zoom_ibegin="0" zoom_ni="2" zoom_jbegin="0" zoom_nj="2"/> 
     66     </domain> 
    6367   </domain_definition> 
    6468 
     
    8286       </grid> 
    8387       <grid id="grid_Axis_tranformed"> 
    84          <domain domain_ref="domain_A" /> 
    85             <axis axis_ref="axis_H" /> 
     88<!--         <domain domain_ref="domain_A" />--> 
     89         <domain domain_ref="domain_A_zoom" /> 
     90         <axis axis_ref="axis_H" /> 
    8691<!--         <axis axis_ref="axis_E" />--> 
    8792<!--         <axis axis_ref="axis_F" />--> 
Note: See TracChangeset for help on using the changeset viewer.