Ignore:
Timestamp:
06/22/15 13:36:37 (9 years ago)
Author:
mhnguyen
Message:

Final tests of zoom and inverse on axis

+) Modify test_client and test_complete to work with new grid definition
+) Correct some bugs causing memory leak
+) Clean abundant code
+) Add more comments to new files

Test
+) On Curie
+) test_client and test_complete pass with correct results

File:
1 edited

Legend:

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

    r554 r624  
    8888  CALL xios_get_handle("output",file_hdl) 
    8989  CALL xios_add_child(file_hdl,field_hdl) 
    90   CALL xios_set_attr(field_hdl,field_ref="field_A",name="field_C") 
     90  CALL xios_set_attr(field_hdl,field_ref="field_A_zoom",name="field_C") 
    9191 
    9292  dtime%second = 3600 
Note: See TracChangeset for help on using the changeset viewer.