Changeset 50 for trunk/src/paper01/fig11


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

replace TROPFLUX by PROJECT

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

Legend:

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

    r46 r50  
    1515;       rankdir="LR", 
    1616;       ] 
    17 ;       sst [shape=ellipse,fontname=Courier,label="${TROPFLUX_ID}/TropFlux_sst_19890101_20091231.nc"]; 
     17;       sst [shape=ellipse,fontname=Courier,label="${PROJECT_ID}/TropFlux_sst_19890101_20091231.nc"]; 
    1818; 
    19 ;       figure [shape=ellipse,fontname=Courier,label="${TROPFLUX_OD}/correlation_rmsd_olra_swra_smooth.ps"]; 
     19;       figure [shape=ellipse,fontname=Courier,label="${PROJECT_OD}/correlation_rmsd_olra_swra_smooth.ps"]; 
    2020; 
    2121;       swr_isccp_tropflux_correlation_fig10 [shape=box, 
     
    3131; ======== 
    3232; 
    33 ; :ref:`tropflux_profile.sh` 
    34 ; :ref:`tropflux_init.pro` 
    35 ; :ref:`cm_tropflux.pro` 
     33; :ref:`project_profile.sh` 
     34; :ref:`project_init.pro` 
     35; :ref:`cm_project.pro` 
    3636; 
    3737; EXAMPLES 
     
    4040; :: 
    4141; 
    42 ;  IDL> @tropflux_init 
    4342;  IDL> swr_isccp_tropflux_correlation_fig10 
    4443; 
     
    6160; $Id$ 
    6261; 
     62; - fplod 20110422T103945Z aedon.locean-ipsl.upmc.fr (Darwin) 
     63; 
     64;   * typo 
     65; 
    6366; - fplod 20110420T110411Z aedon.locean-ipsl.upmc.fr (Darwin) 
    6467; 
     
    7376pro swr_isccp_tropflux_correlation_fig10 
    7477@cm_general 
    75 @cm_tropflux 
     78@cm_project 
    7679reinitplt, /z,/invert 
    7780key_portrait = 1 
     
    8285restore, "/Users/pkb/work/MY_SAXO/correlation_isccp_olr.idl" 
    8386 
    84 file=tropflux_id_env+'TropFlux_sst_19890101_20091231.nc" 
     87file=project_id_env+'TropFlux_sst_19890101_20091231.nc' 
    8588initncdf, file 
    8689sst=read_ncdf("sst", 20000101, 20091231, file=file,/nostr) 
     
    9699 
    97100closeps 
    98 fig=tropflux_od_env+'correlation_rmsd_olra_swra_smooth.ps' 
     101fig=project_od_env+'correlation_rmsd_olra_swra_smooth.ps' 
    99102spawn, 'mv '+psdir+'idl.ps '+fig 
    100103spawn, 'gv '+fig 
  • trunk/src/paper01/fig11/swr_isccp_tropflux_new_v1.pro

    r46 r50  
    1616;       rankdir="LR", 
    1717;       ] 
    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"]; 
     18;       swr [shape=ellipse,fontname=Courier,label="${PROJECT_ID}/swr_oafluxgrid_1985_2007.nc"]; 
     19;       sw [shape=ellipse,fontname=Courier,label="${PROJECT_ID}/sw_reconstred_1989_2009.nc"]; 
     20;       olr [shape=ellipse,fontname=Courier,label="${PROJECT_ID}/olr_oafluxgrid_30n30s.nc"]; 
     21;       sst [shape=ellipse,fontname=Courier,label="${PROJECT_ID}/TropFlux_sst_19890101_20091231_v20.nc"]; 
    2222; 
    23 ;       figure [shape=ellipse,fontname=Courier,label="${TROPFLUX_OD}/correlation_rmsd_olra_swra_smooth.ps"]; 
     23;       figure [shape=ellipse,fontname=Courier,label="${PROJECT_OD}/correlation_rmsd_olra_swra_smooth.ps"]; 
    2424; 
    2525;       swr_isccp_tropflux_new_v1 [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_isccp_tropflux_new_v1 
    4847; 
     
    5049; ==== 
    5150; 
    52 ; make it work on cratos : mising data 
     51; make it work on cratos : missing data swr_oafluxgrid_1985_2007.nc, etc. 
    5352; 
    5453; coding rules 
     
    7776pro swr_isccp_tropflux_new_v1 
    7877@cm_general 
    79 @cm_tropflux 
     78@cm_project 
    8079reinitplt, /z,/invert 
    8180key_portrait = 1 
     
    8483st=19890101 & en=20071231 
    8584 
    86 file=tropflux_id_env+'swr_oafluxgrid_1985_2007.nc' 
     85file=project_id_env+'swr_oafluxgrid_1985_2007.nc' 
    8786initncdf, file 
    8887sw_isccp=read_ncdf("swr", st, en, file=file,/nostr) 
    8988 
    90 file=tropflux_id_env+'sw_reconstred_1989_2009.nc' 
     89file=project_id_env+'sw_reconstred_1989_2009.nc' 
    9190initncdf, file 
    9291sw_trop=read_ncdf("sw", st, en+1, file=file,/nostr) 
    9392 
    94 file=tropflux_id_env+'olr_oafluxgrid_30n30s.nc' 
     93file=project_id_env+'olr_oafluxgrid_30n30s.nc' 
    9594initncdf, file 
    9695olr=read_ncdf("olr", st, en, file=file,/nostr) 
     
    175174     subt='',title='a) Correlation (OLRA, SWRA)',xminor=1,yminor=1 
    176175 
    177 file=tropflux_id_env+'TropFlux_sst_19890101_20091231_v20.nc" 
     176file=project_id_env+'TropFlux_sst_19890101_20091231_v20.nc" 
    178177initncdf, file 
    179178sst=read_ncdf("sst", 19890101, 20091231, file=file,/nostr) 
     
    192191 
    193192closeps 
    194 fig=tropflux_od_env+'correlation_rmsd_olra_swra_smooth.ps' 
     193fig=project_od_env+'correlation_rmsd_olra_swra_smooth.ps' 
    195194spawn, 'mv '+psdir+'idl.ps '+fig 
    196195spawn, 'gv '+fig 
Note: See TracChangeset for help on using the changeset viewer.