Ignore:
Timestamp:
11/12/15 16:33:25 (9 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_remap.f90

    r785 r786  
    120120                            bounds_lon_1D=dst_boundslon, bounds_lat_1D=dst_boundslat, nvertex=dst_nvertex) 
    121121 
    122 !  CALL xios_set_zoom_domain_attr("dst_domain_regular_pole", zoom_ibegin=10, zoom_ni=10, & 
    123 !                                 zoom_jbegin=10, zoom_nj=10) 
     122  CALL xios_set_generate_rectilinear_domain_attr("domain_regular_pole", lat_start=dble(-90.0), lat_end=dble(90), & 
     123                                                 lon_start=dble(2), lon_end=dble(360)) 
    124124 
    125125  dtime%second = 3600 
Note: See TracChangeset for help on using the changeset viewer.