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_ws.pro

    r172 r175  
    3737; :file:`${PROJECT_OD}/erai_ws_19890101_20091231_oafluxgrid.nc` 
    3838; must be processed after by 
    39 ; :ref:`ws_correction_ncdf.pro`. 
     39; :func:`ws_correction_ncdf`. 
    4040; 
    4141; .. only:: man 
     
    8282; :func:`ncdf_quickwrite <saxo:ncdf_quickwrite>` 
    8383; 
    84 ; :ref:`ws_correction_ncdf.pro` 
     84; :func:`ws_correction_ncdf` 
    8585; 
    8686; EXAMPLES 
     
    306306u10in=read_ncdf("u10", yyyymmddb - .5d, yyyymmdde, file=fullfilename,/nostr) 
    307307; 
    308 timein=24.d*(time-julday(1,1,1957,0,0,0))  
     308timein=24.d*(time-julday(1,1,1957,0,0,0)) 
    309309jpt=n_elements(timein) 
    310310da=jul2date(time[0]) 
    311311cda0=string(da,format='(i8.8)') 
    312 da=jul2date(time[jpt-1])  
     312da=jul2date(time[jpt-1]) 
    313313cda1=string(da,format='(i8.8)') 
    314314print, 'u10 first date ', cda0 
Note: See TracChangeset for help on using the changeset viewer.