Ignore:
Timestamp:
10/24/17 11:27:52 (6 years ago)
Author:
ymipsl
Message:

Add 2 new spatial transformations :

  • reduce_scalar_to_scalar : global reduction between scalar
  • duplicate_scalar_to_axis : a scalar value is duplicated on each level of the axis.

YM

Location:
XIOS/dev/XIOS_DEV_CMIP6/src/config
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/XIOS_DEV_CMIP6/src/config/node_type.conf

    r1301 r1314  
    6868 
    6969#ifdef __XIOS_CReduceAxisToAxis__ 
    70    DECLARE_NODE(ReduceAxisToAxis, reduce_domain) 
     70   DECLARE_NODE(ReduceAxisToAxis, reduce_axis_to_axis) 
    7171#endif //__XIOS_CReduceAxisToAxis__ 
    7272 
     
    9595#endif //__XIOS_CTemporalSplitting__ 
    9696 
     97#ifdef __XIOS_CDuplicateScalarToAxis__ 
     98   DECLARE_NODE(DuplicateScalarToAxis, duplicate_scalar_to_axis) 
     99#endif //__XIOS_CDuplicateScalarToAxis__ 
     100 
     101#ifdef __XIOS_CReduceScalarToScalar__ 
     102   DECLARE_NODE(ReduceScalarToScalar, reduce_scalar_to_scalar) 
     103#endif //__XIOS_CReduceScalarToScalar_ 
     104 
    97105#ifdef __XIOS_CContext__ 
    98106   DECLARE_NODE_PAR(Context, context) 
  • XIOS/dev/XIOS_DEV_CMIP6/src/config/reduce_axis_to_axis_attribute.conf

    r1301 r1314  
    11DECLARE_ENUM4(operation, min, max, sum, average) 
    2  
    3 /* Direction to apply operation (i, j) */ 
    4 DECLARE_ATTRIBUTE(bool, local) 
Note: See TracChangeset for help on using the changeset viewer.