Ignore:
Timestamp:
08/30/11 14:38:29 (13 years ago)
Author:
pinsard
Message:

suppress blank lines trailing blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/paper01/fig10/fig10_swr_correction.pro

    r94 r97  
    8383reinitplt, /z,/invert 
    8484key_portrait = 1 
    85  
     85; 
    8686openps, FILENAME = project_od_env+'fig10_swr_correction.ps' 
    8787close,/all 
    88  
     88; 
    8989fi=project_id_env+'swr_isccp_correction.txt' 
    9090res=read_ascii(fi,data_start=0) 
     
    9494std=reform(ff(2,*)) 
    9595mean=reform(ff(4,*)) 
    96  
    97  
     96; 
     97; 
    9898splot, mean, bias, small=[2,3,1], xtitle='Mean ERA-I SWR', ytitle='ERA-I SWR bias', $ 
    9999       title='', psym=2, charsize=1.2,  $ 
    100100       xrange=[170,290], yrange=[-10,35], xmin=1, ymin=1 
    101  
     101; 
    102102ab=linfit(mean, bias,yfit=yfit) 
    103 a=float(ab(0))  
     103a=float(ab(0)) 
    104104b=float(ab(1)) 
    105105oplot, mean, yfit, thick=3 
    106106print, a,b 
    107 ;; significant test 
     107; significant test 
    108108significance_test_99,mean,bias 
    109  
     109; 
    110110fi=project_id_env+'swr_isccp_correction.txt' 
    111111res=read_ascii(fi,data_start=0) 
     
    115115std=reform(ff(2,*)) 
    116116mean=reform(ff(4,*)) 
    117  
     117; 
    118118splot, mean, std, small=[2,3,3],/noer, xtitle='Mean ERA-I SWR', ytitle='ERA-I std ratio', $ 
    119119       title='', psym=2, charsize=1.2,  $ 
    120120       xrange=[170,290], yrange=[0.4,1.4], xmin=1, ymin=1 
    121  
     121; 
    122122ab=linfit(mean, std,yfit=yfit) 
    123 a=float(ab(0))  
     123a=float(ab(0)) 
    124124b=float(ab(1)) 
    125125oplot, mean, yfit, thick=3 
    126  
    127 ;; significant test 
     126; 
     127; significant test 
    128128significance_test_99,mean,std 
    129  
     129; 
    130130closeps 
    131  
    132  
     131; 
    133132end 
Note: See TracChangeset for help on using the changeset viewer.