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/interp_erai_sst_1989_2009.pro

    r20 r50  
    1515;           file_in [shape=ellipse,fontname=Courier,label="/Volumes/PRAVEEN/ERAI_global/20c3m_erai_sstk_TROP_1989_2009.nc"]; 
    1616; 
    17 ;           mask [shape=ellipse,fontname=Courier,label="${TROPFLUX_ID}/mask_oaflux_30N30S.nc"]; 
     17;           mask [shape=ellipse,fontname=Courier,label="${PROJECT_ID}/mask_oaflux_30N30S.nc"]; 
    1818; 
    1919;           ncfile [shape=ellipse,fontname=Courier,label="/Volumes/PRAVEEN/TropFlux/input_uncor/erai_sst_19890101_20091231_oafluxgrid.nc"]; 
     
    2323;           color=blue, 
    2424;           URL="http://forge.ipsl.jussieu.fr/tropflux/browser/trunk/src/interp_erai_sst_1989_2009.pro", 
    25 ;           label="${TROPFLUX}/src/interp_erai_sst_1989_2009.pro"]; 
     25;           label="${PROJECT}/src/interp_erai_sst_1989_2009.pro"]; 
    2626; 
    2727;           {file_in mask} -> {interp_erai_sst_1989_2009} -> {ncfile} 
     
    3131; ======== 
    3232; 
    33 ; :ref:`tropflux_profile.sh` 
     33; :ref:`project_profile.sh` 
    3434; 
    3535; :func:`report <saxo:report>` 
     
    5252; ==== 
    5353; 
    54 ; hard coded directory - usage of ${TROPFLUX_ID} 
     54; hard coded directory - usage of ${PROJECT_ID} 
    5555; 
    5656; coding rules 
     
    8585pro interp_erai_sst_1989_2009 
    8686@common 
     87@cm_project 
    8788; 
    8889; check for input directory 
    8990; 
    90 ; test if ${TROPFLUX_ID} defined 
    91 tropflux_id_env=GETENV('TROPFLUX_ID') 
    92 CASE tropflux_id_env OF 
     91; test if ${PROJECT_ID} defined 
     92CASE project_id_env OF 
    9393    ''  :  BEGIN 
    94      msg = 'eee : ${TROPFLUX_ID} is not defined' 
     94     msg = 'eee : ${PROJECT_ID} is not defined' 
    9595     ras = report(msg) 
    9696     STOP 
    9797           END 
    9898 ELSE: BEGIN 
    99      msg = 'iii : ${TROPFLUX_ID} is ' + tropflux_id_env 
     99     msg = 'iii : ${PROJECT_ID} is ' + project_id_env 
    100100     ras = report(msg) 
    101101       END 
    102102ENDCASE 
    103103; 
    104 iodirin = isadirectory(tropflux_id_env) 
     104iodirin = isadirectory(project_id_env) 
    105105; 
    106 ; existence and protection of ${TROPFLUX_ID} 
     106; existence and protection of ${PROJECT_ID} 
    107107IF (FILE_TEST(iodirin, /DIRECTORY, /EXECUTABLE, /READ) EQ 0) THEN BEGIN 
    108108   msg = 'eee : the directory' + iodirin  + ' is not accessible.' 
Note: See TracChangeset for help on using the changeset viewer.