Ignore:
Timestamp:
05/02/06 18:13:44 (18 years ago)
Author:
pinsard
Message:

upgrade of LECTURE/ReadWrite according to cerbere.lodyc.jussieu.fr: /usr/home/smasson/SAXO_RD/ : files

File:
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/ReadWrite/ncdf_timeget.pro

    r42 r44  
    66; 
    77; PURPOSE: get the time axis fom a netcdf_file and transforms it in 
    8 ; julian days of UDL. 
     8; julian days of IDL. 
    99; 
    1010; CATEGORY: reading ncdf_file 
     
    8383      ENDCASE 
    8484   ENDIF ELSE return, report('the variable '+timeid+' must have the units attribut') 
    85    if keyword_set(yyyymmdd) then time = vairdate(time) 
     85   if keyword_set(yyyymmdd) then time = jul2date(time) 
    8686   return, time 
    8787end 
Note: See TracChangeset for help on using the changeset viewer.