Ignore:
Timestamp:
11/26/18 10:16:06 (5 years ago)
Author:
ymipsl
Message:

Interpolation : enhancement : you have now the possibility to give computed area to the remaper for better global conservation.

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/extern/remap/src/elt.hpp

    r1158 r1614  
    4848        int n; /* number of vertices */ 
    4949        double area; 
     50  double given_area ; 
    5051        Coord x; /* barycentre */ 
    5152}; 
     
    8081                n    = rhs.n; 
    8182                area = rhs.area; 
     83                given_area = rhs.given_area; 
    8284                x    = rhs.x; 
    8385                val  = rhs.val; 
Note: See TracChangeset for help on using the changeset viewer.