Ignore:
Timestamp:
04/11/11 18:05:51 (13 years ago)
Author:
pinsard
Message:

add minimal header in paper01 IDL files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/paper01/fig2/read_sw.pro

    r41 r43  
    1 ;------------------------------------------------------------------------------------------------- 
    2 pro read_sw, csite,date1,date2,box, $ 
    3                         sw 
     1;+ 
     2; .. _read_sw.pro 
    43; 
    5 ;------------------------------------------------------------------------------------------------- 
     4; =========== 
     5; read_sw.pro 
     6; =========== 
     7; 
     8; DESCRIPTION 
     9; =========== 
     10; 
     11; SEE ALSO 
     12; ======== 
     13; 
     14; :ref:`tropflux_profile.sh` 
     15; 
     16; EXAMPLES 
     17; ======== 
     18; 
     19; :: 
     20; 
     21;  IDL> @tropflux_init 
     22;  IDL> csite=++ 
     23;  IDL> ++ 
     24;  IDL> read_sw, csite, date1, date2, box, sw 
     25; 
     26; EVOLUTIONS 
     27; ========== 
     28; 
     29; $Id$ 
     30; 
     31; - fplod 20110411T142955Z aedon.locean-ipsl.upmc.fr (Darwin) 
     32; 
     33;   * minimal header 
     34; 
     35;- 
     36pro read_sw, csite, date1, date2, box, sw 
     37; 
    638@common 
    739 
     
    4880; 
    4981;tsvars=['at','bf','bp','dyn','emp','evap','heat','iso','sw','swnet','qlat','qsen','sw', $ 
    50 ;        'swnet','rain','rf','rh','ssd','sss','sst','swnet','tx','ty','wu','wv','ws','lat','lon']  
     82;        'swnet','rain','rf','rh','ssd','sss','sst','swnet','tx','ty','wu','wv','ws','lat','lon'] 
    5183;depvars=['u','v','d','t','s'] 
    5284vars=['sw'] 
     
    6395sw=smooth(sw,nsmooth,/nan) 
    6496 
    65 ;------------------------------------------------------------------------------------------------- 
    6697 
    6798 
    68 ;------------------------------------------------------------------------------------------------- 
    6999function time_lec, fi 
    70100tt=ncdf_lec(fi,var='time') 
     
    78108return, tt 
    79109end 
    80 ;------------------------------------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.