Ignore:
Timestamp:
08/24/15 14:53:27 (9 years ago)
Author:
mhnguyen
Message:

Change name of several axis attributes and remove some redundant variable of domain

+) Change name of axis attributes to make them consistent with ones of domain
+) Remove zoom_client_* of domain

Test
+) On Curie
+) All tests pass and are correct

File:
1 edited

Legend:

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

    r664 r666  
    199199  CALL xios_set_current_context(ctx_hdl) 
    200200 
    201   CALL xios_set_axis_attr("axis_srf",size=llm ,value=lval) ; 
     201  CALL xios_set_axis_attr("axis_srf",n_glo=llm ,value=lval) ; 
    202202  CALL xios_set_domain_attr("domain_srf", ni_glo=ncell_glo, ni=ncell, ibegin=1, i_index=i_index) 
    203203  CALL xios_set_domain_attr("domain_srf", type='unstructured', data_dim=1, data_ni=data_n_index, & 
    204                                           data_n_index=data_n_index, data_i_index=data_i_index) 
     204                                          data_i_index=data_i_index) 
    205205  CALL xios_set_domain_attr("domain_srf", lonvalue_1D=lon, latvalue_1D=lat) 
    206206  CALL xios_set_domain_attr("domain_srf", nvertex=4, bounds_lon_1D=bounds_lon, bounds_lat_1D=bounds_lat) 
Note: See TracChangeset for help on using the changeset viewer.