source: XIOS/dev/XIOS_DEV_CMIP6/src/config/reduce_domain_to_axis_attribute.conf @ 1313

Last change on this file since 1313 was 1299, checked in by ymipsl, 7 years ago

Add new attribute "local" in reduce_domain_to_axis transformation :

  • "local" mean that the reduction is apply locally ie only on current process.

YM

File size: 161 bytes
RevLine 
[980]1DECLARE_ENUM4(operation, min, max, sum, average)
[895]2
3/* Direction to apply operation (i, j) */
[938]4DECLARE_ENUM2(direction,  iDir, jDir)
[1299]5DECLARE_ATTRIBUTE(bool, local)
Note: See TracBrowser for help on using the repository browser.