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

    r94 r97  
    9292key_portrait = 1 
    9393coefpalit=.9 
    94  
     94; 
    9595openps, FILENAME = project_od_env+"subdctn_ses_validation_net_1991_93_all_v10.ps" 
    9696; partie a changer 
    97  
    98 ;; subduction experiment in the atlantic in 1991-93 
     97; 
     98; subduction experiment in the atlantic in 1991-93 
    9999box=[337.5, 338.5, 17.5, 18.5] 
    100  
    101 ;; first leg 
    102  
    103 ;; second leg 
    104  
     100; 
     101; first leg 
     102; 
     103; second leg 
     104; 
    105105fi=project_id_env+"met_data_subduct_ses_92.txt" 
    106106res=read_ascii(fi,data_start=1) 
     
    112112net_92=[swr_92+lwr_92+shf_92+lhf_92] 
    113113help, net_92 
    114  
    115 ;; second leg 
    116  
     114; 
     115; second leg 
     116; 
    117117fi=project_id_env+"met_data_subduct_ses_93.txt" 
    118118res=read_ascii(fi,data_start=1) 
     
    124124net_93=[swr_93+lwr_93+shf_93+lhf_93] 
    125125help, net_93 
    126  
     126; 
    127127net=[net_92, net_93] 
    128128help, net 
    129  
    130 ;; reading other data sets 
    131  
    132 st1=19920209  
     129; 
     130; reading other data sets 
     131; 
     132st1=19920209 
    133133en1=19920911 
    134 st2=19920921  
     134st2=19920921 
    135135en2=19930618 
    136  
     136; 
    137137file=project_id_env+"erai_swr_19910101_20091231_oafluxgrid.nc" 
    138138initncdf, file 
    139 swr1=read_ncdf('swr',st1,en1,file=file,/nostr, box=box)  
    140 swr1=grossemoyenne(swr1, "xy", box=box,/nan)  
     139swr1=read_ncdf('swr',st1,en1,file=file,/nostr, box=box) 
     140swr1=grossemoyenne(swr1, "xy", box=box,/nan) 
    141141swr1=reform(swr1) 
    142 swr2=read_ncdf('swr',st2,en2,file=file,/nostr, box=box)  
    143 swr2=grossemoyenne(swr2, "xy", box=box,/nan)  
     142swr2=read_ncdf('swr',st2,en2,file=file,/nostr, box=box) 
     143swr2=grossemoyenne(swr2, "xy", box=box,/nan) 
    144144swr2=reform(swr2) 
    145  
     145; 
    146146file=project_id_env+'erai_lhf_19890101_20091231_oafluxgrid.nc' 
    147147initncdf, file 
    148 lhf1=-1*read_ncdf('lhf',st1,en1,file=file,/nostr, box=box)  
    149 lhf1=grossemoyenne(lhf1, "xy", box=box,/nan)  
     148lhf1=-1*read_ncdf('lhf',st1,en1,file=file,/nostr, box=box) 
     149lhf1=grossemoyenne(lhf1, "xy", box=box,/nan) 
    150150lhf1=reform(lhf1) 
    151 lhf2=-1*read_ncdf('lhf',st2,en2,file=file,/nostr, box=box)  
    152 lhf2=grossemoyenne(lhf2, "xy", box=box,/nan)  
     151lhf2=-1*read_ncdf('lhf',st2,en2,file=file,/nostr, box=box) 
     152lhf2=grossemoyenne(lhf2, "xy", box=box,/nan) 
    153153lhf2=reform(lhf2) 
    154  
     154; 
    155155file=project_id_env+'erai_shf_19890101_20091231_oafluxgrid.nc' 
    156156initncdf, file 
    157 shf1=-1*read_ncdf('shf',st1,en1,file=file,/nostr, box=box)  
    158 shf1=grossemoyenne(shf1, "xy", box=box,/nan)  
     157shf1=-1*read_ncdf('shf',st1,en1,file=file,/nostr, box=box) 
     158shf1=grossemoyenne(shf1, "xy", box=box,/nan) 
    159159shf1=reform(shf1) 
    160 shf2=-1*read_ncdf('shf',st2,en2,file=file,/nostr, box=box)  
    161 shf2=grossemoyenne(shf2, "xy", box=box,/nan)  
     160shf2=-1*read_ncdf('shf',st2,en2,file=file,/nostr, box=box) 
     161shf2=grossemoyenne(shf2, "xy", box=box,/nan) 
    162162shf2=reform(shf2) 
    163  
     163; 
    164164file=project_id_env+'erai_lwr_19890101_20091231_oafluxgrid.nc' 
    165165initncdf, file 
    166 lwr1=read_ncdf('lwr',st1-1,en1,file=file,/nostr, box=box)  
    167 lwr1=grossemoyenne(lwr1, "xy", box=box,/nan)  
     166lwr1=read_ncdf('lwr',st1-1,en1,file=file,/nostr, box=box) 
     167lwr1=grossemoyenne(lwr1, "xy", box=box,/nan) 
    168168lwr1=reform(lwr1) 
    169 lwr2=read_ncdf('lwr',st2-1,en2,file=file,/nostr, box=box)  
    170 lwr2=grossemoyenne(lwr2, "xy", box=box,/nan)  
     169lwr2=read_ncdf('lwr',st2-1,en2,file=file,/nostr, box=box) 
     170lwr2=grossemoyenne(lwr2, "xy", box=box,/nan) 
    171171lwr2=reform(lwr2) 
    172  
    173 net1=swr1+(lwr1+shf1+lhf1)  
     172; 
     173net1=swr1+(lwr1+shf1+lhf1) 
    174174net2=swr2+(lwr2+shf2+lhf2) 
    175175era=[net1,net2] 
    176176help, era 
    177  
    178 lhf1=0.  
    179 lhf2=0.  
    180 shf1=0.  
     177; 
     178lhf1=0. 
     179lhf2=0. 
     180shf1=0. 
    181181shf2=0. 
    182 lwr1=0.  
    183 lwr2=0.  
    184 swr1=0.  
     182lwr1=0. 
     183lwr2=0. 
     184swr1=0. 
    185185swr2=0. 
    186 net1=0.  
     186net1=0. 
    187187net2=0. 
    188  
     188; 
    189189file=project_id_env+"TropFlux_19890101_20091231.nc" 
    190190initncdf, file 
    191 lhf1=read_ncdf('lhf',st1,en1,file=file,/nostr, box=box)  
    192 lhf1=grossemoyenne(lhf1, "xy", box=box,/nan)  
     191lhf1=read_ncdf('lhf',st1,en1,file=file,/nostr, box=box) 
     192lhf1=grossemoyenne(lhf1, "xy", box=box,/nan) 
    193193lhf1=reform(lhf1) 
    194 lhf2=read_ncdf('lhf',st2,en2,file=file,/nostr, box=box)  
    195 lhf2=grossemoyenne(lhf2, "xy", box=box,/nan)  
     194lhf2=read_ncdf('lhf',st2,en2,file=file,/nostr, box=box) 
     195lhf2=grossemoyenne(lhf2, "xy", box=box,/nan) 
    196196lhf2=reform(lhf2) 
    197 shf1=read_ncdf('shf',st1,en1,file=file,/nostr, box=box)  
    198 shf1=grossemoyenne(shf1, "xy", box=box,/nan)  
     197shf1=read_ncdf('shf',st1,en1,file=file,/nostr, box=box) 
     198shf1=grossemoyenne(shf1, "xy", box=box,/nan) 
    199199shf1=reform(shf1) 
    200 shf2=read_ncdf('shf',st2,en2,file=file,/nostr, box=box)  
    201 shf2=grossemoyenne(shf2, "xy", box=box,/nan)  
     200shf2=read_ncdf('shf',st2,en2,file=file,/nostr, box=box) 
     201shf2=grossemoyenne(shf2, "xy", box=box,/nan) 
    202202shf2=reform(shf2) 
    203 lwr1=read_ncdf('lwr',st1,en1,file=file,/nostr, box=box)  
    204 lwr1=grossemoyenne(lwr1, "xy", box=box,/nan)  
     203lwr1=read_ncdf('lwr',st1,en1,file=file,/nostr, box=box) 
     204lwr1=grossemoyenne(lwr1, "xy", box=box,/nan) 
    205205lwr1=reform(lwr1) 
    206 lwr2=read_ncdf('lwr',st2,en2,file=file,/nostr, box=box)  
    207 lwr2=grossemoyenne(lwr2, "xy", box=box,/nan)  
     206lwr2=read_ncdf('lwr',st2,en2,file=file,/nostr, box=box) 
     207lwr2=grossemoyenne(lwr2, "xy", box=box,/nan) 
    208208lwr2=reform(lwr2) 
    209 swr1=read_ncdf('swr',st1,en1,file=file,/nostr, box=box)  
    210 swr1=grossemoyenne(swr1, "xy", box=box,/nan)  
     209swr1=read_ncdf('swr',st1,en1,file=file,/nostr, box=box) 
     210swr1=grossemoyenne(swr1, "xy", box=box,/nan) 
    211211swr1=reform(swr1) 
    212 swr2=read_ncdf('swr',st2,en2,file=file,/nostr, box=box)  
    213 swr2=grossemoyenne(swr2, "xy", box=box,/nan)  
     212swr2=read_ncdf('swr',st2,en2,file=file,/nostr, box=box) 
     213swr2=grossemoyenne(swr2, "xy", box=box,/nan) 
    214214swr2=reform(swr2) 
    215  
     215; 
    216216file=project_id_env+"TropFlux_swr_19890101_20091231_NRT_v50.nc" 
    217217initncdf, file 
    218 olr1=read_ncdf("sw", st1-1, en1, file=file,/nostr, box=box)  
    219 olr1=grossemoyenne(olr1, "xy",/nan, box=box)  
     218olr1=read_ncdf("sw", st1-1, en1, file=file,/nostr, box=box) 
     219olr1=grossemoyenne(olr1, "xy",/nan, box=box) 
    220220olr1=reform(olr1) 
    221 olr2=read_ncdf("sw", st2-1, en2, file=file,/nostr, box=box)  
    222 olr2=grossemoyenne(olr2, "xy",/nan, box=box)  
     221olr2=read_ncdf("sw", st2-1, en2, file=file,/nostr, box=box) 
     222olr2=grossemoyenne(olr2, "xy",/nan, box=box) 
    223223olr2=reform(olr2) 
    224  
    225 net1=swr1+lwr1+(shf1+lhf1)  
     224; 
     225net1=swr1+lwr1+(shf1+lhf1) 
    226226net2=swr2+lwr2+(shf2+lhf2) 
    227 neto_1=olr1+lwr1+lhf1+shf1  
     227neto_1=olr1+lwr1+lhf1+shf1 
    228228neto_2=olr2+lwr2+lhf2+shf2 
    229 trop=[net1,net2]  
     229trop=[net1,net2] 
    230230olr=[neto_1,neto_2] 
    231231help, trop, olr 
    232  
     232; 
    233233file=project_id_env+'swr_oafluxgrid_1985_2007.nc' 
    234234initncdf, file 
    235 swr1=read_ncdf("swr", st1, en1, file=file,/nostr, box=box)  
    236 swr1=grossemoyenne(swr1, "xy",/nan, box=box)  
     235swr1=read_ncdf("swr", st1, en1, file=file,/nostr, box=box) 
     236swr1=grossemoyenne(swr1, "xy",/nan, box=box) 
    237237swr1=reform(swr1) 
    238 swr2=read_ncdf("swr", st2, en2, file=file,/nostr, box=box)  
    239 swr2=grossemoyenne(swr2, "xy",/nan, box=box)  
     238swr2=read_ncdf("swr", st2, en2, file=file,/nostr, box=box) 
     239swr2=grossemoyenne(swr2, "xy",/nan, box=box) 
    240240swr2=reform(swr2) 
    241  
     241; 
    242242file=project_id_env+'lwr_oafluxgrid_1985_2007.nc' 
    243243initncdf, file 
    244 lwr1=-1*read_ncdf("lwr", st1, en1, file=file,/nostr, box=box)  
    245 lwr1=grossemoyenne(lwr1, "xy",/nan, box=box)  
     244lwr1=-1*read_ncdf("lwr", st1, en1, file=file,/nostr, box=box) 
     245lwr1=grossemoyenne(lwr1, "xy",/nan, box=box) 
    246246lwr1=reform(lwr1) 
    247 lwr2=-1*read_ncdf("lwr", st2, en2, file=file,/nostr, box=box)  
    248 lwr2=grossemoyenne(lwr2, "xy",/nan, box=box)  
     247lwr2=-1*read_ncdf("lwr", st2, en2, file=file,/nostr, box=box) 
     248lwr2=grossemoyenne(lwr2, "xy",/nan, box=box) 
    249249lwr2=reform(lwr2) 
    250  
     250; 
    251251file=project_id_env+'lhf_oafluxgrid_1985_2009.nc' 
    252252initncdf, file 
    253 lhf1=-1*read_ncdf("lhf", st1, en1, file=file,/nostr, box=box)  
    254 lhf1=grossemoyenne(lhf1, "xy",/nan, box=box)  
     253lhf1=-1*read_ncdf("lhf", st1, en1, file=file,/nostr, box=box) 
     254lhf1=grossemoyenne(lhf1, "xy",/nan, box=box) 
    255255lhf1=reform(lhf1) 
    256 lhf2=-1*read_ncdf("lhf", st2, en2, file=file,/nostr, box=box)  
    257 lhf2=grossemoyenne(lhf2, "xy",/nan, box=box)  
     256lhf2=-1*read_ncdf("lhf", st2, en2, file=file,/nostr, box=box) 
     257lhf2=grossemoyenne(lhf2, "xy",/nan, box=box) 
    258258lhf2=reform(lhf2) 
    259  
     259; 
    260260file=project_id_env+'shf_oafluxgrid_1985_2009.nc' 
    261261initncdf, file 
    262 shf1=-1*read_ncdf("shf", st1, en1, file=file,/nostr, box=box)  
    263 shf1=grossemoyenne(shf1, "xy",/nan, box=box)  
     262shf1=-1*read_ncdf("shf", st1, en1, file=file,/nostr, box=box) 
     263shf1=grossemoyenne(shf1, "xy",/nan, box=box) 
    264264shf1=reform(shf1) 
    265 shf2=-1*read_ncdf("shf", st2, en2, file=file,/nostr, box=box)  
    266 shf2=grossemoyenne(shf2, "xy",/nan, box=box)  
     265shf2=-1*read_ncdf("shf", st2, en2, file=file,/nostr, box=box) 
     266shf2=grossemoyenne(shf2, "xy",/nan, box=box) 
    267267shf2=reform(shf2) 
    268  
    269 net1=swr1+lwr1+lhf1+shf1  
     268; 
     269net1=swr1+lwr1+lhf1+shf1 
    270270net2=swr2+lwr2+lhf2+shf2 
    271271oaf=[net1,net2] 
    272272help, oaf 
    273  
     273; 
    274274fi=project_id_env+'swr_ncep2_oaflxgrid_19890101_20091231.nc' 
    275275initncdf, fi 
    276 swr1=read_ncdf("swr", st1, en1, file=fi,/nostr, box=box)  
    277 swr1=grossemoyenne(swr1, "xy",/nan, box=box)  
     276swr1=read_ncdf("swr", st1, en1, file=fi,/nostr, box=box) 
     277swr1=grossemoyenne(swr1, "xy",/nan, box=box) 
    278278swr1=reform(swr1) 
    279 swr2=read_ncdf("swr", st2, en2, file=fi,/nostr, box=box)  
    280 swr2=grossemoyenne(swr2, "xy",/nan, box=box)  
     279swr2=read_ncdf("swr", st2, en2, file=fi,/nostr, box=box) 
     280swr2=grossemoyenne(swr2, "xy",/nan, box=box) 
    281281swr2=reform(swr2) 
    282  
     282; 
    283283fi=project_id_env+"NCEP2_flux_19890101_20090729.nc" 
    284284initncdf, fi 
    285 lwr1=-1*read_ncdf("lwr", st1, en1, file=fi,/nostr, box=box)  
    286 lwr1=grossemoyenne(lwr1, "xy",/nan, box=box)  
     285lwr1=-1*read_ncdf("lwr", st1, en1, file=fi,/nostr, box=box) 
     286lwr1=grossemoyenne(lwr1, "xy",/nan, box=box) 
    287287lwr1=reform(lwr1) 
    288 lwr2=-1*read_ncdf("lwr", st2, en2, file=fi,/nostr, box=box)  
    289 lwr2=grossemoyenne(lwr2, "xy",/nan, box=box)  
     288lwr2=-1*read_ncdf("lwr", st2, en2, file=fi,/nostr, box=box) 
     289lwr2=grossemoyenne(lwr2, "xy",/nan, box=box) 
    290290lwr2=reform(lwr2) 
    291  
     291; 
    292292fi=project_id_env+'lhf_ncep2_oafluxgrid_19890101_20091231.nc' 
    293293initncdf, fi 
    294 lhf1=-1*read_ncdf("lhf", st1, en1, file=fi,/nostr, box=box)  
    295 lhf1=grossemoyenne(lhf1, "xy",/nan, box=box)  
     294lhf1=-1*read_ncdf("lhf", st1, en1, file=fi,/nostr, box=box) 
     295lhf1=grossemoyenne(lhf1, "xy",/nan, box=box) 
    296296lhf1=reform(lhf1) 
    297 lhf2=-1*read_ncdf("lhf", st2, en2, file=fi,/nostr, box=box)  
    298 lhf2=grossemoyenne(lhf2, "xy",/nan, box=box)  
     297lhf2=-1*read_ncdf("lhf", st2, en2, file=fi,/nostr, box=box) 
     298lhf2=grossemoyenne(lhf2, "xy",/nan, box=box) 
    299299lhf2=reform(lhf2) 
    300  
     300; 
    301301fi=project_id_env+'shf_ncep2_oafluxgrid_19890101_20091231.nc' 
    302302initncdf, fi 
    303 shf1=-1*read_ncdf("shf", st1, en1, file=fi,/nostr, box=box)  
    304 shf1=grossemoyenne(shf1, "xy",/nan, box=box)  
     303shf1=-1*read_ncdf("shf", st1, en1, file=fi,/nostr, box=box) 
     304shf1=grossemoyenne(shf1, "xy",/nan, box=box) 
    305305shf1=reform(shf1) 
    306 shf2=-1*read_ncdf("shf", st2, en2, file=fi,/nostr, box=box)  
    307 shf2=grossemoyenne(shf2, "xy",/nan, box=box)  
     306shf2=-1*read_ncdf("shf", st2, en2, file=fi,/nostr, box=box) 
     307shf2=grossemoyenne(shf2, "xy",/nan, box=box) 
    308308shf2=reform(shf2) 
    309  
    310 net1=swr1+lwr1+lhf1+shf1  
     309; 
     310net1=swr1+lwr1+lhf1+shf1 
    311311net2=swr2+lwr2+lhf2+shf2 
    312312nce2=[net1,net2] 
    313313help, nce2 
    314  
     314; 
    315315file=project_id_env+"ncep1_flux_19890101_20091231.nc" 
    316316initncdf, file 
    317 lhf1=read_ncdf('lhf',st1,en1,file=file,/nostr, box=box)  
    318 lhf1=grossemoyenne(lhf1, "xy", box=box,/nan)  
     317lhf1=read_ncdf('lhf',st1,en1,file=file,/nostr, box=box) 
     318lhf1=grossemoyenne(lhf1, "xy", box=box,/nan) 
    319319lhf1=reform(lhf1) 
    320 lhf2=read_ncdf('lhf',st2,en2,file=file,/nostr, box=box)  
    321 lhf2=grossemoyenne(lhf2, "xy", box=box,/nan)  
     320lhf2=read_ncdf('lhf',st2,en2,file=file,/nostr, box=box) 
     321lhf2=grossemoyenne(lhf2, "xy", box=box,/nan) 
    322322lhf2=reform(lhf2) 
    323 shf1=read_ncdf('shf',st1,en1,file=file,/nostr, box=box)  
    324 shf1=grossemoyenne(shf1, "xy", box=box,/nan)  
     323shf1=read_ncdf('shf',st1,en1,file=file,/nostr, box=box) 
     324shf1=grossemoyenne(shf1, "xy", box=box,/nan) 
    325325shf1=reform(shf1) 
    326 shf2=read_ncdf('shf',st2,en2,file=file,/nostr, box=box)  
    327 shf2=grossemoyenne(shf2, "xy", box=box,/nan)  
     326shf2=read_ncdf('shf',st2,en2,file=file,/nostr, box=box) 
     327shf2=grossemoyenne(shf2, "xy", box=box,/nan) 
    328328shf2=reform(shf2) 
    329 lwr1=read_ncdf('lwr',st1,en1,file=file,/nostr, box=box)  
    330 lwr1=grossemoyenne(lwr1, "xy", box=box,/nan)  
     329lwr1=read_ncdf('lwr',st1,en1,file=file,/nostr, box=box) 
     330lwr1=grossemoyenne(lwr1, "xy", box=box,/nan) 
    331331lwr1=reform(lwr1) 
    332 lwr2=read_ncdf('lwr',st2,en2,file=file,/nostr, box=box)  
    333 lwr2=grossemoyenne(lwr2, "xy", box=box,/nan)  
     332lwr2=read_ncdf('lwr',st2,en2,file=file,/nostr, box=box) 
     333lwr2=grossemoyenne(lwr2, "xy", box=box,/nan) 
    334334lwr2=reform(lwr2) 
    335 swr1=read_ncdf('swr',st1,en1,file=file,/nostr, box=box)  
    336 swr1=grossemoyenne(swr1, "xy", box=box,/nan)  
     335swr1=read_ncdf('swr',st1,en1,file=file,/nostr, box=box) 
     336swr1=grossemoyenne(swr1, "xy", box=box,/nan) 
    337337swr1=reform(swr1) 
    338 swr2=read_ncdf('swr',st2,en2,file=file,/nostr, box=box)  
    339 swr2=grossemoyenne(swr2, "xy", box=box,/nan)  
     338swr2=read_ncdf('swr',st2,en2,file=file,/nostr, box=box) 
     339swr2=grossemoyenne(swr2, "xy", box=box,/nan) 
    340340swr2=reform(swr2) 
    341 net1=swr1+(lwr1+shf1+lhf1)  
     341net1=swr1+(lwr1+shf1+lhf1) 
    342342net2=swr2+(lwr2+shf2+lhf2) 
    343343nce1=[net1,net2] 
    344  
     344; 
    345345help, nce1 
    346  
     346; 
    347347ind=where(finite(net)) 
    348 net=net(ind)  
    349 era=era(ind)  
    350 trop=trop(ind)  
    351 oaf=oaf(ind)  
    352 nce2=nce2(ind)  
     348net=net(ind) 
     349era=era(ind) 
     350trop=trop(ind) 
     351oaf=oaf(ind) 
     352nce2=nce2(ind) 
    353353nce1=nce1(ind) 
    354354olr=olr(ind) 
    355  
     355; 
    356356statistics, net, era, $ 
    357357                 cor, bias, std, rmsd 
    358358print, cor, bias, std,  rmsd 
    359359cstat_era=string(cor, bias, std, rmsd, format='(f4.2,2x,f6.2,2x,f4.2,1x,f6.2)') 
    360  
     360; 
    361361statistics, net, trop, $ 
    362362                 cor, bias, std, rmsd 
    363363print, cor, bias, std,  rmsd 
    364364cstat_trop=string(cor, bias, std, rmsd, format='(f4.2,2x,f6.2,2x,f4.2,1x,f6.2)') 
    365  
     365; 
    366366statistics, net, oaf, $ 
    367367                 cor, bias, std, rmsd 
    368368print, cor, bias, std,  rmsd 
    369369cstat_oaf=string(cor, bias, std, rmsd, format='(f4.2,2x,f6.2,2x,f4.2,1x,f6.2)') 
    370  
     370; 
    371371statistics, net, nce1, $ 
    372372                 cor, bias, std, rmsd 
    373373print, cor, bias, std,  rmsd 
    374374cstat_nce1=string(cor, bias, std, rmsd, format='(f4.2,2x,f6.2,2x,f4.2,1x,f6.2)') 
    375  
     375; 
    376376statistics, net, nce2, $ 
    377377                 cor, bias, std, rmsd 
    378378print, cor, bias, std,  rmsd 
    379379cstat_nce2=string(cor, bias, std, rmsd, format='(f4.2,2x,f6.2,2x,f4.2,1x,f6.2)') 
    380  
     380; 
    381381statistics, net, olr, $ 
    382382                 cor, bias, std, rmsd 
    383383print, cor, bias, std,  rmsd 
    384384cstat_olr=string(cor, bias, std, rmsd, format='(f4.2,2x,f6.2,2x,f4.2,1x,f6.2)') 
    385  
    386  
     385; 
     386; 
    387387splot, net, era, charsize=1.1, title='Net Flux - Subdn. ses Vs ERAI', $ 
    388388     xrange=[-200,200], yrange=[-200,200], small=[2,3,1], psym=2, xmin=1, ymin=1 
    389389oplot, [-200,200], [-200,200] 
    390390xyouts, 0,-175, cstat_era, charsize=1. 
    391  
     391; 
    392392splot, net, trop, charsize=1.1, title='Net Flux - Subdn. ses Vs TropFlux',/noer, $ 
    393393     xrange=[-200,200], yrange=[-200,200], small=[2,3,2], psym=2, xmin=1, ymin=1 
    394394oplot, [-200,200], [-200,200] 
    395395xyouts, 0,-175, cstat_trop, charsize=1. 
    396  
     396; 
    397397splot, net, oaf, charsize=1.1, title='Net Flux - Subdn. ses Vs OAFlux',/noer, $ 
    398398     xrange=[-200,200], yrange=[-200,200], small=[2,3,3], psym=2, xmin=1, ymin=1 
    399399oplot, [-200,200], [-200,200] 
    400400xyouts, 0,-175, cstat_oaf, charsize=1. 
    401  
     401; 
    402402splot, net, nce1, charsize=1.1, title='Net Flux - Subdn. ses Vs NCEP1',/noer, $ 
    403403     xrange=[-200,200], yrange=[-200,200], small=[2,3,4], psym=2, xmin=1, ymin=1 
    404404oplot, [-200,200], [-200,200] 
    405405xyouts, 0,-175, cstat_nce1, charsize=1. 
    406  
     406; 
    407407splot, net, nce2, charsize=1.1, title='Net Flux - Subdn. ses Vs NCEP2',/noer, $ 
    408408     xrange=[-200,200], yrange=[-200,200], small=[2,3,5], psym=2, xmin=1, ymin=1 
    409409oplot, [-200,200], [-200,200] 
    410410xyouts, 0,-175, cstat_nce2, charsize=1. 
    411  
     411; 
    412412splot, net, olr, charsize=1.1, title='Net Flux - Subdn. ses Vs TropFlux_NRT',/noer, $ 
    413413     xrange=[-200,200], yrange=[-200,200], small=[2,3,6], psym=2, xmin=1, ymin=1 
    414414oplot, [-200,200], [-200,200] 
    415415xyouts, 0,-175, cstat_olr, charsize=1. 
    416  
     416; 
    417417closeps 
     418; 
    418419end 
Note: See TracChangeset for help on using the changeset viewer.