Changeset 50 for trunk/src/paper01/fig8


Ignore:
Timestamp:
04/29/11 11:09:12 (13 years ago)
Author:
pinsard
Message:

replace TROPFLUX by PROJECT

Location:
trunk/src/paper01/fig8
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/paper01/fig8/lhf_validation_scatter_2000_2009.pro

    r46 r50  
    1515;       rankdir="LR", 
    1616;       ] 
    17 ;       lhf_erai [shape=ellipse,fontname=Courier,label="${TROPFLUX_ID}/lhf_2000_2009_erai_v52.txt"]; 
    18 ;       lhf_tropflux [shape=ellipse,fontname=Courier,label="${TROPFLUX_OD}/lhf_2000_2009_trop_v52.txt"]; 
    19 ;       lhf_oaflux [shape=ellipse,fontname=Courier,label="${TROPFLUX_OD}/lhf_2000_2009_oaflx_v52.txt"]; 
    20 ;       lhf_ncep [shape=ellipse,fontname=Courier,label="${TROPFLUX_OD}/lhf_2000_2009_ncep_v52.txt"]; 
    21 ;       lhf_ncep2_oafluxgrid [shape=ellipse,fontname=Courier,label="${TROPFLUX_ID}/lhf_ncep2_oafluxgrid_19890101_20091231.nc"]; 
    22 ;       lhf_ncep1 [shape=ellipse,fontname=Courier,label="${TROPFLUX_OD}/lhf_2000_2009_ncep1_v52.txt"]; 
    23 ;       lhf_ncep1_2 [shape=ellipse,fontname=Courier,label="${TROPFLUX_ID}/fluxe_ncep1_19890101_20091231.nc"]; 
    24 ;       lhf_erai_oafluxgrid [shape=ellipse,fontname=Courier,label="${TROPFLUX_ID}/erai_lhf_19890101_20091231_oafluxgrid.nc"]; 
    25 ;       lhf_tropflux2 [shape=ellipse,fontname=Courier,label="${TROPFLUX_ID}/TropFlux_19890101_20091231.nc"]; 
    26 ;       lhf_oafluxgrid [shape=ellipse,fontname=Courier,label="${TROPFLUX_ID}/lhf_oafluxgrid_1985_2009.nc"]; 
    27 ; 
    28 ;       figure [shape=ellipse,fontname=Courier,label="${TROPFLUX_OD}/lhf_validation_scatter_2000_2009.ps"]; 
     17;       lhf_erai [shape=ellipse,fontname=Courier,label="${PROJECT_ID}/lhf_2000_2009_erai_v52.txt"]; 
     18;       lhf_tropflux [shape=ellipse,fontname=Courier,label="${PROJECT_OD}/lhf_2000_2009_trop_v52.txt"]; 
     19;       lhf_oaflux [shape=ellipse,fontname=Courier,label="${PROJECT_OD}/lhf_2000_2009_oaflx_v52.txt"]; 
     20;       lhf_ncep [shape=ellipse,fontname=Courier,label="${PROJECT_OD}/lhf_2000_2009_ncep_v52.txt"]; 
     21;       lhf_ncep2_oafluxgrid [shape=ellipse,fontname=Courier,label="${PROJECT_ID}/lhf_ncep2_oafluxgrid_19890101_20091231.nc"]; 
     22;       lhf_ncep1 [shape=ellipse,fontname=Courier,label="${PROJECT_OD}/lhf_2000_2009_ncep1_v52.txt"]; 
     23;       lhf_ncep1_2 [shape=ellipse,fontname=Courier,label="${PROJECT_ID}/fluxe_ncep1_19890101_20091231.nc"]; 
     24;       lhf_erai_oafluxgrid [shape=ellipse,fontname=Courier,label="${PROJECT_ID}/erai_lhf_19890101_20091231_oafluxgrid.nc"]; 
     25;       lhf_tropflux2 [shape=ellipse,fontname=Courier,label="${PROJECT_ID}/TropFlux_19890101_20091231.nc"]; 
     26;       lhf_oafluxgrid [shape=ellipse,fontname=Courier,label="${PROJECT_ID}/lhf_oafluxgrid_1985_2009.nc"]; 
     27; 
     28;       figure [shape=ellipse,fontname=Courier,label="${PROJECT_OD}/lhf_validation_scatter_2000_2009.ps"]; 
    2929; 
    3030;       lhf_validation_scatter_2000_2009 [shape=box, 
     
    4040; ======== 
    4141; 
    42 ; :ref:`tropflux_profile.sh` 
    43 ; :ref:`tropflux_init.pro` 
    44 ; :ref:`cm_tropflux.pro` 
     42; :ref:`project_profile.sh` 
     43; :ref:`project_init.pro` 
     44; :ref:`cm_project.pro` 
    4545; 
    4646; :func:`x_site_location` 
     
    5555; :: 
    5656; 
    57 ;  IDL> @tropflux_init 
    5857;  IDL> date1=19890101L 
    5958;  IDL> date2=20091231L 
     
    9392pro lhf_validation_scatter_2000_2009,date1,date2 
    9493@cm_general 
    95 @cm_tropflux 
     94@cm_project 
    9695reinitplt, /z,/invert 
    9796key_portrait = 1 
     
    119118close,/all 
    120119 
    121 fi_lhf_erai=tropflux_id_env+'lhf_2000_2009_erai_v52.txt' 
     120fi_lhf_erai=project_id_env+'lhf_2000_2009_erai_v52.txt' 
    122121openw,1,fi_lhf_erai 
    123 fi_lhf_trop=tropflux_id_env+'lhf_2000_2009_trop_v52.txt' 
     122fi_lhf_trop=project_id_env+'lhf_2000_2009_trop_v52.txt' 
    124123openw,2,fi_lhf_trop 
    125 fi_lhf_oaflx=tropflux_id_env+'lhf_2000_2009_oaflx_v52.txt' 
     124fi_lhf_oaflx=project_id_env+'lhf_2000_2009_oaflx_v52.txt' 
    126125openw,3,fi_lhf_oaflx 
    127 fi_lhf_ncep=tropflux_id_env+'lhf_2000_2009_ncep_v52.txt' 
     126fi_lhf_ncep=project_id_env+'lhf_2000_2009_ncep_v52.txt' 
    128127openw,4,fi_lhf_ncep 
    129 fi_lhf_ncep1=tropflux_id_env+'lhf_2000_2009_ncep1_v52.txt' 
     128fi_lhf_ncep1=project_id_env+'lhf_2000_2009_ncep1_v52.txt' 
    130129openw,5,fi_lhf_ncep1 
    131130 
     
    138137;; first reading the whole ERAI uncorrected and corrected data 
    139138 
    140 file=tropflux_id_env+'erai_lhf_19890101_20091231_oafluxgrid.nc' 
     139file=project_id_env+'erai_lhf_19890101_20091231_oafluxgrid.nc' 
    141140initncdf, file 
    142141unc=read_ncdf('lhf',date1,date2,file=file,/nostr) 
    143142help, unc 
    144143 
    145 file=tropflux_id_env+"TropFlux_19890101_20091231.nc" 
     144file=project_id_env+"TropFlux_19890101_20091231.nc" 
    146145initncdf, file 
    147146cor=read_ncdf('lhf',date1,date2,file=file,/nostr) 
     
    149148help, cor 
    150149 
    151 file=tropflux_id_env+'lhf_oafluxgrid_1985_2009.nc' 
     150file=project_id_env+'lhf_oafluxgrid_1985_2009.nc' 
    152151initncdf, file 
    153152oaf=read_ncdf("lhf", date1, date2, file=file,/nostr) 
    154153help, oaf 
    155154 
    156 fi=tropflux_id_env+'lhf_ncep2_oafluxgrid_19890101_20091231.nc' 
     155fi=project_id_env+'lhf_ncep2_oafluxgrid_19890101_20091231.nc' 
    157156initncdf, fi 
    158157nce=read_ncdf("lhf", date1, date2, file=fi,/nostr) 
    159158help, nce 
    160159 
    161 file=tropflux_id_env+'fluxe_ncep1_19890101_20091231.nc' 
     160file=project_id_env+'fluxe_ncep1_19890101_20091231.nc' 
    162161initncdf, file 
    163162nce1=-1*read_ncdf("lhf", date1, date2, file=file,/nostr) 
     
    228227close,/all 
    229228 
    230 fi_lhf_erai=tropflux_id_env+'lhf_2000_2009_erai_v52.txt' 
     229fi_lhf_erai=project_id_env+'lhf_2000_2009_erai_v52.txt' 
    231230res=read_ascii(fi_lhf_erai,data_start=1) 
    232231ff=res.field1 
     
    259258oplot, [20,200], [20,200] 
    260259 
    261 fi_lhf_trop=tropflux_id_env+'lhf_2000_2009_trop_v52.txt' 
     260fi_lhf_trop=project_id_env+'lhf_2000_2009_trop_v52.txt' 
    262261res=read_ascii(fi_lhf_trop,data_start=1) 
    263262ff=res.field1 
     
    291290 
    292291 
    293 fi_lhf_oaflx=tropflux_id_env+'lhf_2000_2009_oaflx_v52.txt' 
     292fi_lhf_oaflx=project_id_env+'lhf_2000_2009_oaflx_v52.txt' 
    294293res=read_ascii(fi_lhf_oaflx,data_start=1) 
    295294ff=res.field1 
     
    322321oplot, [20,200], [20,200] 
    323322 
    324 fi_lhf_ncep=tropflux_id_env+'lhf_2000_2009_ncep_v52.txt' 
     323fi_lhf_ncep=project_id_env+'lhf_2000_2009_ncep_v52.txt' 
    325324res=read_ascii(fi_lhf_ncep,data_start=1) 
    326325ff=res.field1 
     
    353352oplot, [20,200], [20,200] 
    354353 
    355 fi_lhf_ncep1=tropflux_id_env+'lhf_2000_2009_ncep1_v52.txt' 
     354fi_lhf_ncep1=project_id_env+'lhf_2000_2009_ncep1_v52.txt' 
    356355res=read_ascii(fi_lhf_ncep1,data_start=1) 
    357356ff=res.field1 
     
    386385closeps 
    387386 
    388 fig=tropflux_od_env+'lhf_validation_scatter_2000_2009.ps' 
     387fig=project_od_env+'lhf_validation_scatter_2000_2009.ps' 
    389388spawn, 'mv '+psdir+'idl.ps '+fig 
    390389spawn, 'gv '+fig 
  • trunk/src/paper01/fig8/shf_validation_scatter_2000_2009.pro

    r46 r50  
    1515;       rankdir="LR", 
    1616;       ] 
    17 ;       shf_erai [shape=ellipse,fontname=Courier,label="${TROPFLUX_ID}/shf_2000_2009_erai_v52.txt"]; 
    18 ;       shf_tropflux [shape=ellipse,fontname=Courier,label="${TROPFLUX_OD}/shf_2000_2009_trop_v52.txt"]; 
    19 ;       shf_oaflux [shape=ellipse,fontname=Courier,label="${TROPFLUX_OD}/shf_2000_2009_oaflx_v52.txt"]; 
    20 ;       shf_ncep [shape=ellipse,fontname=Courier,label="${TROPFLUX_OD}/shf_2000_2009_ncep_v52.txt"]; 
    21 ;       shf_ncep2_oafluxgrid [shape=ellipse,fontname=Courier,label="${TROPFLUX_ID}/shf_ncep2_oafluxgrid_19890101_20091231.nc"]; 
    22 ;       shf_ncep1 [shape=ellipse,fontname=Courier,label="${TROPFLUX_OD}/shf_2000_2009_ncep1_v52.txt"]; 
    23 ;       shf_ncep1_2 [shape=ellipse,fontname=Courier,label="${TROPFLUX_ID}/fluxe_ncep1_19890101_20091231.nc"]; 
    24 ;       shf_erai_oafluxgrid [shape=ellipse,fontname=Courier,label="${TROPFLUX_ID}/erai_shf_19890101_20091231_oafluxgrid.nc"]; 
    25 ;       shf_tropflux2 [shape=ellipse,fontname=Courier,label="${TROPFLUX_ID}/TropFlux_19890101_20091231.nc"]; 
    26 ;       shf_oafluxgrid [shape=ellipse,fontname=Courier,label="${TROPFLUX_ID}/shf_oafluxgrid_1985_2009.nc"]; 
    27 ; 
    28 ;       figure [shape=ellipse,fontname=Courier,label="${TROPFLUX_OD}/shf_validation_scatter_2000_2009.ps"]; 
     17;       shf_erai [shape=ellipse,fontname=Courier,label="${PROJECT_ID}/shf_2000_2009_erai_v52.txt"]; 
     18;       shf_tropflux [shape=ellipse,fontname=Courier,label="${PROJECT_OD}/shf_2000_2009_trop_v52.txt"]; 
     19;       shf_oaflux [shape=ellipse,fontname=Courier,label="${PROJECT_OD}/shf_2000_2009_oaflx_v52.txt"]; 
     20;       shf_ncep [shape=ellipse,fontname=Courier,label="${PROJECT_OD}/shf_2000_2009_ncep_v52.txt"]; 
     21;       shf_ncep2_oafluxgrid [shape=ellipse,fontname=Courier,label="${PROJECT_ID}/shf_ncep2_oafluxgrid_19890101_20091231.nc"]; 
     22;       shf_ncep1 [shape=ellipse,fontname=Courier,label="${PROJECT_OD}/shf_2000_2009_ncep1_v52.txt"]; 
     23;       shf_ncep1_2 [shape=ellipse,fontname=Courier,label="${PROJECT_ID}/fluxe_ncep1_19890101_20091231.nc"]; 
     24;       shf_erai_oafluxgrid [shape=ellipse,fontname=Courier,label="${PROJECT_ID}/erai_shf_19890101_20091231_oafluxgrid.nc"]; 
     25;       shf_tropflux2 [shape=ellipse,fontname=Courier,label="${PROJECT_ID}/TropFlux_19890101_20091231.nc"]; 
     26;       shf_oafluxgrid [shape=ellipse,fontname=Courier,label="${PROJECT_ID}/shf_oafluxgrid_1985_2009.nc"]; 
     27; 
     28;       figure [shape=ellipse,fontname=Courier,label="${PROJECT_OD}/shf_validation_scatter_2000_2009.ps"]; 
    2929; 
    3030;       shf_validation_scatter_2000_2009 [shape=box, 
     
    4040; ======== 
    4141; 
    42 ; :ref:`tropflux_profile.sh` 
    43 ; :ref:`tropflux_init.pro` 
    44 ; :ref:`cm_tropflux.pro` 
     42; :ref:`project_profile.sh` 
     43; :ref:`project_init.pro` 
     44; :ref:`cm_project.pro` 
    4545; 
    4646; :func:`x_site_location` 
     
    5555; :: 
    5656; 
    57 ;  IDL> @tropflux_init 
    5857;  IDL> date1=19890101L 
    5958;  IDL> date2=20091231L 
     
    9392pro shf_validation_scatter_2000_2009, date1, date2 
    9493@cm_general 
    95 @cm_tropflux 
     94@cm_project 
    9695reinitplt, /z,/invert 
    9796key_portrait = 1 
     
    120119close,/all 
    121120 
    122 fi_shf_erai=tropflux_id_env+'shf_2000_2009_erai_v52.txt' 
     121fi_shf_erai=project_id_env+'shf_2000_2009_erai_v52.txt' 
    123122openw,1,fi_shf_erai 
    124 fi_shf_trop=tropflux_id_env+'shf_2000_2009_trop_v52.txt' 
     123fi_shf_trop=project_id_env+'shf_2000_2009_trop_v52.txt' 
    125124openw,2,fi_shf_trop 
    126 fi_shf_oaflx=tropflux_id_env+'shf_2000_2009_oaflx_v52.txt' 
     125fi_shf_oaflx=project_id_env+'shf_2000_2009_oaflx_v52.txt' 
    127126openw,3,fi_shf_oaflx 
    128 fi_shf_ncep=tropflux_id_env+'shf_2000_2009_ncep_v52.txt' 
     127fi_shf_ncep=project_id_env+'shf_2000_2009_ncep_v52.txt' 
    129128openw,4,fi_shf_ncep 
    130129 
    131 fi_shf_ncep1=tropflux_id_env+'shf_2000_2009_ncep1_v52.txt' 
     130fi_shf_ncep1=project_id_env+'shf_2000_2009_ncep1_v52.txt' 
    132131openw,5,fi_shf_ncep1 
    133132 
     
    141140;; first reading the whole ERAI uncorrected and corrected data 
    142141 
    143 file=tropflux_id_env+'erai_shf_19890101_20091231_oafluxgrid.nc' 
     142file=project_id_env+'erai_shf_19890101_20091231_oafluxgrid.nc' 
    144143initncdf, file 
    145144unc=read_ncdf('shf',date1,date2,file=file,/nostr) 
    146145help, unc 
    147146 
    148 file=tropflux_id_env+'TropFlux_19890101_20091231_v51.nc' 
     147file=project_id_env+'TropFlux_19890101_20091231_v51.nc' 
    149148initncdf, file 
    150149cor=read_ncdf('shf',date1,date2,file=file,/nostr) 
     
    152151help, cor 
    153152 
    154 file=tropflux_id_env+'shf_oafluxgrid_1985_2009.nc' 
     153file=project_id_env+'shf_oafluxgrid_1985_2009.nc' 
    155154initncdf, file 
    156155oaf=read_ncdf("shf", date1, date2, file=file,/nostr) 
    157156help, oaf 
    158157 
    159 fi=tropflux_id_env+'shf_ncep2_oafluxgrid_19890101_20091231.nc' 
     158fi=project_id_env+'shf_ncep2_oafluxgrid_19890101_20091231.nc' 
    160159initncdf, fi 
    161160nce=read_ncdf("shf", date1, date2, file=fi,/nostr) 
    162161help, nce 
    163162 
    164 file=tropflux_id_env+'fluxe_ncep1_19890101_20091231.nc' 
     163file=project_id_env+'fluxe_ncep1_19890101_20091231.nc' 
    165164initncdf, file 
    166165nce1=-1*read_ncdf("shf", date1, date2, file=file,/nostr) 
     
    228227close,/all 
    229228 
    230 fi_shf_erai=tropflux_id_env+'shf_2000_2009_erai_v52.txt' 
     229fi_shf_erai=project_id_env+'shf_2000_2009_erai_v52.txt' 
    231230res=read_ascii(fi_shf_erai,data_start=1) 
    232231ff=res.field1 
     
    260259 
    261260 
    262 fi_shf_trop=tropflux_id_env+'shf_2000_2009_trop_v52.txt' 
     261fi_shf_trop=project_id_env+'shf_2000_2009_trop_v52.txt' 
    263262res=read_ascii(fi_shf_trop,data_start=1) 
    264263ff=res.field1 
     
    292291 
    293292 
    294 fi_shf_oaflx=tropflux_id_env+'shf_2000_2009_oaflx_v52.txt' 
     293fi_shf_oaflx=project_id_env+'shf_2000_2009_oaflx_v52.txt' 
    295294res=read_ascii(fi_shf_oaflx,data_start=1) 
    296295ff=res.field1 
     
    323322oplot, [-5,25], [-5,25] 
    324323 
    325 fi_shf_ncep=tropflux_id_env+'shf_2000_2009_ncep_v52.txt' 
     324fi_shf_ncep=project_id_env+'shf_2000_2009_ncep_v52.txt' 
    326325res=read_ascii(fi_shf_ncep,data_start=1) 
    327326ff=res.field1 
     
    354353oplot, [-5,25], [-5,25] 
    355354 
    356 fi_shf_ncep1=tropflux_id_env+'shf_2000_2009_ncep1_v52.txt' 
     355fi_shf_ncep1=project_id_env+'shf_2000_2009_ncep1_v52.txt' 
    357356res=read_ascii(fi_shf_ncep1,data_start=1) 
    358357ff=res.field1 
     
    387386closeps 
    388387 
    389 fig=tropflux_od_env+'shf_validation_scatter_2000_2009.ps' 
     388fig=project_od_env+'shf_validation_scatter_2000_2009.ps' 
    390389spawn, 'mv '+psdir+'idl.ps '+fig 
    391390spawn, 'gv '+fig 
Note: See TracChangeset for help on using the changeset viewer.