Changeset 85 for trunk/src/paper01/fig2


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

restart consolidation of paper01 software

Location:
trunk/src/paper01/fig2
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/paper01/fig2/fig2_timeline_diagram.pro

    • Property svn:keywords set to URL
    r50 r85  
    99; =========== 
    1010; 
     11; Figure of  
     12; ++ 
     13; is saved in 
     14; :file:`${PROJECT_OD}/fig2_timeline_diagram.ps`. 
     15; 
    1116; .. graphviz:: 
    1217; 
    1318;    digraph fig2_timeline_diagram  { 
    14 ;       graph [ 
    15 ;       rankdir="LR", 
    16 ;       ] 
    1719; 
    1820;       qlat [shape=ellipse,fontname=Courier,label="${PROJECT_ID}/qlat*_dy.cdf"]; 
    1921;       lwnet [shape=ellipse,fontname=Courier,label="${PROJECT_ID}/lwnet*_dy.cdf"]; 
    2022;       swnet [shape=ellipse,fontname=Courier,label="${PROJECT_ID}/swnet*_dy.cdf"]; 
     23; 
    2124;       fig2_timeline_diagram [shape=box, 
    2225;       fontname=Courier, 
     
    5457; 
    5558; make it work on cratos and loholt1:: 
     59; 
    5660;    % Error: 
    5761;    % the vector size (7670) is incompatible 
     
    5963;    % [jpi/nx, jpj/ny, jpk/nz, jpt] = [1/1, 1/1, 1/1, 1] 
    6064; 
    61 ; missing cdf files 
     65; missing cdf files : where are they coming from 
    6266; 
    6367; coding rules 
    6468; 
    65 ; get rid of spwan 
    6669; 
    6770; complete description 
     
    7376; 
    7477; $Id$ 
     78; 
     79; $URL$ 
     80; 
     81; - fplod 20110817T104854Z aedon.locean-ipsl.upmc.fr (Darwin) 
     82; 
     83;   * get rid of spawn 
    7584; 
    7685; - fplod 20110412T084618Z aedon.locean-ipsl.upmc.fr (Darwin) 
     
    8695;- 
    8796pro fig2_timeline_diagram 
    88  
     97; 
     98@cm_4cal 
     99@cm_4data 
     100@cm_4mesh 
     101@cm_4data 
    89102@cm_project 
    90 @cm_general 
    91  
     103; 
    92104reinitplt, /z,/invert 
    93105key_portrait = 1 
    94106coefpalit=.9 
    95107 
    96 openps, FILENAME = 'idl.ps' 
     108openps, FILENAME = project_od_env + 'fig2_timeline_diagram.ps' 
    97109 
    98110; site locations 
     
    208220pltt, no_obs_lw, "t",/ov1d, color=50 
    209221pltt, no_obs_lh, "t",/ov1d 
     222 
    210223closeps 
    211 fig=project_od_env + 'fig2_timeline_diagram.ps' 
    212 spawn, 'mv '+psdir+'idl.ps '+fig 
    213 spawn, 'gv '+fig 
     224 
    214225end 
  • trunk/src/paper01/fig2/read_lh.pro

    • Property svn:keywords set to URL
    r50 r85  
    1212; 
    1313;    digraph read_lh { 
    14 ;       graph [ 
    15 ;       rankdir="LR", 
    16 ;       ] 
     14; 
    1715;       qlat [shape=ellipse,fontname=Courier,label="${PROJECT_ID}/qlat*_dy.cdf"]; 
    1816; 
     
    5351; ==== 
    5452; 
     53; missing input files 
     54; 
    5555; coding rules 
    5656; 
     
    5959; 
    6060; $Id$ 
     61; 
     62; $URL$ 
    6163; 
    6264; - fplod 20110412T093201Z aedon.locean-ipsl.upmc.fr (Darwin) 
  • trunk/src/paper01/fig2/read_lw.pro

    • Property svn:keywords set to URL
    r50 r85  
    1212; 
    1313;    digraph read_lw { 
    14 ;       graph [ 
    15 ;       rankdir="LR", 
    16 ;       ] 
     14; 
    1715;       lwnet [shape=ellipse,fontname=Courier,label="${PROJECT_ID}/lwnet*_dy.cdf"]; 
    1816;       lw [shape=tab,fontname=Courier,label="lw"] 
     
    5250; ==== 
    5351; 
    54 ; make it work with a file : now nsmooth pb 
     52; make it work with a file : now nsmooth pb, missing input file 
    5553; 
    5654; confirm example parameters values 
     
    6058; 
    6159; $Id$ 
     60; 
     61; $URL$ 
    6262; 
    6363; - fplod 20110412T093250Z aedon.locean-ipsl.upmc.fr (Darwin) 
  • trunk/src/paper01/fig2/read_sw.pro

    • Property svn:keywords set to URL
    r50 r85  
    1313; 
    1414;    digraph read_sw { 
    15 ;       graph [ 
    16 ;       rankdir="LR", 
    17 ;       ] 
     15; 
    1816;       swnet [shape=ellipse,fontname=Courier,label="${PROJECT_ID}/swnet*_dy.cdf"]; 
    19 ; 
    2017;       sw [shape=tab,fontname=Courier,label="sw"] 
    2118; 
     
    5249; ==== 
    5350; 
    54 ; make it work with a file 
     51; make it work with a file : missing input file 
    5552; 
    5653; EVOLUTIONS 
     
    5855; 
    5956; $Id$ 
     57; 
     58; $URL$ 
    6059; 
    6160; - pinsard 2011-04-20T15:15:12Z loholt1.ipsl.polytechnique.fr (Linux) 
  • trunk/src/paper01/fig2/time_lec.pro

    • Property svn:keywords set to URL
    r46 r85  
    3636; $Id$ 
    3737; 
     38; $URL$ 
     39; 
    3840; - fplod 20110412T160108Z aedon.locean-ipsl.upmc.fr (Darwin) 
    3941; 
  • trunk/src/paper01/fig2/x_site_location.pro

    • Property svn:keywords set to URL
    r46 r85  
    5252; $Id$ 
    5353; 
     54; $URL$ 
     55; 
    5456; - fplod 20110412T083358Z aedon.locean-ipsl.upmc.fr (Darwin) 
    5557; 
  • trunk/src/paper01/fig2/y_site_location.pro

    • Property svn:keywords set to URL
    r46 r85  
    5252; $Id$ 
    5353; 
     54; $URL$ 
     55; 
    5456; - fplod 20110412T083358Z aedon.locean-ipsl.upmc.fr (Darwin) 
    5557; 
Note: See TracChangeset for help on using the changeset viewer.