source: XIOS/trunk/src/node/node_type.hpp @ 887

Last change on this file since 887 was 887, checked in by mhnguyen, 8 years ago

Adding a new type of element into grid: Scalar

+) Add a new node Scalar for xml
+) Make some change on writing scalar value
+) Reorganize some codes
+) Remove some redundant codes

Test
+) On Curie
+) All tests pass

  • 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
File size: 477 bytes
Line 
1#ifndef __XIOS_NODE_TYPE__
2#define __XIOS_NODE_TYPE__
3
4#include "axis.hpp"
5#include "domain.hpp"
6#include "field.hpp"
7#include "file.hpp"
8#include "grid.hpp"
9#include "variable.hpp"
10#include "context.hpp"
11#include "transformation.hpp"
12#include "inverse_axis.hpp"
13#include "zoom_axis.hpp"
14#include "interpolate_axis.hpp"
15#include "zoom_domain.hpp"
16#include "interpolate_domain.hpp"
17#include "generate_rectilinear_domain.hpp"
18#include "scalar.hpp"
19
20
21#endif // __XIOS_NODE_TYPE__
Note: See TracBrowser for help on using the repository browser.