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

Implement direct transformation with domain_ref and axis_ref

+) Add a new case in which transformations among fields can be done via domain_ref and axis_ref (not only grid_ref)
+) Fix a minor bug relating to baseFieldReference

Test
+) On Curie
+) all standard tests (client, complete) pass
+) test_remap pass and the results are correct

File:
1 edited

Legend:

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

    r734 r742  
    119119                            bounds_lon_1D=dst_boundslon, bounds_lat_1D=dst_boundslat, nvertex=dst_nvertex) 
    120120 
    121 !  CALL xios_set_domain_attr("dst_domain_regular", type="rectilinear") 
    122  
    123  
    124121  ALLOCATE(tmp_field(180*90/2)) 
    125122  dtime%second = 3600 
Note: See TracChangeset for help on using the changeset viewer.