Ignore:
Timestamp:
05/02/06 14:59:12 (18 years ago)
Author:
pinsard
Message:

upgrade of CALCULS according to cerbere.lodyc.jussieu.fr: /usr/home/smasson/SAXO_RD/ : files

File:
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/ToBeReviewed/CALCULS/level2depth.pro

    r23 r25  
    4545;------------------------------------------------------------ 
    4646   niveaux = litchamp(tab) 
    47    grille,mask,glam,gphi,gdep,nx,ny,nz,premierx,premiery,premierz,dernierx,derniery,dernierz 
     47   grille,mask, -1, -1,gdep,nx,ny,nz,firstx,firsty,firstz,lastx,lasty,lastz 
    4848;--------------------------------------------------------------- 
    4949; verification de la coherence entre la taille du tableau et le domaine definit par domdef 
     
    5252   if taille[0] NE 2 then return, report('le champ en entree doit contenir un tableau 2d') 
    5353   case 1 of 
    54       taille[1] eq jpi and taille[2] eq jpj:niveaux=niveaux[premierx:dernierx, premiery:derniery] 
     54      taille[1] eq jpi and taille[2] eq jpj:niveaux=niveaux[firstx:lastx, firsty:lasty] 
    5555      taille[1] eq  nx and taille[2] eq  ny: 
    5656      else:return, report('Probleme d''adequation entre les tailles du domaine et celle du champ.') 
Note: See TracChangeset for help on using the changeset viewer.