Changeset 50 for trunk/src/paper01/fig5


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/fig5/fig5_gustiness_scatter.pro

    r47 r50  
    1515;       rankdir="LR", 
    1616;       ] 
    17 ;       ws  [shape=ellipse,fontname=Courier,label="${TROPFLUX_ID}/ws_gustiness_bias.txt"]; 
    18 ;       sst [shape=ellipse,fontname=Courier,label="${TROPFLUX_ID}/raw_sst_2000_2008_gustiness.txt"]; 
     17;       ws  [shape=ellipse,fontname=Courier,label="${PROJECT_ID}/ws_gustiness_bias.txt"]; 
     18;       sst [shape=ellipse,fontname=Courier,label="${PROJECT_ID}/raw_sst_2000_2008_gustiness.txt"]; 
    1919; 
    20 ;       figure [shape=ellipse,fontname=Courier,label="${TROPFLUX_OD}/fig5_gustiness_scatter.ps"]; 
     20;       figure [shape=ellipse,fontname=Courier,label="${PROJECT_OD}/fig5_gustiness_scatter.ps"]; 
    2121; 
    2222;       fig5_gustiness_scatter [shape=box, 
     
    3232; ======== 
    3333; 
    34 ; :ref:`tropflux_profile.sh` 
    35 ; :ref:`tropflux_init.pro` 
     34; :ref:`project_profile.sh` 
     35; :ref:`project_init.pro` 
    3636; 
    3737; EXAMPLES 
     
    4040; :: 
    4141; 
    42 ;  IDL> @tropflux_init 
    4342;  IDL> fig5_gustiness_scatter 
    4443; 
     
    8079pro fig5_gustiness_scatter 
    8180@cm_general 
    82 @cm_tropflux 
     81@cm_project 
    8382reinitplt, /z,/invert 
    8483key_portrait = 1 
    8584 
    8685openps, FILENAME = 'idl.ps' 
    87 fi_ws=tropflux_id_env+'wind_gustiness_bias.txt' 
     86fi_ws=project_id_env+'wind_gustiness_bias.txt' 
    8887res=read_ascii(fi_ws,data_start=1) 
    8988ff=res.field01 
     
    9392print, correlate(erai_wind,gust) 
    9493 
    95 fi_sst=tropflux_id_env+'raw_sst_2000_2008_gustiness.txt' 
     94fi_sst=project_id_env+'raw_sst_2000_2008_gustiness.txt' 
    9695res=read_ascii(fi_sst,data_start=1) 
    9796ff=res.field1 
     
    122121print, a,b 
    123122closeps 
    124 fig=tropflux_od_env+'fig5_gustiness_scatter.ps' 
     123fig=project_od_env+'fig5_gustiness_scatter.ps' 
    125124spawn, 'mv '+psdir+'idl.ps '+fig 
    126125spawn, 'gv '+fig 
Note: See TracChangeset for help on using the changeset viewer.