# # ChangeLog for XIOS/trunk/src/node/scalar.cpp # # Generated by Trac 1.0.1 # 05/30/24 04:18:52 Mon, 20 Jan 2020 14:47:32 GMT ymipsl [1852] * XIOS/trunk/src/node/axis.cpp (modified) * XIOS/trunk/src/node/compute_connectivity_domain.cpp (modified) * XIOS/trunk/src/node/domain.cpp (modified) * XIOS/trunk/src/node/expand_domain.cpp (modified) * XIOS/trunk/src/node/extract_domain.cpp (modified) * XIOS/trunk/src/node/generate_rectilinear_domain.cpp (modified) * XIOS/trunk/src/node/interpolate_domain.cpp (modified) * XIOS/trunk/src/node/reorder_domain.cpp (modified) * XIOS/trunk/src/node/scalar.cpp (modified) * XIOS/trunk/src/node/zoom_domain.cpp (modified) * XIOS/trunk/src/server_distribution_description.cpp (modified) * XIOS/trunk/src/transformation/Functions/reduction.cpp (modified) * XIOS/trunk/src/transformation/axis_algorithm_duplicate_scalar.cpp (modified) * XIOS/trunk/src/transformation/axis_algorithm_extract.cpp (modified) * XIOS/trunk/src/transformation/axis_algorithm_extract_domain.cpp (modified) * XIOS/trunk/src/transformation/axis_algorithm_interpolate.cpp (modified) * XIOS/trunk/src/transformation/axis_algorithm_inverse.cpp (modified) * XIOS/trunk/src/transformation/axis_algorithm_reduce_axis.cpp (modified) * XIOS/trunk/src/transformation/axis_algorithm_reduce_domain.cpp (modified) * XIOS/trunk/src/transformation/axis_algorithm_temporal_splitting.cpp (modified) * XIOS/trunk/src/transformation/axis_algorithm_zoom.cpp (modified) * XIOS/trunk/src/transformation/domain_algorithm_compute_connectivity.cpp (modified) * XIOS/trunk/src/transformation/domain_algorithm_expand.cpp (modified) * XIOS/trunk/src/transformation/domain_algorithm_extract.cpp (modified) * XIOS/trunk/src/transformation/domain_algorithm_interpolate.cpp (modified) * XIOS/trunk/src/transformation/domain_algorithm_reorder.cpp (modified) * XIOS/trunk/src/transformation/domain_algorithm_zoom.cpp (modified) * XIOS/trunk/src/transformation/scalar_algorithm_extract_axis.cpp (modified) * XIOS/trunk/src/transformation/scalar_algorithm_reduce_axis.cpp (modified) * XIOS/trunk/src/transformation/scalar_algorithm_reduce_domain.cpp (modified) * XIOS/trunk/src/transformation/scalar_algorithm_reduce_scalar.cpp (modified) Compiler fix : solve the problem of crash occured with recent version of ... Mon, 11 Jun 2018 13:18:15 GMT ymipsl [1537] * XIOS/trunk (copied) The current trunk version has been replaced by the current ... Tue, 24 Oct 2017 09:27:52 GMT ymipsl [1314] * XIOS/dev/XIOS_DEV_CMIP6/src/config/duplicate_scalar_to_axis_attribute.conf (added) * XIOS/dev/XIOS_DEV_CMIP6/src/config/node_type.conf (modified) * XIOS/dev/XIOS_DEV_CMIP6/src/config/reduce_axis_to_axis_attribute.conf (modified) * XIOS/dev/XIOS_DEV_CMIP6/src/config/reduce_scalar_to_scalar_attribute.conf (added) * XIOS/dev/XIOS_DEV_CMIP6/src/generate_fortran_interface.cpp (modified) * XIOS/dev/XIOS_DEV_CMIP6/src/group_factory_decl.cpp (modified) * XIOS/dev/XIOS_DEV_CMIP6/src/group_template_decl.cpp (modified) * XIOS/dev/XIOS_DEV_CMIP6/src/node/axis.cpp (modified) * XIOS/dev/XIOS_DEV_CMIP6/src/node/duplicate_scalar_to_axis.cpp (added) * XIOS/dev/XIOS_DEV_CMIP6/src/node/duplicate_scalar_to_axis.hpp (added) * XIOS/dev/XIOS_DEV_CMIP6/src/node/node_enum.hpp (modified) * XIOS/dev/XIOS_DEV_CMIP6/src/node/node_type.hpp (modified) * XIOS/dev/XIOS_DEV_CMIP6/src/node/reduce_axis_to_axis.cpp (modified) * XIOS/dev/XIOS_DEV_CMIP6/src/node/reduce_scalar_to_scalar.cpp (added) * XIOS/dev/XIOS_DEV_CMIP6/src/node/reduce_scalar_to_scalar.hpp (added) * XIOS/dev/XIOS_DEV_CMIP6/src/node/scalar.cpp (modified) * XIOS/dev/XIOS_DEV_CMIP6/src/node/transformation_enum.hpp (modified) * XIOS/dev/XIOS_DEV_CMIP6/src/object_factory_decl.cpp (modified) * XIOS/dev/XIOS_DEV_CMIP6/src/object_template_decl.cpp (modified) * XIOS/dev/XIOS_DEV_CMIP6/src/transformation/algo_types.hpp (modified) * XIOS/dev/XIOS_DEV_CMIP6/src/transformation/axis_algorithm_duplicate_scalar.cpp (added) * XIOS/dev/XIOS_DEV_CMIP6/src/transformation/axis_algorithm_duplicate_scalar.hpp (added) * XIOS/dev/XIOS_DEV_CMIP6/src/transformation/axis_algorithm_reduce_axis.cpp (modified) * XIOS/dev/XIOS_DEV_CMIP6/src/transformation/axis_algorithm_reduce_axis.hpp (modified) * XIOS/dev/XIOS_DEV_CMIP6/src/transformation/grid_transformation_selector.cpp (modified) * XIOS/dev/XIOS_DEV_CMIP6/src/transformation/scalar_algorithm_reduce_scalar.cpp (added) * XIOS/dev/XIOS_DEV_CMIP6/src/transformation/scalar_algorithm_reduce_scalar.hpp (added) * XIOS/dev/XIOS_DEV_CMIP6/src/type/type_util.hpp (modified) * XIOS/dev/XIOS_DEV_CMIP6/src/xml_parser_decl.cpp (modified) Add 2 new spatial transformations : - reduce_scalar_to_scalar : global ...