Changeset 714 for IOIPSL


Ignore:
Timestamp:
09/01/09 10:40:11 (15 years ago)
Author:
bellier
Message:

Declare the time axis in double precision in NETCDF files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • IOIPSL/trunk/src/histcom.f90

    r640 r714  
    15221522      str30 = "time_counter" 
    15231523    ENDIF 
    1524     iret = NF90_DEF_VAR (ncid,str30,NF90_FLOAT, & 
     1524    iret = NF90_DEF_VAR (ncid,str30,NF90_DOUBLE, & 
    15251525 &                       dims(1),tdimid(pfileid,itx)) 
    15261526    IF (nb_tax(pfileid) <= 1) THEN 
Note: See TracChangeset for help on using the changeset viewer.