Changeset 117


Ignore:
Timestamp:
06/17/14 16:33:30 (10 years ago)
Author:
kodalazian
Message:

small modif with no impact

Location:
altifloat/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • altifloat/src/floater.d

    r84 r117  
    22defval nlon 87 //nbre de points de grilles en longitude 
    33defval nlat 58 //nbre de points de grilles en latitude 
    4 defval nfloat 1 //nbre de flotteurs 
     4defval nfloat 2 //nbre de flotteurs 
    55 
    66hat_name "floater.h" 
  • altifloat/src/floater_delta.d

    r116 r117  
    1212defval nlon 87 //nbre de points de grilles en longitude 
    1313defval nlat 58 //nbre de points de grilles en latitude 
    14 defval nfloat 1 //nbre de flotteurs max par assim 
     14defval nfloat 2 //nbre de flotteurs max par assim 
    1515 
    1616#ifdef FILTER 
    1717defval K_FILTER //create a define K_FILTER in the source code 
    18 defval OFIL 2 //order of the filter 
     18defval OFIL 2  //order of the filter 
    1919#else 
    2020defval OFIL 0 //Offtime of the main trajectory (0 since there is no filter) 
  • altifloat/src/lapfilu.h

    r108 r117  
    1212         if(Yi==0 || Yi==nlon-1 || Yj==0 || Yj==nlat-1) 
    1313      */ 
    14  
    1514      //Example: a weighted mean 
    1615      YS1=uij + dtfil*mask*(c1*uij + c2*uip1j + c3*uijp1 + c4*uijm1 + c5*uim1j + c6*vij + c7*vip1jm1 + c8*vijm1 + c9*vip1j); 
Note: See TracChangeset for help on using the changeset viewer.