Changeset 513 for trunk


Ignore:
Timestamp:
04/10/12 16:50:06 (12 years ago)
Author:
pinsard
Message:

remove prompt from idl examples

Location:
trunk/src
Files:
41 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/LectureLAIHDF.pro

    r337 r513  
    4545; To generate :file:`${PROJECT_OD}/laisen2001_float.txt`:: 
    4646; 
    47 ;   IDL> .compile LectureLAIHDF 
    48 ;   IDL> yyyy=2001L 
    49 ;   IDL> iodirin='/net/zeus/usr/zeus/incas/mousson/LAI/' 
    50 ;   IDL> lecturelaihdf, iodirin, yyyy 
     47;    .compile LectureLAIHDF 
     48;    yyyy=2001L 
     49;    iodirin='/net/zeus/usr/zeus/incas/mousson/LAI/' 
     50;    lecturelaihdf, iodirin, yyyy 
    5151; 
    5252; TODO 
     
    358358; :: 
    359359; 
    360 ;   IDL> .compile LectureLAIHDF 
    361 ;   IDL> file='/net/zeus/usr/zeus/incas/mousson/LAI/LAI_2000/MOD15A2.A2000057.h16v07.005.2006269043641.hdf' 
    362 ;   IDL> lai=lecturelai(file,plot=0) 
     360;    .compile LectureLAIHDF 
     361;    file='/net/zeus/usr/zeus/incas/mousson/LAI/LAI_2000/MOD15A2.A2000057.h16v07.005.2006269043641.hdf' 
     362;    lai=lecturelai(file,plot=0) 
    363363; 
    364364; :uses: 
  • trunk/src/anaclimecm.pro

    r337 r513  
    2929; :: 
    3030; 
    31 ;   IDL> anaclimecm 
     31;    anaclimecm 
    3232; 
    3333; :History: 
  • trunk/src/correct_nadir_amsu-v2.pro

    r503 r513  
    9595; 
    9696; 
    97 ;   IDL> canal='a5' 
    98 ;   IDL> resol=1 
    99 ;   IDL> lon_min=-60. 
    100 ;   IDL> lon_max=50. 
    101 ;   IDL> lat_min=-30. 
    102 ;   IDL> lat_max=45. 
    103 ;   IDL> correct_nadir_amsu, canal,resol, lon_min, lon_max, lat_min, lat_max 
    104 ; 
    105  
     97;    canal='a5' 
     98;    resol=1 
     99;    lon_min=-60. 
     100;    lon_max=50. 
     101;    lat_min=-30. 
     102;    lat_max=45. 
     103;    correct_nadir_amsu, canal,resol, lon_min, lon_max, lat_min, lat_max 
     104; 
    106105; :History: 
    107106; 
  • trunk/src/correct_nadir_amsu.pro

    r436 r513  
    9494; Using AMSU-A and AMSU-B :: 
    9595; 
    96 ;   IDL> use_amsua=1 
    97 ;   IDL> yyyy=2006 
    98 ;   IDL> mm=8 
    99 ;   IDL> dd=1 
    100 ;   IDL> lon_min=-60. 
    101 ;   IDL> lon_max=50. 
    102 ;   IDL> lat_min=-30. 
    103 ;   IDL> lat_max=45. 
    104 ;   IDL> correct_nadir_amsu, use_amsua, yyyy, mm, dd, lon_min, lon_max, lat_min, lat_max 
     96;    use_amsua=1 
     97;    yyyy=2006 
     98;    mm=8 
     99;    dd=1 
     100;    lon_min=-60. 
     101;    lon_max=50. 
     102;    lat_min=-30. 
     103;    lat_max=45. 
     104;    correct_nadir_amsu, use_amsua, yyyy, mm, dd, lon_min, lon_max, lat_min, lat_max 
    105105; 
    106106; Using AMSU-B only :: 
    107107; 
    108 ;   IDL> use_amsua=0 
    109 ;   IDL> yyyy=2006 
    110 ;   IDL> mm=8 
    111 ;   IDL> dd=1 
    112 ;   IDL> lon_min=-60. 
    113 ;   IDL> lon_max=50. 
    114 ;   IDL> lat_min=-30. 
    115 ;   IDL> lat_max=45. 
    116 ;   IDL> correct_nadir_amsu, use_amsua, yyyy, mm, dd, lon_min, lon_max, lat_min, lat_max 
     108;    use_amsua=0 
     109;    yyyy=2006 
     110;    mm=8 
     111;    dd=1 
     112;    lon_min=-60. 
     113;    lon_max=50. 
     114;    lat_min=-30. 
     115;    lat_max=45. 
     116;    correct_nadir_amsu, use_amsua, yyyy, mm, dd, lon_min, lon_max, lat_min, lat_max 
    117117; 
    118118; :History: 
  • trunk/src/create_amsu_netcdf.pro

    r337 r513  
    2424; :: 
    2525; 
    26 ;   IDL> file_ncdf='ginette.nc' 
    27 ;   IDL> yyyy=2006 
    28 ;   IDL> mm=1 
    29 ;   IDL> dd=20 
    30 ;   IDL> hh=11 
    31 ;   IDL> mn=30 
    32 ;   IDL> ss=30 
    33 ;   IDL> lons=findgen(10)-10 
    34 ;   IDL> lats=findgen(10)+20 
    35 ;   IDL> datatab=findgen(10,10) 
    36 ;   IDL> masktab=findgen(10,10) 
    37 ;   IDL> create_amsu_netcdf, file_ncdf, yyyy, mm, dd, hh, mn, ss, lons, lats, datatab, masktab 
     26;   file_ncdf='ginette.nc' 
     27;   yyyy=2006 
     28;   mm=1 
     29;   dd=20 
     30;   hh=11 
     31;   mn=30 
     32;   ss=30 
     33;   lons=findgen(10)-10 
     34;   lats=findgen(10)+20 
     35;   datatab=findgen(10,10) 
     36;   masktab=findgen(10,10) 
     37;   create_amsu_netcdf, file_ncdf, yyyy, mm, dd, hh, mn, ss, lons, lats, datatab, masktab 
    3838; 
    3939; TODO 
  • trunk/src/define_amsua_header_struct.pro

    r337 r513  
    2626; :: 
    2727; 
    28 ;   IDL> define_amsua_header_struct 
     28;    define_amsua_header_struct 
    2929; 
    3030; :History: 
  • trunk/src/define_amsua_struct.pro

    r337 r513  
    3131; :: 
    3232; 
    33 ;   IDL> define_amsua_header_struct 
    34 ;   IDL> define_amsua_struct, one_scana, flag1 
    35 ;   IDL> print, one_scana 
    36 ;   IDL> print, flag1 
     33;    define_amsua_header_struct 
     34;    define_amsua_struct, one_scana, flag1 
     35;    print, one_scana 
     36;    print, flag1 
    3737; 
    3838; :History: 
  • trunk/src/define_amsub_header_struct.pro

    r337 r513  
    2727; :: 
    2828; 
    29 ;   IDL> define_amsub_header_struct 
     29;    define_amsub_header_struct 
    3030; 
    3131; :History: 
  • trunk/src/define_amsub_struct.pro

    r337 r513  
    2222; :: 
    2323; 
    24 ;   IDL> define_amsub_header_struct 
    25 ;   IDL> define_amsub_struct, one_scanb, flag2 
    26 ;   IDL> print, one_scanb 
    27 ;   IDL> print, flag2 
     24;    define_amsub_header_struct 
     25;    define_amsub_struct, one_scanb, flag2 
     26;    print, one_scanb 
     27;    print, flag2 
    2828; 
    2929; :History: 
  • trunk/src/extract_amsua.pro

    r512 r513  
    259259; 
    260260;     It was ok when path as /bdd/AMSU-1C/AMSUAN15/L1C/2006/2006_07_28/:: 
    261 ;     IDL> c='/bdd/AMSU-1C/AMSUAN15/L1C/2006/2006_07_28/NSS.AMAX.NK.D06209.S1323.E1455.B4266162.GC.L1C' 
    262 ;     IDL> b=strmid(c,51) 
    263 ;     IDL> print, b 
    264 ;     IDL> NK.D06209.S1323.E1455.B4266162.GC.L1C 
     261; 
     262;      c='/bdd/AMSU-1C/AMSUAN15/L1C/2006/2006_07_28/NSS.AMAX.NK.D06209.S1323.E1455.B4266162.GC.L1C' 
     263;      b=strmid(c,51) 
     264;      print, b 
     265;      NK.D06209.S1323.E1455.B4266162.GC.L1C 
    265266; 
    266267;     but now path can be anything (PROJECT_ID environment variable) 
  • trunk/src/figure01.pro

    r337 r513  
    3333; :: 
    3434; 
    35 ;   IDL> figure01 
     35;    figure01 
    3636; 
    3737; :History: 
  • trunk/src/figure02.pro

    r337 r513  
    3535; :: 
    3636; 
    37 ;   IDL> figure02 
     37;    figure02 
    3838; 
    3939; :History: 
  • trunk/src/figure03.pro

    r337 r513  
    3535; :: 
    3636; 
    37 ;   IDL> figure03 
     37;    figure03 
    3838; 
    3939; :History: 
  • trunk/src/figure04.pro

    r337 r513  
    3535; :: 
    3636; 
    37 ;   IDL> figure04 
     37;    figure04 
    3838; 
    3939; :History: 
  • trunk/src/figure05.pro

    r337 r513  
    3535; :: 
    3636; 
    37 ;   IDL> figure05 
     37;    figure05 
    3838; 
    3939; :History: 
  • trunk/src/figure06.pro

    r337 r513  
    3535; :: 
    3636; 
    37 ;   IDL> figure06 
     37;    figure06 
    3838; 
    3939; :History: 
  • trunk/src/figure07.pro

    r337 r513  
    3232; :: 
    3333; 
    34 ;   IDL> figure07 
     34;    figure07 
    3535; 
    3636; :History: 
  • trunk/src/figure08.pro

    r337 r513  
    4040; :: 
    4141; 
    42 ;   IDL> figure08 
     42;    figure08 
    4343; 
    4444; :History: 
  • trunk/src/figure09.pro

    r337 r513  
    3939; :: 
    4040; 
    41 ;   IDL> figure09 
     41;    figure09 
    4242; 
    4343; :History: 
  • trunk/src/figure11.pro

    r337 r513  
    3939; 
    4040; 
    41 ;   IDL> figure11 
     41;    figure11 
    4242; 
    4343; :History: 
  • trunk/src/figure12.pro

    r337 r513  
    3535; :: 
    3636; 
    37 ;   IDL> figure12 
     37;    figure12 
    3838; 
    3939; :History: 
  • trunk/src/figure13.pro

    r337 r513  
    3737; :: 
    3838; 
    39 ;   IDL> figure13 
     39;    figure13 
    4040; 
    4141; :History: 
  • trunk/src/figure14.pro

    r337 r513  
    3737; :: 
    3838; 
    39 ;   IDL> figure14 
     39;    figure14 
    4040; 
    4141; :History: 
  • trunk/src/forout.pro

    r337 r513  
    4242; To prepare the production of :file:`${PROJECT_OD}/figure08.png`:: 
    4343; 
    44 ;   IDL> fullfilename_out=forout('figure08.png',/OVERWRITE) 
    45 ;   IDL> print, fullfilename_out 
     44;    fullfilename_out=forout('figure08.png',/OVERWRITE) 
     45;    print, fullfilename_out 
    4646;   /usr/temp/fplod/varamma_d/figure08.png 
    4747; 
    4848; If asked an other time without /OVERWRITE, the file is not anymore writable:: 
    4949; 
    50 ;   IDL> fullfilename_out=forout('figure08.png') 
    51 ;   IDL> print, fullfilename_out 
     50;    fullfilename_out=forout('figure08.png') 
     51;    print, fullfilename_out 
    5252;   -1 
    5353; 
  • trunk/src/hovmuller.pro

    r349 r513  
    110110; To plot AMSU a4 hovmuller latitude plot according to :file:`${PROJECT_ID}/a4.an2006.nc` between 2006040101 and 20061031 and produce a PNG file:: 
    111111; 
    112 ;   IDL> hovmuller, 'AMSU', 'a4', timebox=[20060401L,20061031L], AXE='latitude', ubox=[-30.,+40.,-30.,45.] 
     112;    hovmuller, 'AMSU', 'a4', timebox=[20060401L,20061031L], AXE='latitude', ubox=[-30.,+40.,-30.,45.] 
    113113; 
    114114; To plot AMSU a4 and a5 hovmuller latitude plots according to :file:`${PROJECT_ID}/a[45].an2006.nc` between 2006040101 and 20061031 on the same figure:: 
    115115; 
    116 ;   IDL> hovmuller, 'AMSU', 'a4', timebox=[20060401L,20061031L], AXE='latitude', ubox=[-30.,+40.,-30.,45.], /nosave, small=[2,1,1] 
    117 ;   IDL> hovmuller, 'AMSU', 'a5', timebox=[20060401L,20061031L], AXE='latitude', ubox=[-30.,+40.,-30.,45.], /noerase, /nocolorbar,small=[2,1,2] 
     116;    hovmuller, 'AMSU', 'a4', timebox=[20060401L,20061031L], AXE='latitude', ubox=[-30.,+40.,-30.,45.], /nosave, small=[2,1,1] 
     117;    hovmuller, 'AMSU', 'a5', timebox=[20060401L,20061031L], AXE='latitude', ubox=[-30.,+40.,-30.,45.], /noerase, /nocolorbar,small=[2,1,2] 
    118118; 
    119119; ++ les deux dessins n'occupent pas la même taille. 
     
    121121; To plot OLR hovmuller latitude plot according to :file:`${PROJECT_ID}/olr.day.mean_2006_ng.nc` between 2006040101 and 20061031 and produce a PNG file name:: 
    122122; 
    123 ;   IDL> hovmuller, 'OLR', 'n.a.', timebox=[20060401L,20061031L], AXE='latitude', ubox=[-30.,+40.,-30.,45.] 
     123;    hovmuller, 'OLR', 'n.a.', timebox=[20060401L,20061031L], AXE='latitude', ubox=[-30.,+40.,-30.,45.] 
    124124; 
    125125; To plot OLR hovmuller longitude plot according to :file:`${PROJECT_ID}/olr.day.mean_2006_ng.nc` between 2006040101 and 20061031 and produce a PNG file:: 
    126126; 
    127 ;   IDL> hovmuller, 'OLR', 'n.a', timebox=[20060401L,20061031L], AXE='longitude', ubox=[-30.,+40.,-30.,45.] 
     127;    hovmuller, 'OLR', 'n.a', timebox=[20060401L,20061031L], AXE='longitude', ubox=[-30.,+40.,-30.,45.] 
    128128; 
    129129; To plot AMSU a4 hovmuller latitude plot climatology and produce a PNG file:: 
    130130; 
    131 ;   IDL> hovmuller, 'AMSU', 'a4', timebox=[00000401L,00001031L], DATASETTYPE='varamma_t3', AXE='latitude', ubox=[-30.,+40.,-30.,45.] 
    132 ;   IDL> hovmuller, 'AMSU', 'a5', timebox=[00000401L,00001031L], DATASETTYPE='varamma_t3', AXE='latitude', ubox=[-30.,+40.,-30.,45.] 
     131;    hovmuller, 'AMSU', 'a4', timebox=[00000401L,00001031L], DATASETTYPE='varamma_t3', AXE='latitude', ubox=[-30.,+40.,-30.,45.] 
     132;    hovmuller, 'AMSU', 'a5', timebox=[00000401L,00001031L], DATASETTYPE='varamma_t3', AXE='latitude', ubox=[-30.,+40.,-30.,45.] 
    133133; 
    134134; :History: 
  • trunk/src/interpol_correc.pro

    r510 r513  
    5252; :: 
    5353; 
    54 ;   IDL> interpol_correc,cor_lb,cor_sb 
    55 ;   IDL> print, cor_lb 
    56 ;   IDL> print, cor_sb 
     54;    interpol_correc,cor_lb,cor_sb 
     55;    print, cor_lb 
     56;    print, cor_sb 
    5757; 
    5858; 
  • trunk/src/map_amab.pro

    r337 r513  
    3838; :: 
    3939; 
    40 ;   IDL> use_amsua=0 
    41 ;   IDL> use_amsub=1 
    42 ;   IDL> amafile=project_id_env+"/AMSUAN15/L1C/2006/2006_08_01/NSS.AMAX.NK.D06213.S0110.E0255.B4271112.GC.L1C" 
    43 ;   IDL> ambfile=project_id_env+"/AMSUBN15/L1C/2006/2006_08_01/NSS.AMBX.NK.D06213.S0110.E0255.B4271112.GC.L1C" 
    44 ;   IDL> lon_min=-60. 
    45 ;   IDL> lon_max=50 
    46 ;   IDL> lat_min=-30 
    47 ;   IDL> lat_max=45 
    48 ;   IDL> map_amab, use_amsua, use_amsub, amafile,ambfile,dam,jour_ama,flagg,lon_min,lon_max,lat_min,lat_max 
    49 ;   IDL> print, dam 
    50 ;   IDL> print, jour_ama 
    51 ;   IDL> print, flagg 
     40;    use_amsua=0 
     41;    use_amsub=1 
     42;    amafile=project_id_env+"/AMSUAN15/L1C/2006/2006_08_01/NSS.AMAX.NK.D06213.S0110.E0255.B4271112.GC.L1C" 
     43;    ambfile=project_id_env+"/AMSUBN15/L1C/2006/2006_08_01/NSS.AMBX.NK.D06213.S0110.E0255.B4271112.GC.L1C" 
     44;    lon_min=-60. 
     45;    lon_max=50 
     46;    lat_min=-30 
     47;    lat_max=45 
     48;    map_amab, use_amsua, use_amsub, amafile,ambfile,dam,jour_ama,flagg,lon_min,lon_max,lat_min,lat_max 
     49;    print, dam 
     50;    print, jour_ama 
     51;    print, flagg 
    5252; 
    5353; :History: 
  • trunk/src/paper01.pro

    r363 r513  
    7474; :: 
    7575; 
    76 ;   IDL> paper01 
     76;    paper01 
    7777; 
    7878; :History: 
  • trunk/src/pixelsize.pro

    r413 r513  
    3232; :: 
    3333; 
    34 ;   IDL> pixelsize, swatha, swathb, tracka, trackb 
     34;    pixelsize, swatha, swathb, tracka, trackb 
    3535; 
    3636; TODO 
  • trunk/src/project_init.pro

    r337 r513  
    1414; It ++:: 
    1515; 
    16 ;   $ idl -startupfile project_init.pro 
    17 ; 
    18 ; or:: 
    19 ;   $ idl -IDL_STARTUP project_init.pro 
     16;   idl -startupfile project_init.pro 
    2017; 
    2118; or:: 
    2219; 
    23 ;  $ IDL 
    24 ;  IDL> @project_init 
     20;   idl -IDL_STARTUP project_init.pro 
     21; 
     22; or:: 
     23; 
     24;   idl 
     25;   @project_init 
    2526; 
    2627; 
  • trunk/src/read_amsua1c.pro

    r337 r513  
    2626; :: 
    2727; 
    28 ;   IDL> filename=++ 
    29 ;   IDL> flag1=++ 
    30 ;   IDL> read_amsua1c, filename, flag1 
     28;    filename=++ 
     29;    flag1=++ 
     30;    read_amsua1c, filename, flag1 
    3131; 
    3232; :History: 
  • trunk/src/read_amsub1c.pro

    r337 r513  
    3030; :: 
    3131; 
    32 ;   IDL>  
     32;     
    3333; 
    3434; :History: 
  • trunk/src/read_regular_grid.pro

    r339 r513  
    2121; :: 
    2222; 
    23 ;   IDL> file_ncdf=project_id_env + '/MSG/2006/08/01/200608010000_msg-tb108_map_15min.nc' 
    24 ;   IDL> reggrid=read_regular_grid(file_ncdf) 
    25 ;   IDL> help, reggrid,/structure 
     23;    file_ncdf=project_id_env + '/MSG/2006/08/01/200608010000_msg-tb108_map_15min.nc' 
     24;    reggrid=read_regular_grid(file_ncdf) 
     25;    help, reggrid,/structure 
    2626;   ** Structure <154a3bf8>, 2 tags, length=29696, data length=29696, refs=1: 
    2727;      LON             DOUBLE    Array[1856] 
     
    3030; or:: 
    3131; 
    32 ;   IDL> file_ncdf=project_id_env + '/MSG/2006/06/01/msg_IR108_20060601.nc' 
    33 ;   IDL> reggrid=read_regular_grid(file_ncdf) 
    34 ;   IDL> help, reggrid,/structure 
     32;    file_ncdf=project_id_env + '/MSG/2006/06/01/msg_IR108_20060601.nc' 
     33;    reggrid=read_regular_grid(file_ncdf) 
     34;    help, reggrid,/structure 
    3535;   ** Structure <1548f7d8>, 2 tags, length=6008, data length=6008, refs=1: 
    3636;      LON             FLOAT     Array[834] 
  • trunk/src/read_rt_file.pro

    r337 r513  
    2121; To load ID memory with TRMM global data of 2010010100:: 
    2222; 
    23 ;   $ wget --no-verbose -P ${PROJECT_ID} ftp://trmmopen.gsfc.nasa.gov/pub/merged/combinedMicro/3B40RT.2010010100.6.bin.gz 
    24 ;   $ idl 
    25 ;   IDL> .run read_rt_file 
    26 ;   IDL> read_3B4XRT, project_id_env + '/3B40RT.2010010100.6.bin', data 
    27 ;   IDL> help, data, /struct      
     23;   wget --no-verbose -P ${PROJECT_ID} ftp://trmmopen.gsfc.nasa.gov/pub/merged/combinedMicro/3B40RT.2010010100.6.bin.gz 
     24;   idl 
     25;    .run read_rt_file 
     26;    read_3B4XRT, project_id_env + '/3B40RT.2010010100.6.bin', data 
     27;    help, data, /struct      
    2828; 
    2929; 
  • trunk/src/routineCanalHD.pro

    r337 r513  
    2727; :: 
    2828; 
    29 ;   IDL>  
     29;     
    3030; 
    3131; :History: 
  • trunk/src/serieamsu.pro

    r337 r513  
    2525; :: 
    2626; 
    27 ;   IDL> serieamsu 
     27;    serieamsu 
    2828; 
    2929; :History: 
  • trunk/src/serietempecm.pro

    r337 r513  
    2929; :: 
    3030; 
    31 ;   IDL> serietempecm 
     31;    serietempecm 
    3232; 
    3333; :History: 
  • trunk/src/ssminuage.pro

    r349 r513  
    1919; :: 
    2020; 
    21 IDL> ssminuage 
     21 ssminuage 
    2222; 
    2323; SEE ALSO 
  • trunk/src/testts.pro

    r337 r513  
    3030; :: 
    3131; 
    32 ;   IDL> testts 
     32;    testts 
    3333; 
    3434; :History: 
  • trunk/src/timeserie.pro

    r363 r513  
    9191; :: 
    9292; 
    93 ;   IDL> timeserie, 'AMSU', 'a4', ubox=[-10.,+5.,-30.,45.] 
     93;    timeserie, 'AMSU', 'a4', ubox=[-10.,+5.,-30.,45.] 
    9494; 
    9595; To plot OLR climatology 
     
    9797; :: 
    9898; 
    99 ;   IDL> timeserie, 'OLR', 'n.a.', ubox=[-10.,+5.,-30.,45.] 
     99;    timeserie, 'OLR', 'n.a.', ubox=[-10.,+5.,-30.,45.] 
    100100; 
    101101; :History: 
  • trunk/src/traite_amsuab.sh

    r501 r513  
    5252# 
    5353#           amsu_t1 [shape=ellipse,fontname=Courier,label="${PROJECT_ID}/AMSU/AMSU*/L1C/yyyy/yyyy_mm_dd/*.L1C"]; 
    54 #           amsu_a_cor_land [shape=diamond,fontname=Courier,label="${PROJECT}/src/dataref_amsu/CORR_LAND_AMSUA_JUIL2006.DAT"]; 
    55 #           amsu_a_cor_sea [shape=diamond,fontname=Courier,label="${PROJECT}/src/dataref_amsu/CORR_SEA_AMSUA_JUIL2006.DAT"]; 
    56 #           amsu_b_cor_land [shape=diamond,fontname=Courier,label="${PROJECT}/src/dataref_amsu/CORR_LAND_AMSUB_JUIL2006.DAT"]; 
    57 #           amsu_b_cor_sea [shape=diamond,fontname=Courier,label="${PROJECT}/src/dataref_amsu/CORR_SEA_AMSUB_JUIL2006.DAT"]; 
     54#           amsu_a_cor_land [shape=diamond,fontname=Courier,label="${PROJECT}/src/dataref_amsu/CORR_LAND_AMSUA5_DataFromJune2010_40deg.DAT"]; 
     55#           amsu_a_cor_sea [shape=diamond,fontname=Courier,label="${PROJECT}/src/dataref_amsu/CORR_SEA_AMSUA5_DataFromJune2010_40deg.DA"]; 
    5856#           amsu_t2 [shape=ellipse,fontname=Courier,label="${PROJECT_ID}/yyyy/mm/amsua_amsub_yyyymmdd_geomin_geomax.dat"]; 
    5957#           amsu_t3 [shape=ellipse,fontname=Courier,label="${PROJECT_ID}/yyyy/mm/amsua_amsub_yyyymmdd_geomin_geomax_nadir.dat"]; 
     
    6967#           label="${PROJECT}/src/traite_amsuab.sh"]; 
    7068# 
    71 #           {amsu_t1 amsu_a_cor_land amsu_a_cor_sea amsu_b_cor_land amsu_b_cor_sea mask} -> {traite_amsuab} -> {log amsu_t2 amsu_t3 amsu_t4} 
     69#           {amsu_t1 amsu_a_cor_land amsu_a_cor_sea mask} -> {traite_amsuab} -> {log amsu_t2 amsu_t3 amsu_t4} 
    7270# 
    7371#         } 
Note: See TracChangeset for help on using the changeset viewer.