Ignore:
Timestamp:
10/24/17 11:27:52 (7 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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/XIOS_DEV_CMIP6/src/node/node_enum.hpp

    r1301 r1314  
    3535         eExtractAxisToScalar, 
    3636         eReduceDomainToScalar, 
    37          eTemporalSplitting 
    38       } ENodeType; 
     37         eTemporalSplitting, 
     38         eDuplicateScalarToAxis, 
     39         eReduceScalarToScalar 
     40       } ENodeType; 
    3941 
    4042} // namespace xios 
Note: See TracChangeset for help on using the changeset viewer.