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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/XIOS_DEV_CMIP6/src/object_template_decl.cpp

    r1301 r1314  
    2929  template class CObjectTemplate<CReduceDomainToScalar>; 
    3030  template class CObjectTemplate<CTemporalSplitting>; 
     31  template class CObjectTemplate<CDuplicateScalarToAxis>; 
     32  template class CObjectTemplate<CReduceScalarToScalar>; 
    3133 
    3234  template class CObjectTemplate<CContextGroup>; 
     
    5355  template class CObjectTemplate<CReduceDomainToScalarGroup>; 
    5456  template class CObjectTemplate<CTemporalSplittingGroup>; 
     57  template class CObjectTemplate<CDuplicateScalarToAxisGroup>; 
     58  template class CObjectTemplate<CReduceScalarToScalarGroup>; 
     59 
    5560} 
Note: See TracChangeset for help on using the changeset viewer.