Changeset 280


Ignore:
Timestamp:
09/12/07 17:40:51 (17 years ago)
Author:
smasson
Message:

minor modifications

Location:
trunk/SRC
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Commons/cm_general.pro

    r238 r280  
    77; 
    88COMMON directories, homedir, iodir, animdir, psdir, imagedir, myuniquetmpdir 
    9 COMMON key_general, key_performance, key_forgetold, key_vm 
     9COMMON key_general, key_performance, key_forgetold, key_vm, key_gdl 
    1010; 
  • trunk/SRC/ToBeReviewed/GRILLE/domdef.pro

    r268 r280  
    252252      IF (dom[0] EQ -1) THEN BEGIN 
    253253        IF keyword_set(findalways) THEN BEGIN 
    254           ras = report('WARNING, empty T points box... we get the neighnors to define a new box...') 
     254          ras = report('WARNING, empty T points box... we get the neighbors to define a new box...') 
    255255          neig1 = neighbor(lon1, lat1, glamt, gphit, sphere = keyword_set(key_onearth) * keyword_set(key_irregular)) 
    256256          neig2 = neighbor(lon2, lat2, glamt, gphit, sphere = keyword_set(key_onearth) * keyword_set(key_irregular)) 
     
    293293              END 
    294294              ELSE:BEGIN 
    295                 ras = report('WARNING, empty U points box... we get the neighnors to define a new box...') 
     295                ras = report('WARNING, empty U points box... we get the neighbors to define a new box...') 
    296296                neig1 = neighbor(lon1, lat1, glamu, gphiu, sphere = keyword_set(key_onearth) * keyword_set(key_irregular)) 
    297297                neig2 = neighbor(lon2, lat2, glamu, gphiu, sphere = keyword_set(key_onearth) * keyword_set(key_irregular)) 
     
    341341              END 
    342342              ELSE:BEGIN 
    343                 ras = report('WARNING, empty V points box... we get the neighnors to define a new box...') 
     343                ras = report('WARNING, empty V points box... we get the neighbors to define a new box...') 
    344344                neig1 = neighbor(lon1, lat1, glamv, gphiv, sphere = keyword_set(key_onearth) * keyword_set(key_irregular)) 
    345345                neig2 = neighbor(lon2, lat2, glamv, gphiv, sphere = keyword_set(key_onearth) * keyword_set(key_irregular)) 
     
    394394              END 
    395395              ELSE:BEGIN 
    396                 ras = report('WARNING, empty F points box... we get the neighnors to define a new box...') 
     396                ras = report('WARNING, empty F points box... we get the neighbors to define a new box...') 
    397397                neig1 = neighbor(lon1, lat1, glamf, gphif, sphere = keyword_set(key_onearth) * keyword_set(key_irregular)) 
    398398                neig2 = neighbor(lon2, lat2, glamf, gphif, sphere = keyword_set(key_onearth) * keyword_set(key_irregular)) 
     
    501501          IF (dom[0] EQ -1) THEN BEGIN 
    502502            IF keyword_set(findalways) THEN BEGIN 
    503               ras = report('WARNING, empty T points box... we get the neighnors to define a new box...') 
     503              ras = report('WARNING, empty T points box... we get the neighbors to define a new box...') 
    504504              neig1 = neighbor(lon1, lat1, glamt[fstx:lstx, *], gphit[fstx:lstx, *], sphere = keyword_set(key_onearth) * keyword_set(key_irregular)) 
    505505              neig2 = neighbor(lon2, lat2, glamt[fstx:lstx, *], gphit[fstx:lstx, *], sphere = keyword_set(key_onearth) * keyword_set(key_irregular)) 
     
    536536                  END 
    537537                  ELSE:BEGIN 
    538                     ras = report('WARNING, empty U points box... we get the neighnors to define a new box...') 
     538                    ras = report('WARNING, empty U points box... we get the neighbors to define a new box...') 
    539539                    neig1 = neighbor(lon1, lat1, glamu[fstx:lstx, *], gphiu[fstx:lstx, *], sphere = keyword_set(key_onearth) * keyword_set(key_irregular)) 
    540540                    neig2 = neighbor(lon2, lat2, glamu[fstx:lstx, *], gphiu[fstx:lstx, *], sphere = keyword_set(key_onearth) * keyword_set(key_irregular)) 
     
    578578                  END 
    579579                  ELSE:BEGIN 
    580                     ras = report('WARNING, empty V points box... we get the neighnors to define a new box...') 
     580                    ras = report('WARNING, empty V points box... we get the neighbors to define a new box...') 
    581581                    neig1 = neighbor(lon1, lat1, glamv[fstx:lstx, *], gphiv[fstx:lstx, *], sphere = keyword_set(key_onearth) * keyword_set(key_irregular)) 
    582582                    neig2 = neighbor(lon2, lat2, glamv[fstx:lstx, *], gphiv[fstx:lstx, *], sphere = keyword_set(key_onearth) * keyword_set(key_irregular)) 
     
    624624                  END 
    625625                  ELSE:BEGIN 
    626                     ras = report('WARNING, empty F points box... we get the neighnors to define a new box...') 
     626                    ras = report('WARNING, empty F points box... we get the neighbors to define a new box...') 
    627627                    neig1 = neighbor(lon1, lat1, glamf[fstx:lstx, *], gphif[fstx:lstx, *], sphere = keyword_set(key_onearth) * keyword_set(key_irregular)) 
    628628                    neig2 = neighbor(lon2, lat2, glamf[fstx:lstx, *], gphif[fstx:lstx, *], sphere = keyword_set(key_onearth) * keyword_set(key_irregular)) 
     
    669669          IF (dom[0] EQ -1) THEN BEGIN 
    670670            IF keyword_set(findalways) THEN BEGIN 
    671               ras = report('WARNING, empty T points box... we get the neighnors to define a new box...') 
     671              ras = report('WARNING, empty T points box... we get the neighbors to define a new box...') 
    672672              neig1 = neighbor(lon1, lat1, glamt[*, fsty:lsty], gphit[*, fsty:lsty], sphere = keyword_set(key_onearth) * keyword_set(key_irregular)) 
    673673              neig2 = neighbor(lon2, lat2, glamt[*, fsty:lsty], gphit[*, fsty:lsty], sphere = keyword_set(key_onearth) * keyword_set(key_irregular)) 
     
    704704                  END 
    705705                  ELSE:BEGIN 
    706                     ras = report('WARNING, empty U points box... we get the neighnors to define a new box...') 
     706                    ras = report('WARNING, empty U points box... we get the neighbors to define a new box...') 
    707707                    neig1 = neighbor(lon1, lat1, glamu[*, fsty:lsty], gphiu[*, fsty:lsty], sphere = keyword_set(key_onearth) * keyword_set(key_irregular)) 
    708708                    neig2 = neighbor(lon2, lat2, glamu[*, fsty:lsty], gphiu[*, fsty:lsty], sphere = keyword_set(key_onearth) * keyword_set(key_irregular)) 
     
    746746                  END 
    747747                  ELSE:BEGIN 
    748                     ras = report('WARNING, empty V points box... we get the neighnors to define a new box...') 
     748                    ras = report('WARNING, empty V points box... we get the neighbors to define a new box...') 
    749749                    neig1 = neighbor(lon1, lat1, glamv[*, fsty:lsty], gphiv[*, fsty:lsty], sphere = keyword_set(key_onearth) * keyword_set(key_irregular)) 
    750750                    neig2 = neighbor(lon2, lat2, glamv[*, fsty:lsty], gphiv[*, fsty:lsty], sphere = keyword_set(key_onearth) * keyword_set(key_irregular)) 
     
    792792                  END 
    793793                  ELSE:BEGIN 
    794                     ras = report('WARNING, empty F points box... we get the neighnors to define a new box...') 
     794                    ras = report('WARNING, empty F points box... we get the neighbors to define a new box...') 
    795795                    neig1 = neighbor(lon1, lat1, glamf[*, fsty:lsty], gphif[*, fsty:lsty], sphere = keyword_set(key_onearth) * keyword_set(key_irregular)) 
    796796                    neig2 = neighbor(lon2, lat2, glamf[*, fsty:lsty], gphif[*, fsty:lsty], sphere = keyword_set(key_onearth) * keyword_set(key_irregular)) 
  • trunk/SRC/Utilities/find.pro

    r260 r280  
    116116; define where we look for the file 
    117117  cd, current = current 
    118   current = (file_search(current, /test_directory, /mark_directory))[0] 
     118  current = current + path_sep() 
    119119  CASE 1 OF 
    120120    keyword_set(lookalldir):BEGIN 
Note: See TracChangeset for help on using the changeset viewer.