source: XIOS/dev/dev_ym/XIOS_COUPLING/src/config/reduce_axis_to_scalar_attribute.conf @ 2291

Last change on this file since 2291 was 2291, checked in by ymipsl, 2 years ago

Improve reduction transformation

  • make the difference between reduction over geometry or reduction between process.
  • geometrical reduction :

domain -> axis
axis -> scalar
domain -> scalar

  • reduction across processes for redondant geometrical cell :

axis -> axis
scalar -> scalar

Reduction can be local (only for the geometrical cell owned by current process) or global, using the "local" attribute (bool) over the reduction.

YM

File size: 83 bytes
Line 
1DECLARE_ENUM4(operation, min, max, sum, average)
2DECLARE_ATTRIBUTE(bool, local)
3
4
5
Note: See TracBrowser for help on using the repository browser.