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

Last change on this file since 1314 was 1314, checked in by ymipsl, 6 years ago

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

  • Property copyright set to
    Software name : XIOS (Xml I/O Server)
    http://forge.ipsl.jussieu.fr/ioserver
    Creation date : January 2009
    Licence : CeCCIL version2
    see license file in root directory : Licence_CeCILL_V2-en.txt
    or http://www.cecill.info/licences/Licence_CeCILL_V2-en.html
    Holder : CEA/LSCE (Laboratoire des Sciences du CLimat et de l'Environnement)
    CNRS/IPSL (Institut Pierre Simon Laplace)
    Project Manager : Yann Meurdesoif
    yann.meurdesoif@cea.fr
  • Property svn:executable set to *
File size: 3.0 KB
RevLine 
[591]1#ifdef __XIOS_CAxis__
[219]2   DECLARE_NODE(Axis  , axis  )
[591]3#endif //__XIOS_CAxis__
[219]4
[591]5#ifdef __XIOS_CDomain__
[219]6   DECLARE_NODE(Domain, domain)
[591]7#endif //__XIOS_CDomain__
[219]8
[591]9#ifdef __XIOS_CField__
[219]10   DECLARE_NODE(Field , field )
[591]11#endif //__XIOS_CField__
[219]12
[591]13#ifdef __XIOS_CFile__
[219]14   DECLARE_NODE(File  , file  )
[591]15#endif //__XIOS_CFile__
[219]16
[591]17#ifdef __XIOS_CGrid__
[219]18   DECLARE_NODE(Grid  , grid  )
[591]19#endif //__XIOS_CGrid__
[219]20
[591]21//#ifdef __XIOS_CMethod__
[268]22//   DECLARE_NODE(Method, method)
[591]23//#endif //__XIOS_CMethod__
[219]24
[591]25#ifdef __XIOS_CVariable__
[268]26   DECLARE_NODE(Variable, variable)
[591]27#endif //__XIOS_CVariable__
[219]28
[591]29#ifdef __XIOS_CCalendarWrapper__
[549]30   DECLARE_NODE(CalendarWrapper, calendarwrapper)
[591]31#endif //__XIOS_CCalendarWrapper__
[549]32
[621]33#ifdef __XIOS_CInverseAxis__
34   DECLARE_NODE(InverseAxis, inverse_axis)
35#endif //__XIOS_CInverseAxis__
[619]36
[621]37#ifdef __XIOS_CZoomAxis__
38   DECLARE_NODE(ZoomAxis, zoom_axis)
39#endif //__XIOS_CZoomAxis__
40
[630]41#ifdef __XIOS_CInterpolateAxis__
42   DECLARE_NODE(InterpolateAxis, interpolate_axis)
43#endif //__XIOS_CInterpolateAxis__
44
[631]45#ifdef __XIOS_CZoomDomain__
46   DECLARE_NODE(ZoomDomain, zoom_domain)
47#endif //__XIOS_CZoomDomain__
48
[689]49#ifdef __XIOS_CInterpolateDomain__
50   DECLARE_NODE(InterpolateDomain, interpolate_domain)
51#endif //__XIOS_CInterpolateDomain__
[657]52
[687]53#ifdef __XIOS_CGenerateRectilinearDomain__
54   DECLARE_NODE(GenerateRectilinearDomain, generate_rectilinear_domain)
55#endif //__XIOS_CGenerateRectilinearDomain__
56
[887]57#ifdef __XIOS_CScalar__
58   DECLARE_NODE(Scalar, scalar)
59#endif //__XIOS_CScalar__
[687]60
[888]61#ifdef __XIOS_CReduceAxisToScalar__
62   DECLARE_NODE(ReduceAxisToScalar, reduce_axis)
63#endif //__XIOS_CReduceAxisToScalar__
64
[895]65#ifdef __XIOS_CReduceDomainToAxis__
66   DECLARE_NODE(ReduceDomainToAxis, reduce_domain)
67#endif //__XIOS_CReduceDomainToAxis__
68
[1301]69#ifdef __XIOS_CReduceAxisToAxis__
[1314]70   DECLARE_NODE(ReduceAxisToAxis, reduce_axis_to_axis)
[1301]71#endif //__XIOS_CReduceAxisToAxis__
72
[895]73#ifdef __XIOS_CExtractDomainToAxis__
74   DECLARE_NODE(ExtractDomainToAxis, extract_domain)
75#endif //__XIOS_CExtractDomainToAxis__
76
[934]77#ifdef __XIOS_CComputeConnectivityDomain__
78   DECLARE_NODE(ComputeConnectivityDomain, compute_connectivity_domain)
79#endif //__XIOS_CComputeConnectivityDomain__
80
[935]81#ifdef __XIOS_CExpandDomain__
82   DECLARE_NODE(ExpandDomain, expand_domain)
83#endif //__XIOS_CExpandDomain__
[934]84
[960]85#ifdef __XIOS_CExtractAxisToScalar__
86   DECLARE_NODE(ExtractAxisToScalar, extract_axis)
87#endif //__XIOS_CExtractAxisToScalar__
88
[976]89#ifdef __XIOS_CReduceDomainToScalar__
90   DECLARE_NODE(ReduceDomainToScalar, reduce_domain_to_scalar)
91#endif //__XIOS_CReduceDomainToScalar__
92
[1275]93#ifdef __XIOS_CTemporalSplitting__
94   DECLARE_NODE(TemporalSplitting, temporal_splitting)
95#endif //__XIOS_CTemporalSplitting__
96
[1314]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
[591]105#ifdef __XIOS_CContext__
[219]106   DECLARE_NODE_PAR(Context, context)
[591]107#endif //__XIOS_CContext__
[219]108
109#undef DECLARE_NODE
110#undef DECLARE_NODE_PAR
Note: See TracBrowser for help on using the repository browser.