Changeset 542 for XIOS/trunk/src/test


Ignore:
Timestamp:
12/16/14 12:56:02 (9 years ago)
Author:
mhnguyen
Message:

Modifying some codes to compromise with the new type of xios and do some final tests

+) Use new stricter type bool
+) Change set_timestep to set_context_attr

Test
+) On Curie
+) test_client and test_complete passed
+) test with LMDZ passed

TODO: It seems the bug of undefined referenced object has gone but there's a need of more tests

File:
1 edited

Legend:

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

    r541 r542  
    1111  CHARACTER(len=*),PARAMETER :: id="client" 
    1212  INTEGER :: comm 
    13   TYPE(xios_time)      :: dtime 
     13  TYPE(xios_duration)      :: dtime 
    1414  TYPE(xios_context) :: ctx_hdl 
    1515  INTEGER,PARAMETER :: ni_glo=100 
     
    9696 
    9797    dtime%second=3600 
    98     CALL xios_set_timestep(dtime) 
     98    CALL xios_set_context_attr("test", timestep=dtime) 
    9999 
    100100    ni=0 ; lonvalue(:)=0 
Note: See TracChangeset for help on using the changeset viewer.