Changeset 184 for trunk/SRC


Ignore:
Timestamp:
12/09/09 18:21:37 (14 years ago)
Author:
pinsard
Message:

test data are now available on LOCEAN network

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/xmldoc/how_to_use_post_it.pro

    r179 r184  
    77; IDL> \@init 
    88; IDL> how_to_use_post_it 
    9 ; +++ 
    10 ;     Looking for /home2/mkdlod/database/2L24_100y_*_grid_T.nc ... 
    11 ; ls: cannot access /home2/mkdlod/database/2L24_100y_*_grid_T.nc: No such file or directory 
    12 ;      -> 1 file(s) found for date1 1860 and date2 1860: 
    13 ;        
    14  
    15 ;   *** File missing or 
    16 ;   *** Wrong definition for database:  
    17 ; % Stop encountered: SEARCH_TIME_FILE   90 /usr/lodyc/incas/fplod/post_it_ws/procs/search_time_file.pro 
    189;  
    1910; @uses 
     
    2213; 
    2314; @todo 
     15; out_ps vs psdir (saxo) 
     16;  
     17; make it run : now no error message but no image ! 
    2418; 
    25 ; trouver les fichiers de référence 
    26 ;  
    2719; @history 
    2820; 
     21; - fplod 20091209T155201Z aedon.locean-ipsl.upmc.fr (Darwin) 
     22; 
     23;   * les fichiers dont Michel s'est servi pour les tests sont maintenant 
     24;     sous /usr/zeus/varclim/ericg/home2_mklod_database (action EG ce jour) 
     25;  
    2926; - fplod 20091208T092521Z aedon.locean-ipsl.upmc.fr (Darwin) 
    3027; 
     
    3936  compile_opt idl2, strictarrsubs 
    4037; 
    41 ; 
    4238@common 
    4339@com_eg 
     
    4844; 
    4945data_base_list = [ $ 
    50 'ncdf_db = local:/home2/mkdlod/database/', $ 
     46'ncdf_db = local:/usr/zeus/varclim/ericg/home2_mklod_database', $ 
    5147'MRI_db = local:/home2/mkdlod/ERIC-LSCE/database/IPCC/', $ 
    5248' '] 
     
    5450other_file = '-' 
    5551 
     52out_ps='./' 
    5653out_all='-' 
    5754; 
     55;   var      on exp  grid  plt       timeave date1        spec         disp proj out 
    5856cmdline = [ $ 
    59                 ; var on exp grid plt timeave date1 spec disp proj out 
    60 ;++                'sohtc300 1  2L24 T  xy 100y  1860  -  1  1  v', $ 
    61 ;++'precip 1  2L24 lmdzl xt_pac_eq 1mm    01_1860-1959 12_1860-1959 2P   1    v', $ 
    62 ;++'topl   0  2L24 lmdzl xt_pac_eq 1mm    01_1860-1959 12_1860-1959 1    1    v', $ 
    63 'precip  1  NCEP ncpt62 xy  58y     1948   -      1    1    v', $ 
    64                 'lastline 0' ] 
     57  'precip  1  NCEP ncpt62 xy  58y     1948   -      1    1    v' $ 
     58; , 'sohtc300 1  2L24 T     xy        100y    1860         -            1    1    v' $ 
     59; , 'precip 1  2L24 lmdzl xt_pac_eq 1mm     01_1860-1959 12_1860-1959 2P   1    v' $ 
     60] 
     61; 
     62;++'topl   0  2L24 lmdzl xt_pac_eq 1mm     01_1860-1959 12_1860-1959 1    1    v' $ 
     63;                'lastline 0' ] 
    6564; 
    6665; Execute plot(s) 
Note: See TracChangeset for help on using the changeset viewer.