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

    r40 r50  
    2222;       rankdir="LR", 
    2323;       ] 
    24 ;       file_oaflux [shape=ellipse,fontname=Courier,label="${TROPFLUX_ID}/lh_oaflux_2004.nc"]; 
    25 ;       mask [shape=ellipse,fontname=Courier,label="${TROPFLUX_OD}/mask_oaflux_30N30S.nc"]; 
     24;       file_oaflux [shape=ellipse,fontname=Courier,label="${PROJECT_ID}/lh_oaflux_2004.nc"]; 
     25;       mask [shape=ellipse,fontname=Courier,label="${PROJECT_OD}/mask_oaflux_30N30S.nc"]; 
    2626; 
    2727;       oaflux_mask_30n30s [shape=box, 
     
    2929;       color=blue, 
    3030;       URL="http://forge.ipsl.jussieu.fr/tropflux/browser/trunk/src/oaflux_mask_30n30s.pro", 
    31 ;       label="${TROPFLUX}/src/oaflux_mask_30n30s.pro"]; 
     31;       label="${PROJECT}/src/oaflux_mask_30n30s.pro"]; 
    3232; 
    3333;       {file_oaflux} -> {oaflux_mask_30n30s} -> {mask} 
     
    4242; :ref:`guide data OAFLUX <data_in_oaflux>` 
    4343; 
    44 ; :ref:`tropflux_profile.sh` 
    45 ; :ref:`tropflux_init.pro` 
    46 ; :ref:`cm_tropflux.pro` 
     44; :ref:`project_profile.sh` 
     45; :ref:`project_init.pro` 
     46; :ref:`cm_project.pro` 
    4747; 
    4848; :ref:`get_oaflux.sh` 
     
    6868; :: 
    6969; 
    70 ;  IDL> @tropflux_init 
    7170;  IDL> oaflux_mask_30n30s 
    7271; 
     
    9998; - fplod 20110411T140133Z aedon.locean-ipsl.upmc.fr (Darwin) 
    10099; 
    101 ;   * usage of tropflux_init and cm_tropflux 
     100;   * usage of tropflux_init and cm_project 
    102101;   * replace 30N30S by 30n30s 
    103102;  
    104103; - fplod 20101217T081915Z aedon.locean-ipsl.upmc.fr (Darwin) 
    105104; 
    106 ;   * remove hard coded directory - usage of ${TROPFLUX_ID} and ${TROPFLUX_OD} 
     105;   * remove hard coded directory - usage of ${PROJECT_ID} and ${PROJECT_OD} 
    107106;   * add IO test 
    108107; 
     
    123122@cm_4mesh 
    124123@cm_4data 
    125 @cm_tropflux 
     124@cm_project 
    126125 
    127126; check for input file 
     
    132131; 
    133132; check if this file exists 
    134 fullfilename_in = isafile(tropflux_id_env + filename_in, NEW=0, /MUST_EXIST) 
     133fullfilename_in = isafile(project_id_env + filename_in, NEW=0, /MUST_EXIST) 
    135134IF fullfilename_in[0] EQ '' THEN BEGIN 
    136135   msg = 'eee : the file ' + fullfilename_in + ' was not found.' 
     
    140139; 
    141140; 
    142 fullfilename_out=tropflux_od_env+'mask_oaflux_30N30S.nc' 
     141fullfilename_out=project_od_env+'mask_oaflux_30N30S.nc' 
    143142; in order to avoid unexpected overwritten 
    144143IF (FILE_TEST(fullfilename_out) EQ 1) THEN BEGIN 
Note: See TracChangeset for help on using the changeset viewer.