Changeset 479 for trunk


Ignore:
Timestamp:
01/04/12 12:29:11 (12 years ago)
Author:
lelod
Message:

bricoles dans netcdf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/idl_amsu_netcdf.pro

    r477 r479  
    7272; 
    7373; replace pro by function 
    74 ; 
    75 ; handle missing values properly 
    76 ;  
    77 ; handle tb threshold properly 
    7874; 
    7975; check time in netcdf 
     
    191187ncdf_attput, id, 'IDL_Program_Name', 'idl_amsu_netcdf', /GLOBAL 
    192188;print,'creation date' 
    193 ;creation_date = string(jul2date(SYSTIME(/JULIAN, /UTC )), format='(I8)') 
    194 ;ncdf_attput, id, 'Creation_date', creation_date, /GLOBAL 
     189creation_date = string(jul2date(SYSTIME(/JULIAN, /UTC )), format='(I8)') 
     190ncdf_attput, id, 'Creation_date', creation_date, /GLOBAL 
    195191;print,creation_date 
    196192; 
Note: See TracChangeset for help on using the changeset viewer.