Changeset 46 for trunk/src/paper01/fig11


Ignore:
Timestamp:
04/20/11 16:45:53 (13 years ago)
Author:
pinsard
Message:

going on consolidation of paper01 materials

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

Legend:

Unmodified
Added
Removed
  • trunk/src/paper01/fig11/swr_isccp_tropflux_correlation_fig10.pro

    r43 r46  
    99; =========== 
    1010; 
     11; .. graphviz:: 
     12; 
     13;    digraph swr_isccp_tropflux_correlation_fig10 { 
     14;       graph [ 
     15;       rankdir="LR", 
     16;       ] 
     17;       sst [shape=ellipse,fontname=Courier,label="${TROPFLUX_ID}/TropFlux_sst_19890101_20091231.nc"]; 
     18; 
     19;       figure [shape=ellipse,fontname=Courier,label="${TROPFLUX_OD}/correlation_rmsd_olra_swra_smooth.ps"]; 
     20; 
     21;       swr_isccp_tropflux_correlation_fig10 [shape=box, 
     22;       fontname=Courier, 
     23;       color=blue, 
     24;       URL="http://forge.ipsl.jussieu.fr/tropflux/broswrer/trunk/src/paper01/fig11/swr_isccp_tropflux_correlation_fig10.pro", 
     25;       label="${TROPFLUX}/src/paper01/fig11/swr_isccp_tropflux_correlation_fig10.pro"]; 
     26; 
     27;       {sst} -> {swr_isccp_tropflux_correlation_fig10} -> {figure} 
     28;    } 
     29; 
    1130; SEE ALSO 
    1231; ======== 
    1332; 
    1433; :ref:`tropflux_profile.sh` 
     34; :ref:`tropflux_init.pro` 
     35; :ref:`cm_tropflux.pro` 
    1536; 
    1637; EXAMPLES 
     
    2243;  IDL> swr_isccp_tropflux_correlation_fig10 
    2344; 
     45; TODO 
     46; ==== 
     47; 
     48; make it work on cratos : get rid of restore 
     49; 
     50; coding rules 
     51; 
     52; get rid of spwan 
     53; 
     54; complete description 
     55; 
     56; handle IO error 
     57; 
    2458; EVOLUTIONS 
    2559; ========== 
    2660; 
    2761; $Id$ 
     62; 
     63; - fplod 20110420T110411Z aedon.locean-ipsl.upmc.fr (Darwin) 
     64; 
     65;   * remove hard coding path 
     66;   * add graphviz 
    2867; 
    2968; - fplod 20110411T142955Z aedon.locean-ipsl.upmc.fr (Darwin) 
     
    3372;- 
    3473pro swr_isccp_tropflux_correlation_fig10 
    35 @common 
     74@cm_general 
     75@cm_tropflux 
    3676reinitplt, /z,/invert 
    3777key_portrait = 1 
     
    4282restore, "/Users/pkb/work/MY_SAXO/correlation_isccp_olr.idl" 
    4383 
    44 file="/Volumes/Iomega_HDD/TropFlux/input_cor/full_cor/TropFlux_sst_19890101_20091231.nc" 
     84file=tropflux_id_env+'TropFlux_sst_19890101_20091231.nc" 
    4585initncdf, file 
    4686sst=read_ncdf("sst", 20000101, 20091231, file=file,/nostr) 
     
    5696 
    5797closeps 
    58 fig='correlation_rmsd_olra_swra_smooth.ps' 
    59 spawn, 'mv '+psdir+'idl.ps '+psdir+fig 
    60 spawn, 'gv '+psdir+fig 
    61  
    62 stop 
     98fig=tropflux_od_env+'correlation_rmsd_olra_swra_smooth.ps' 
     99spawn, 'mv '+psdir+'idl.ps '+fig 
     100spawn, 'gv '+fig 
    63101end 
  • trunk/src/paper01/fig11/swr_isccp_tropflux_new_v1.pro

    r43 r46  
    1010; =========== 
    1111; 
     12; .. graphviz:: 
     13; 
     14;    digraph swr_isccp_tropflux_new_v1 { 
     15;       graph [ 
     16;       rankdir="LR", 
     17;       ] 
     18;       swr [shape=ellipse,fontname=Courier,label="${TROPFLUX_ID}/swr_oafluxgrid_1985_2007.nc"]; 
     19;       sw [shape=ellipse,fontname=Courier,label="${TROPFLUX_ID}/sw_reconstred_1989_2009.nc"]; 
     20;       olr [shape=ellipse,fontname=Courier,label="${TROPFLUX_ID}/olr_oafluxgrid_30n30s.nc"]; 
     21;       sst [shape=ellipse,fontname=Courier,label="${TROPFLUX_ID}/TropFlux_sst_19890101_20091231_v20.nc"]; 
     22; 
     23;       figure [shape=ellipse,fontname=Courier,label="${TROPFLUX_OD}/correlation_rmsd_olra_swra_smooth.ps"]; 
     24; 
     25;       swr_isccp_tropflux_new_v1 [shape=box, 
     26;       fontname=Courier, 
     27;       color=blue, 
     28;       URL="http://forge.ipsl.jussieu.fr/tropflux/broswrer/trunk/src/paper01/fig11/swr_isccp_tropflux_new_v1.pro", 
     29;       label="${TROPFLUX}/src/paper01/fig11/swr_isccp_tropflux_new_v1.pro"]; 
     30; 
     31;       {swr sw olr sst} -> {swr_isccp_tropflux_new_v1} -> {figure} 
     32;    } 
     33; 
    1234; SEE ALSO 
    1335; ======== 
    1436; 
    1537; :ref:`tropflux_profile.sh` 
     38; :ref:`tropflux_init.pro` 
     39; :ref:`cm_tropflux.pro` 
    1640; 
    1741; EXAMPLES 
     
    2347;  IDL> swr_isccp_tropflux_new_v1 
    2448; 
     49; TODO 
     50; ==== 
     51; 
     52; make it work on cratos : mising data 
     53; 
     54; coding rules 
     55; 
     56; get rid of spwan 
     57; 
     58; complete description 
     59; 
     60; handle IO error 
     61; 
    2562; EVOLUTIONS 
    2663; ========== 
    2764; 
    2865; $Id$ 
     66; 
     67; - fplod 20110420T113330Z aedon.locean-ipsl.upmc.fr (Darwin) 
     68; 
     69;   * remove hard coding path 
     70;   * add graphviz 
    2971; 
    3072; - fplod 20110411T142955Z aedon.locean-ipsl.upmc.fr (Darwin) 
     
    3476;- 
    3577pro swr_isccp_tropflux_new_v1 
    36 @common 
     78@cm_general 
     79@cm_tropflux 
    3780reinitplt, /z,/invert 
    3881key_portrait = 1 
     
    4184st=19890101 & en=20071231 
    4285 
    43 file='/Volumes/Iomega_HDD/work/flux_reconstruction/OAFLX_GRID/swr_oafluxgrid_1985_2007.nc' 
     86file=tropflux_id_env+'swr_oafluxgrid_1985_2007.nc' 
    4487initncdf, file 
    4588sw_isccp=read_ncdf("swr", st, en, file=file,/nostr) 
    4689 
    47 file='/Volumes/Iomega_HDD/flux_reconstruction/basic_data/sw_reconstred_1989_2009.nc' 
     90file=tropflux_id_env+'sw_reconstred_1989_2009.nc' 
    4891initncdf, file 
    4992sw_trop=read_ncdf("sw", st, en+1, file=file,/nostr) 
    5093 
    51 file='/Volumes/Iomega_HDD/flux_reconstruction/basic_data/olr_oafluxgrid_30n30s.nc' 
     94file=tropflux_id_env+'olr_oafluxgrid_30n30s.nc' 
    5295initncdf, file 
    5396olr=read_ncdf("olr", st, en, file=file,/nostr) 
     
    132175     subt='',title='a) Correlation (OLRA, SWRA)',xminor=1,yminor=1 
    133176 
    134 file="/Volumes/Iomega_HDD/TropFlux/input_cor/full_cor/TropFlux_sst_19890101_20091231_v20.nc" 
     177file=tropflux_id_env+'TropFlux_sst_19890101_20091231_v20.nc" 
    135178initncdf, file 
    136179sst=read_ncdf("sst", 19890101, 20091231, file=file,/nostr) 
     
    149192 
    150193closeps 
    151 fig='correlation_rmsd_olra_swra_smooth.ps' 
    152 spawn, 'mv '+psdir+'idl.ps '+psdir+fig 
    153 spawn, 'gv '+psdir+fig 
    154  
    155 return 
    156  
     194fig=tropflux_od_env+'correlation_rmsd_olra_swra_smooth.ps' 
     195spawn, 'mv '+psdir+'idl.ps '+fig 
     196spawn, 'gv '+fig 
    157197end 
Note: See TracChangeset for help on using the changeset viewer.