Ignore:
Timestamp:
07/09/15 14:05:43 (9 years ago)
Author:
mhnguyen
Message:

Correcting value written on an distributed axis

+) Seperate writing value on axis in multiple file and one file case

Test
+) On curie
+) test_complet and test_client pass

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/inputs/COMPLETE/context_atmosphere.xml

    r624 r633  
    2626  <domain_definition> 
    2727    <domain id="domain_atm" /> 
    28     <domain id="domain_atm_zoom" /> 
     28    <domain id="domain_atm_zoom" domain_ref="domain_atm"> 
     29      <zoom_domain zoom_ibegin="39" zoom_ni="20" zoom_jbegin="39" zoom_nj="5"/> 
     30    </domain> 
    2931  </domain_definition> 
    3032 
     
    3537   </grid> 
    3638   <grid id="grid_A_atm_zoom"> 
    37      <domain domain_ref="domain_atm" /> 
     39     <domain domain_ref="domain_atm_zoom" /> 
    3840     <axis axis_ref="axis_atm_zoom" /> 
    3941   </grid> 
Note: See TracChangeset for help on using the changeset viewer.