source: XIOS/dev/XIOS_DEV_CMIP6/src/node/node_type.hpp @ 1537

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

Add new domain filter : reorder_domain
Reoder the data along the global domain but works only for rectilinear domain

  • invert_lat : invert the latitute axis
  • shift_lon_fraction : shift the longitude axis of a fration of global size
  • lon_min/lon_max : fixe the range of longitude value (ex : -180:180 or 0:360)

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
File size: 916 bytes
RevLine 
[591]1#ifndef __XIOS_NODE_TYPE__
2#define __XIOS_NODE_TYPE__
[219]3
4#include "axis.hpp"
5#include "domain.hpp"
6#include "field.hpp"
7#include "file.hpp"
8#include "grid.hpp"
[268]9#include "variable.hpp"
[219]10#include "context.hpp"
[619]11#include "transformation.hpp"
[621]12#include "inverse_axis.hpp"
13#include "zoom_axis.hpp"
[630]14#include "interpolate_axis.hpp"
[631]15#include "zoom_domain.hpp"
[689]16#include "interpolate_domain.hpp"
[687]17#include "generate_rectilinear_domain.hpp"
[887]18#include "scalar.hpp"
[888]19#include "reduce_axis_to_scalar.hpp"
[895]20#include "reduce_domain_to_axis.hpp"
[1301]21#include "reduce_axis_to_axis.hpp"
[895]22#include "extract_domain_to_axis.hpp"
[934]23#include "compute_connectivity_domain.hpp"
[935]24#include "expand_domain.hpp"
[960]25#include "extract_axis_to_scalar.hpp"
[976]26#include "reduce_domain_to_scalar.hpp"
[1275]27#include "temporal_splitting.hpp"
[1314]28#include "duplicate_scalar_to_axis.hpp"
29#include "reduce_scalar_to_scalar.hpp"
[1457]30#include "reorder_domain.hpp"
[219]31
[887]32
[591]33#endif // __XIOS_NODE_TYPE__
Note: See TracBrowser for help on using the repository browser.