Ignore:
Timestamp:
11/12/15 16:33:25 (8 years ago)
Author:
mhnguyen
Message:

Generating interface for transformations

+) Update Fortran interface for other transformations
+) Remove some redundant files
+) Update test to new interface

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/test/test_complete.f90

    r784 r786  
    8888 
    8989  CALL xios_set_axis_attr("axis_atm",n_glo=llm ,value=lval) ; 
     90  CALL xios_set_zoom_axis_attr("axis_atm_zoom",zoom_size=2); 
    9091 
    9192  CALL xios_set_domain_attr("domain_atm",ni_glo=ni_glo, nj_glo=nj_glo, ibegin=ibegin, ni=ni,jbegin=jbegin,nj=nj, type='curvilinear') 
Note: See TracChangeset for help on using the changeset viewer.