Changeset 50 for trunk/src/paper01/fig12


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

replace TROPFLUX by PROJECT

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/paper01/fig12/swr_statistics_map_2000_2009_v50.pro

    r46 r50  
    1515;       rankdir="LR", 
    1616;       ] 
    17 ;       swr_erai [shape=ellipse,fontname=Courier,label="${TROPFLUX_ID}/swr_2000_2009_erai_v50.txt"]; 
    18 ;       swr_trop [shape=ellipse,fontname=Courier,label="${TROPFLUX_ID}/swr_2000_2009_trop_v50.txt"]; 
    19 ;       swr_oaflx [shape=ellipse,fontname=Courier,label="${TROPFLUX_ID}/swr_2000_2009_oaflx_v50.txt"]; 
    20 ;       swr_olr [shape=ellipse,fontname=Courier,label="${TROPFLUX_ID}/swr_2000_2009_olr_v50.txt"]; 
    21 ;       mask [shape=ellipse,fontname=Courier,label="${TROPFLUX_ID}/longwave_IO_mask.nc"]; 
    22 ; 
    23 ;       figure [shape=ellipse,fontname=Courier,label="${TROPFLUX_OD}/swr_statistics_map_2000_2009_v50.ps"]; 
     17;       swr_erai [shape=ellipse,fontname=Courier,label="${PROJECT_ID}/swr_2000_2009_erai_v50.txt"]; 
     18;       swr_trop [shape=ellipse,fontname=Courier,label="${PROJECT_ID}/swr_2000_2009_trop_v50.txt"]; 
     19;       swr_oaflx [shape=ellipse,fontname=Courier,label="${PROJECT_ID}/swr_2000_2009_oaflx_v50.txt"]; 
     20;       swr_olr [shape=ellipse,fontname=Courier,label="${PROJECT_ID}/swr_2000_2009_olr_v50.txt"]; 
     21;       mask [shape=ellipse,fontname=Courier,label="${PROJECT_ID}/longwave_IO_mask.nc"]; 
     22; 
     23;       figure [shape=ellipse,fontname=Courier,label="${PROJECT_OD}/swr_statistics_map_2000_2009_v50.ps"]; 
    2424; 
    2525;       swr_statistics_map_2000_2009_v50 [shape=box, 
     
    3535; ======== 
    3636; 
    37 ; :ref:`tropflux_profile.sh` 
    38 ; :ref:`tropflux_init.pro` 
    39 ; :ref:`cm_tropflux.pro` 
     37; :ref:`project_profile.sh` 
     38; :ref:`project_init.pro` 
     39; :ref:`cm_project.pro` 
    4040; 
    4141; EXAMPLES 
     
    4444; :: 
    4545; 
    46 ;  IDL> @tropflux_init 
    4746;  IDL> swr_statistics_map_2000_2009_v50 
    4847; 
     
    7877pro swr_statistics_map_2000_2009_v50 
    7978@cm_general 
    80 @cm_tropflux 
     79@cm_project 
    8180reinitplt, /z,/invert 
    8281key_portrait = 1 
     
    8988rmsd_mi=10  & rmsd_ma=30 & rmsd_int=1.25 
    9089cor_mi=0.5   & cor_ma=1.  & cor_int=0.02 
    91 fi_swr_erai=tropflux_id_env+'swr_2000_2009_erai_v50.txt' 
    92 fi_swr_trop=tropflux_id_env+'swr_2000_2009_trop_v50.txt' 
    93 fi_swr_oaflx=tropflux_id_env+'swr_2000_2009_oaflx_v50.txt' 
    94 fi_swr_olr=tropflux_id_env+'swr_2000_2009_olr_v50.txt' 
     90fi_swr_erai=project_id_env+'swr_2000_2009_erai_v50.txt' 
     91fi_swr_trop=project_id_env+'swr_2000_2009_trop_v50.txt' 
     92fi_swr_oaflx=project_id_env+'swr_2000_2009_oaflx_v50.txt' 
     93fi_swr_olr=project_id_env+'swr_2000_2009_olr_v50.txt' 
    9594 
    9695res=read_ascii(fi_swr_erai,data_start=1) 
     
    137136 
    138137;ind=where(std_olr ge std_ma) & std_olr(ind)=std_ma-0.01 
    139 file=tropflux_id_env+'longwave_IO_mask.nc' 
     138file=project_id_env+'longwave_IO_mask.nc' 
    140139initncdf, file 
    141140domdef, 30,390,-30,30 
     
    560559endfor 
    561560closeps 
    562 fig=tropflux_od_env+'swr_statistics_map_2000_2009_v50.ps' 
     561fig=project_od_env+'swr_statistics_map_2000_2009_v50.ps' 
    563562spawn, 'mv '+psdir+'idl.ps '+fig 
    564563spawn, 'gv '+fig 
Note: See TracChangeset for help on using the changeset viewer.