Ignore:
Timestamp:
08/30/11 18:01:00 (13 years ago)
Author:
pinsard
Message:

start to homogenize (to be cont.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ws_correction_ncdf.pro

    r98 r100  
    1515; :ref:`interp_erai_ws_1989_2009.pro`. 
    1616; 
    17 ; Corrected ws on OAFLUX grid is written in 
     17; Corrected ws on OAFLUX grid 
     18; is written in 
    1819; :file:`${PROJECT_OD}/TropFlux_ws_19890101_20091231.nc` 
    1920; if this file not already exists. 
     
    2122; This output file 
    2223; :file:`${PROJECT_OD}/TropFlux_ws_19890101_20091231.nc` 
    23 ; will be used by :ref:`TropFlux_19890101_20091231.pro`. 
     24; will be used by 
     25; :ref:`TropFlux_19890101_20091231.pro`. 
    2426; 
    2527; .. only:: man 
     
    4446;           {file_in} -> {ws_correction_ncdf} -> {file_out} 
    4547; 
    46 ;          } 
     48;        } 
    4749; 
    4850; SEE ALSO 
     
    211213lat=reform(gphit(0,0:jpj-1)) 
    212214lon=reform(glamt(0:jpi-1,0)) 
    213 time=timegen(7670, units='days', start=julday(1,1,1989,0)) 
     215time=timegen(7670, start=julday(1,1,1989,0), units='days') 
    214216jpt=n_elements(time) 
    215217; 
     
    224226lat_attr={units:'degrees_north',long_name:'Latitude'} 
    225227time_attr={units:'days since 1950-01-01 00:00:00',long_name:'Time axis',time_origin:'1950-JAN-01 00:00:00'} 
     228globattr={source:'Basic data obtained from ERAI. Bias and variability correction are applied',timerange:cda0+' - '+cda1} 
    226229w_attr={units:'m/s',missing_value:1.e20,long_name:'mean wind speed',short_name:'w',axis:'TYX'} 
    227 globattr={source:'Basic data obtained from ERAI. Bias and variability correction are applied',timerange:cda0+' - '+cda1} 
    228230; 
    229231ncfields = 'ws[longitude,latitude,time]=w_new:w_attr; ' $ 
Note: See TracChangeset for help on using the changeset viewer.