|
YAC 3.12.0
Yet Another Coupler
|
The YAC core library contains all functionallity required for generating weights and doing basic exchanges using them.
It has a low-level C and Fortran interface. The C header file (yac_core.h) is generated automatically during the building process.
YAC provides extensive interpolation capabilities. A description can be found here.
YAC accesses weight and grid files in parallel. The user can provide hints to YAC in form of multiple environment variables, which are evalutated during runtime.
Some information on the implementation of polygon clipping algorithm in YAC can be found here.
The Sphere Partitioning Algorithm is used in YAC for efficiently accessing data defined on the surface of a sphere. A basic description can be found here.