Ignore:
Timestamp:
02/20/12 17:42:29 (12 years ago)
Author:
ymipsl
Message:
  • Change date format :

dd/mm/yyyy-hh:mm:ss becomes yyyy-mm-dd hh:mm:ss

  • add boost date_time functionality

YM

File:
1 edited

Legend:

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

    r313 r316  
    7777  CALL xios_set_context_attr("test",calendar_type="Gregorian")  
    7878  CALL xios_set_context_attr("test",calendar_type="Gregorian")  
    79   CALL xios_set_context_attr("test",start_date="01/01/2000 - 00:00:00") 
     79!  CALL xios_set_context_attr("test",start_date="01/01/2000 - 00:00:00") 
    8080  CALL xios_set_context_attr("test",calendar_type="Gregorian")  
    8181  CALL xios_set_domain_attr("domain_A",ni_glo=ni_glo, nj_glo=nj_glo, ibegin=ibegin, ni=ni,jbegin=jbegin,nj=nj) 
Note: See TracChangeset for help on using the changeset viewer.