Ignore:
Timestamp:
03/22/12 14:40:17 (12 years ago)
Author:
pinsard
Message:

an other bunch of new functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/interp_erai_t2m.pro

    r174 r175  
    3131; :file:`${PROJECT_OD}/erai_t2m_{yyyymmdd}_{yyyymmdd}_oafluxgrid.nc` 
    3232; must be processed after by 
    33 ; :ref:`t2m_correction_ncdf.pro`. 
     33; :func:`t2m_correction_ncdf`. 
    3434; 
    3535; .. only:: man 
     
    8181; :func:`ncdf_getatt <saxo:ncdf_getatt>` 
    8282; 
    83 ; :ref:`t2m_correction_ncdf.pro` 
     83; :func:`t2m_correction_ncdf` 
    8484; 
    8585; EXAMPLES 
     
    380380t2min=read_ncdf('t2',yyyymmddb-.5d,yyyymmdde,file=fullfilename_t2,/nost) 
    381381;; time:units = "hours since 1957-01-01 00:00:0.0" ; 
    382 timein=24.d*(time-julday(1,1,1957,0,0,0))  
     382timein=24.d*(time-julday(1,1,1957,0,0,0)) 
    383383jptin=n_elements(timein) 
    384384da=jul2date(time[0]) 
    385385cda0=string(da,format='(i8.8)') 
    386 da=jul2date(time[jpt-1])  
     386da=jul2date(time[jpt-1]) 
    387387cda1=string(da,format='(i8.8)') 
    388388print, 't2m first date ', cda0 
Note: See TracChangeset for help on using the changeset viewer.