source: XIOS/trunk/src/config/node_type.conf @ 619

Last change on this file since 619 was 619, checked in by mhnguyen, 9 years ago

Implementing the first prototype of filter

+) Create new class filter
+) Implement class for specific algorithm
+) Implement inversing algorithm

Test
+) On Curie
+) Grid with one axis: passed

  • 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: 950 bytes
Line 
1#ifdef __XIOS_CAxis__
2   DECLARE_NODE(Axis  , axis  )
3#endif //__XIOS_CAxis__
4
5#ifdef __XIOS_CDomain__
6   DECLARE_NODE(Domain, domain)
7#endif //__XIOS_CDomain__
8
9#ifdef __XIOS_CField__
10   DECLARE_NODE(Field , field )
11#endif //__XIOS_CField__
12
13#ifdef __XIOS_CFile__
14   DECLARE_NODE(File  , file  )
15#endif //__XIOS_CFile__
16
17#ifdef __XIOS_CGrid__
18   DECLARE_NODE(Grid  , grid  )
19#endif //__XIOS_CGrid__
20
21//#ifdef __XIOS_CMethod__
22//   DECLARE_NODE(Method, method)
23//#endif //__XIOS_CMethod__
24
25#ifdef __XIOS_CVariable__
26   DECLARE_NODE(Variable, variable)
27#endif //__XIOS_CVariable__
28
29#ifdef __XIOS_CCalendarWrapper__
30   DECLARE_NODE(CalendarWrapper, calendarwrapper)
31#endif //__XIOS_CCalendarWrapper__
32
33#ifdef __XIOS_CTransformation__
34   DECLARE_NODE(Transformation, transformation)
35#endif //__XIOS_CTransformation__
36
37#ifdef __XIOS_CContext__
38   DECLARE_NODE_PAR(Context, context)
39#endif //__XIOS_CContext__
40
41#undef DECLARE_NODE
42#undef DECLARE_NODE_PAR
Note: See TracBrowser for help on using the repository browser.