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

Last change on this file since 1314 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
Line 
1DECLARE_ENUM4(operation, min, max, sum, average)
2
3/* Direction to apply operation (i, j) */
4DECLARE_ENUM2(direction,  iDir, jDir)
5DECLARE_ATTRIBUTE(bool, local)
Note: See TracBrowser for help on using the repository browser.