Changeset 599 for trunk


Ignore:
Timestamp:
07/23/12 19:41:58 (12 years ago)
Author:
llmlod
Message:

petite modif sur la lecture du nom de fichier

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/amsu2ncdf.pro

    r597 r599  
    147147;geomax = geolocation_to_string_idl(lon_max, lat_max, look,1) 
    148148 
    149 testfilename='/homedata/eymard/varamma_d/AMSU/' $ 
     149file='/homedata/eymard/varamma_d/AMSU/' $ 
    150150   + string(yyyy,format='(I4.4)') + '/' $ 
    151151   + string(mm,format='(I2.2)')   + '/' $ 
     
    155155   + '*.dat' 
    156156;   + geomin + '_' + geomax + '.dat' 
     157 
     158testfilename=FILE_SEARCH(file) 
    157159 
    158160print, testfilename 
     
    197199; arrondi au 0.1 superieur pour lisser un peu mais pas trop 
    198200seuil_lat=CEIL(MAX([dif_bor])/2*10)/10. 
    199 ;print, seuil_lat 
     201print, seuil_lat 
    200202 
    201203;seuil longitude = MAX((difference de longitude sur une ligne)/2) 
     
    206208; arrondi au 0.1 superieur pour lisser un peu mais pas trop 
    207209seuil_lon=CEIL(MAX(dif_lon[WHERE(dif_lon LT 1)])/2*10)/10. 
    208 ;print, seuil_lon 
     210print, seuil_lon 
    209211 
    210212; initialisation 
     
    268270 
    269271 file_ncdf=project_id_env+ 'AMSU/' $ 
    270    + string(yyyy,format='(I4.4)') + '/' $ 
    271    + string(mm,format='(I2.2)')   + '/' $ 
    272272   + numch + '_' $ 
    273273   + string(yyyy,format='(I4.4)') $ 
     
    297297    LATMIN=minlat, LONMIN=minlon, $ 
    298298    LATMAX=maxlat, LONMAX=maxlon, $ 
    299     max_value=280., min_value=241., missing=val_err) 
     299    max_value=280., min_value=235., missing=val_err) 
    300300 
    301301  lewh=where(tabcolor ne val_err, cnt, complement=lewhcmpl) 
     
    316316  MAP_CONTINENTS, /coasts, color=0 
    317317 
    318 saveimage, 'test.png', PNG=PNG 
     318;saveimage, 'test_b3_05.png', PNG=PNG 
    319319;saveimage, '20060802_ficdat_orb2_sajust.png', PNG=PNG 
    320320 
     
    345345   MAP_CONTINENTS, /coasts, color=0 
    346346 
    347 saveimage, 'essai_mask.png', PNG=PNG 
     347;saveimage, 'essai_mask.png', PNG=PNG 
    348348;saveimage, '20060802_mask_orb2_sajust.png', PNG=PNG 
    349349 
Note: See TracChangeset for help on using the changeset viewer.