Changeset 493 for trunk


Ignore:
Timestamp:
02/23/12 11:06:47 (12 years ago)
Author:
lelod
Message:

changements print dans extract et creation plot_amsu

Location:
trunk/src
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/extract_amsua.pro

    r492 r493  
    246246tbmin=100 
    247247tbmax=350 
    248 PRINT, 'debut programme',SYSTIME()  
     248PRINT, 'iii, debut programme extract_amsu',SYSTIME()  
    249249; lecture fichier land - sea (S. Masson) 
    250250file=project_id_env+'/MASK/ETOPO1_Ice_g_gmt4.nc' 
     
    260260; appel au ssprgm qui interpole les fonctions de correction (inutile 
    261261; de l'appeler a chaque fichier....) 
    262  
    263262interpol_correc,numch,nbpixel,cor_l,cor_s,swath,track 
    264  
    265263; ouverture des fichiers liste (annee, mois, jour, tous satellites) pour 
    266264; chaque instrument 
     
    328326 
    329327   jnd=where(amalong[midpix,*] gt lon_min-15 and amalong[midpix,*] lt lon_max+15 and amalati[midpix,*] gt lat_min-15 and amalati[midpix,*] lt lat_max+15 ,nzon) 
     328   print,"iii nb de points dans le domaine geographique ",nzon, SYSTIME() 
    330329   if nzon ne 0 then begin 
    331330      amalat=amalati[*,jnd] 
     
    335334      tt=ttt[jnd] 
    336335      dims = SIZE(amalon, /DIMENSIONS) 
    337       print,'dimension tableaux extraits',dims 
     336     ; print,'dimension tableaux extraits',dims 
    338337      n_scan=dims[1] 
    339       PRINT,'il y a des donnees dans la region ', SYSTIME()  
     338     ; PRINT,'il y a des donnees dans la region '  
    340339      amaday=REFORM(ama_scan.scnlindy) 
    341340      amafov= fovy_1 
     
    442441                  endelse 
    443442               endif else begin 
    444             ;print, 'www : aucun point dans la zone' 
     443            print, 'www : aucun point dans la zone' 
    445444               endelse 
    446445            endif 
     
    476475; fin boucle sur les fichiers lus 
    477476   endif 
    478   ; PRINT,'passage au fichier suivant', SYSTIME()  
     477  PRINT,'passage au fichier suivant', SYSTIME()  
    479478endwhile 
    480479labfile: 
     
    500499 
    501500endif else begin 
    502   ;  print, 'www : no data to write' 
     501    print, 'www : no data to write' 
    503502endelse 
    504503; window,0 
Note: See TracChangeset for help on using the changeset viewer.