Changeset 85 for trunk/src/paper01/fig5


Ignore:
Timestamp:
08/17/11 14:45:28 (13 years ago)
Author:
pinsard
Message:

restart consolidation of paper01 software

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/paper01/fig5/fig5_gustiness_scatter.pro

    • Property svn:keywords set to URL
    r50 r85  
    1212; 
    1313;    digraph fig5_gustiness_scatter { 
    14 ;       graph [ 
    15 ;       rankdir="LR", 
    16 ;       ] 
     14; 
    1715;       ws  [shape=ellipse,fontname=Courier,label="${PROJECT_ID}/ws_gustiness_bias.txt"]; 
    1816;       sst [shape=ellipse,fontname=Courier,label="${PROJECT_ID}/raw_sst_2000_2008_gustiness.txt"]; 
     
    5149; coding rules 
    5250; 
    53 ; get rid of spwan 
    54 ; 
    5551; complete description 
    5652; 
     
    6157; 
    6258; $Id$ 
     59; 
     60; $URL$ 
    6361; 
    6462; - pinsard 2011-04-20T15:29:37Z loholt1.ipsl.polytechnique.fr (Linux) 
     
    8381key_portrait = 1 
    8482 
    85 openps, FILENAME = 'idl.ps' 
     83openps, FILENAME = project_od_env+'fig5_gustiness_scatter.ps' 
    8684fi_ws=project_id_env+'wind_gustiness_bias.txt' 
    8785res=read_ascii(fi_ws,data_start=1) 
     
    121119print, a,b 
    122120closeps 
    123 fig=project_od_env+'fig5_gustiness_scatter.ps' 
    124 spawn, 'mv '+psdir+'idl.ps '+fig 
    125 spawn, 'gv '+fig 
    126121end 
Note: See TracChangeset for help on using the changeset viewer.