Ignore:
Timestamp:
07/30/15 15:18:00 (9 years ago)
Author:
mhnguyen
Message:

Adding interpolation test_remap

+) Add new test case for domain interpolation
+) Resolve circular dependence
+) Add function to read weigh file

Test
+) On Curie
+) test_remap can print out .nc

File:
1 edited

Legend:

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

    r659 r660  
    190190    IF (mask(ind)) THEN 
    191191      data_n_index=data_n_index+1 
    192       data_i_index(data_n_index)=ind 
     192      data_i_index(data_n_index)=ind-1 
    193193      field_A_compressed(data_n_index,:)=field_A_srf(ind,:) 
    194194    ENDIF 
     
    200200 
    201201  CALL xios_set_axis_attr("axis_srf",size=llm ,value=lval) ; 
    202 !  CALL xios_set_domain_attr("domain_srf",ni_glo=ncell_glo, ni=ncell, ibegin=1, i_index=RESHAPE(i_index,(/ncell,1/) )) 
    203202  CALL xios_set_domain_attr("domain_srf", ni_glo=ncell_glo, ni=ncell, ibegin=1, i_index=i_index) 
    204203  CALL xios_set_domain_attr("domain_srf", type='unstructured', data_dim=1, data_ni=data_n_index, & 
     
    206205  CALL xios_set_domain_attr("domain_srf", lonvalue=lon, latvalue=lat) 
    207206  CALL xios_set_domain_attr("domain_srf", nvertex=4, bounds_lon=bounds_lon, bounds_lat=bounds_lat) 
    208 !  CALL xios_set_domain_attr("domain_srf", mask=RESHAPE(mask,(/ncell,1/) )) 
     207 
    209208 
    210209 
Note: See TracChangeset for help on using the changeset viewer.