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/type/type_util.hpp

    r1301 r1314  
    5252    class CTemporalSplitting; 
    5353    class CTemporalSplittingGroup; 
    54      
     54    class CDuplicateScalarToAxis; 
     55    class CDuplicateScalarToAxisGroup; 
     56    class CReduceScalarToScalar; 
     57    class CReduceScalarToScalarGroup; 
     58   
    5559  template <typename T> inline string getStrType(void); 
    5660 
     
    120124  macro(CTemporalSplitting) 
    121125  macro(CTemporalSplittingGroup) 
     126  macro(CDuplicateScalarToAxis) 
     127  macro(CDuplicateScalarToAxisGroup) 
     128  macro(CReduceScalarToScalar) 
     129  macro(CReduceScalarToScalarGroup) 
    122130   
    123131#undef macro 
Note: See TracChangeset for help on using the changeset viewer.