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/fig14/coare_validation_net_1992_93_all_v10.pro

    r41 r43  
     1;+ 
     2; .. _coare_validation_net_1992_93_all_v10.pro: 
     3; 
     4; ======================================== 
     5; coare_validation_net_1992_93_all_v10.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> coare_validation_net_1992_93_all_v10 
     23; 
     24; EVOLUTIONS 
     25; ========== 
     26; 
     27; $Id$ 
     28; 
     29; - fplod 20110411T142955Z aedon.locean-ipsl.upmc.fr (Darwin) 
     30; 
     31;   * minimal header 
     32; 
     33;- 
    134pro coare_validation_net_1992_93_all_v10 
    235@common 
    3 ;------------------------------------------------------------ 
    436reinitplt, /z,/invert 
    537key_portrait = 1 
     
    739 
    840openps, FILENAME = 'idl.ps' 
    9 ;------------------------------------------------------------ 
    1041; partie a changer 
    11 ;------------------------------------------------------------ 
    1242 
    1343box=[155.5, 156.5, -2, -1] 
     
    143173shf4=read_ncdf('shf',st4,en4,file=file,/nostr, box=box) & shf4=grossemoyenne(shf4, "xy",/nan, box=box) & shf4=reform(shf4) 
    144174 
    145 net1=swr1+lwr1+lhf1+shf1 & net2=swr2+lwr2+lhf2+shf2  
     175net1=swr1+lwr1+lhf1+shf1 & net2=swr2+lwr2+lhf2+shf2 
    146176net3=swr3+lwr3+lhf3+shf3 & net4=swr4+lwr4+lhf4+shf4 
    147177 
     
    278308 
    279309help, net, era, trop, oaf, nce1, nce2, olr 
    280 ;------------------------------------------------------------ 
    281310 
    282311statistics, net, era, $ 
     
    310339cstat_olr=string(cor, bias, std, rmsd, format='(f4.2,2x,f6.2,2x,f4.2,1x,f6.2)') 
    311340 
    312 ;------------------------------------------------------------ 
    313341 
    314342splot, net, era, charsize=1.1, title='Net Flux - COARE Vs ERAI', $ 
     
    343371 
    344372stop 
    345 ;------------------------------------------------------------ 
    346373closeps 
    347374fig="coare_validation_net_1992_93_all_v11.ps" 
    348375spawn, 'mv '+psdir+'idl.ps '+cpsdir+fig 
    349376spawn, 'gv '+cpsdir+fig 
    350 ;------------------------------------------------------------ 
    351377return 
    352378end 
    353  
Note: See TracChangeset for help on using the changeset viewer.