Changeset 43 for trunk/src/paper01/fig16


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/fig16/fig16_timeseries_nino3.pro

    r41 r43  
    1 ;------------------------------------------------------------ 
     1;+ 
     2; .. _fig16_timeseries_nino3.pro: 
     3; 
     4; ========================== 
     5; fig16_timeseries_nino3.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> fig16_timeseries_nino3 
     23; 
     24; EVOLUTIONS 
     25; ========== 
     26; 
     27; $Id$ 
     28; 
     29; - fplod 20110411T142955Z aedon.locean-ipsl.upmc.fr (Darwin) 
     30; 
     31;   * minimal header 
     32; 
     33;- 
    234pro fig16_timeseries_nino3 
    335@common 
    4 ;------------------------------------------------------------ 
    536 
    637reinitplt, /z,/invert 
     
    839 
    940openps, FILENAME = 'idl.ps' 
    10 ;------------------------------------------------------------ 
    1141date1=19940101 & date2=20071231 
    1242box=[240,330,-5,5] 
     
    1848restore, filename="/Users/pkb/work/MY_SAXO/netflux_nino3_1989_2007.idl" 
    1949help, trop, oafl, nce2, era, nce, sst 
    20 ;------------------------------------------------------------------------------------------------------------------------ 
    2150;; creating climatology 
    2251ny=(2007-1994)+1 
     
    99128trop_ano=trop_ano-trop_hf & oafl_ano=oafl_ano-oafl_hf 
    100129nce2_ano=nce2_ano-nce2_hf & era_ano=era_ano-era_hf 
    101 nce_ano=nce_ano-nce_hf     
     130nce_ano=nce_ano-nce_hf 
    102131 
    103132nsmooth=30. 
     
    127156pltt, ts_smooth(nce_ano,nsmooth,/nan), "t",/ov1d, color=65 
    128157 
    129 ;---------------------------------------------------------- 
    130158closeps 
    131159fig='fig16_timeseries_nino3.ps' 
     
    134162return 
    135163end 
    136 ;-------------------------------------------------------------------------- 
    137164function x_site_location, site 
    138165    n1=strpos(site, 's') 
     
    149176return, float(x) 
    150177end 
    151 ;-------------------------------------------------------------------------- 
    152178function y_site_location, site 
    153179    n1=strpos(site, 'e') 
     
    175201return,float(y) 
    176202end 
    177  
    178 ;-------------------------------------------------------------------------- 
    179  
Note: See TracChangeset for help on using the changeset viewer.