source: XIOS/dev/XIOS_DEV_CMIP6/src/xml_parser_decl.cpp @ 1275

Last change on this file since 1275 was 1275, checked in by ymipsl, 7 years ago

implement diurnal cycle transformation taken as a grid tranformation : scalar -> 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:eol-style set to native
File size: 1.0 KB
RevLine 
[352]1#include "xml_parser_impl.hpp"
2#include "group_template.hpp"
[657]3#include "node_type.hpp"
[352]4
5namespace xios
6{
7  namespace xml
8  {
[462]9    template void CXMLParser::ParseInclude<CContext>(StdIStream & stream, const string& fluxId, CContext& object) ;
[619]10
[352]11 #   define macro(T) \
[462]12    template void CXMLParser::ParseInclude< CGroupTemplate<C##T, C##T##Group, C##T##Attributes> >(StdIStream & stream, const string& fluxId, CGroupTemplate<C##T, C##T##Group, C##T##Attributes>& object) ;
[619]13
14    macro( Context )
15    macro( Axis )
16    macro( Domain )
17    macro( Grid )
18    macro( Field )
19    macro( File )
20    macro( Variable )
[621]21    macro( InverseAxis )
22    macro( ZoomAxis )
[630]23    macro( InterpolateAxis )
[631]24    macro( ZoomDomain )
[689]25    macro( InterpolateDomain )
[687]26    macro( GenerateRectilinearDomain )
[887]27    macro( Scalar )
[888]28    macro( ReduceAxisToScalar )
[895]29    macro( ReduceDomainToAxis )
30    macro( ExtractDomainToAxis )
[934]31    macro( ComputeConnectivityDomain )
[935]32    macro( ExpandDomain )
[960]33    macro( ExtractAxisToScalar )
[976]34    macro( ReduceDomainToScalar )
[1275]35    macro( TemporalSplitting )
[352]36  }
37}
Note: See TracBrowser for help on using the repository browser.