Changeset 43 for trunk/src/paper01/fig15


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/fig15/fig15_timeseries_mjo.pro

    r41 r43  
    1 ;------------------------------------------------------------ 
     1;+ 
     2; .. _fig15_timeseries_mjo.pro: 
     3; 
     4; ======================== 
     5; fig15_timeseries_mjo.pro 
     6; ======================== 
     7; 
     8; 
     9; DESCRIPTION 
     10; =========== 
     11; 
     12; SEE ALSO 
     13; ======== 
     14; 
     15; :ref:`tropflux_profile.sh` 
     16; 
     17; EXAMPLES 
     18; ======== 
     19; 
     20; :: 
     21; 
     22;  IDL> @tropflux_init 
     23;  IDL> fig15_timeseries_mjo 
     24; 
     25; EVOLUTIONS 
     26; ========== 
     27; 
     28; $Id$ 
     29; 
     30; - fplod 20110411T142955Z aedon.locean-ipsl.upmc.fr (Darwin) 
     31; 
     32;   * minimal header 
     33; 
     34;- 
    235pro fig15_timeseries_mjo 
    336@common 
    4 ;------------------------------------------------------------ 
    537 
    638reinitplt, /z,/invert 
     
    840 
    941openps, FILENAME = 'idl.ps' 
    10 ;------------------------------------------------------------ 
    1142date1=20071001 & date2=20080331 
    1243date1=19990101 & date2=20021231 
     
    79110 
    80111save, olr,trop, nce2, era, nce, filename="netflux_sctr_1999_2002.idl" 
    81 ;------------------------------------------------------------------------------------------------------------------------ 
    82112 
    83113trop_hf=trop*0. & nce2_hf=trop*0. 
     
    130160pltt, nce_hf, "t",/ov1d, color=50 
    131161 
    132 ;---------------------------------------------------------- 
    133162closeps 
    134163fig='fig15_timeseries_mjo.ps' 
     
    137166return 
    138167end 
    139 ;-------------------------------------------------------------------------- 
     168 
    140169function x_site_location, site 
    141170    n1=strpos(site, 's') 
     
    152181return, float(x) 
    153182end 
    154 ;-------------------------------------------------------------------------- 
     183 
    155184function y_site_location, site 
    156185    n1=strpos(site, 'e') 
     
    178207return,float(y) 
    179208end 
    180  
    181 ;-------------------------------------------------------------------------- 
    182  
Note: See TracChangeset for help on using the changeset viewer.