# # ChangeLog for XIOS/trunk/src/node/zoom_domain.cpp # # Generated by Trac 1.0.1 # 05/29/24 01:40:34 Fri, 08 Apr 2016 13:00:45 GMT mhnguyen [836] * XIOS/trunk/src/interface/c/icxml_tree.cpp (modified) * XIOS/trunk/src/interface/fortran/ixios_interfaces.F90 (modified) * XIOS/trunk/src/interface/fortran/ixml_tree.F90 (modified) * XIOS/trunk/src/node/axis.cpp (modified) * XIOS/trunk/src/node/axis.hpp (modified) * XIOS/trunk/src/node/domain.cpp (modified) * XIOS/trunk/src/node/domain.hpp (modified) * XIOS/trunk/src/node/generate_rectilinear_domain.cpp (modified) * XIOS/trunk/src/node/generate_rectilinear_domain.hpp (modified) * XIOS/trunk/src/node/interpolate_axis.cpp (modified) * XIOS/trunk/src/node/interpolate_axis.hpp (modified) * XIOS/trunk/src/node/interpolate_domain.cpp (modified) * XIOS/trunk/src/node/interpolate_domain.hpp (modified) * XIOS/trunk/src/node/inverse_axis.cpp (modified) * XIOS/trunk/src/node/inverse_axis.hpp (modified) * XIOS/trunk/src/node/transformation.hpp (modified) * XIOS/trunk/src/node/transformation_enum.hpp (modified) * XIOS/trunk/src/node/zoom_axis.cpp (modified) * XIOS/trunk/src/node/zoom_axis.hpp (modified) * XIOS/trunk/src/node/zoom_domain.cpp (modified) * XIOS/trunk/src/node/zoom_domain.hpp (modified) * XIOS/trunk/src/test/test_new_features.f90 (modified) * XIOS/trunk/src/transformation/transformation_mapping.cpp (modified) Exposing transformation to Fortran interface +) Export zoom and axis ... Fri, 13 Nov 2015 10:45:12 GMT mhnguyen [787] * XIOS/trunk/inputs/COMPLETE/context_atmosphere.xml (modified) * XIOS/trunk/inputs/iodef.xml (modified) * XIOS/trunk/src/config/zoom_axis_attribute.conf (modified) * XIOS/trunk/src/config/zoom_domain_attribute.conf (modified) * XIOS/trunk/src/interface/c_attr/iczoom_axis_attr.cpp (modified) * XIOS/trunk/src/interface/c_attr/iczoom_domain_attr.cpp (modified) * XIOS/trunk/src/interface/fortran_attr/izoom_axis_attr.F90 (modified) * XIOS/trunk/src/interface/fortran_attr/izoom_domain_attr.F90 (modified) * XIOS/trunk/src/interface/fortran_attr/zoom_axis_interface_attr.F90 (modified) * XIOS/trunk/src/interface/fortran_attr/zoom_domain_interface_attr.F90 (modified) * XIOS/trunk/src/node/zoom_axis.cpp (modified) * XIOS/trunk/src/node/zoom_domain.cpp (modified) * XIOS/trunk/src/test/test_complete.f90 (modified) * XIOS/trunk/src/transformation/axis_algorithm_zoom.cpp (modified) * XIOS/trunk/src/transformation/domain_algorithm_zoom.cpp (modified) Changing name of attributes of zoom Test +) test_client and ... Tue, 01 Sep 2015 15:15:42 GMT rlacroix [680] * XIOS/trunk/src/array_new.hpp (modified) * XIOS/trunk/src/attribute.cpp (modified) * XIOS/trunk/src/node/grid.hpp (modified) * XIOS/trunk/src/node/zoom_axis.cpp (modified) * XIOS/trunk/src/node/zoom_domain.cpp (modified) * XIOS/trunk/src/object_factory_impl.hpp (modified) * XIOS/trunk/src/server.cpp (modified) * XIOS/trunk/src/type/enum_impl.hpp (modified) * XIOS/trunk/src/type/enum_ref_impl.hpp (modified) * XIOS/trunk/src/type/message.cpp (modified) * XIOS/trunk/src/type/type_impl.hpp (modified) * XIOS/trunk/src/type/type_ref_impl.hpp (modified) Rephrase some error messages so that they are clearer. Tue, 07 Jul 2015 08:46:33 GMT mhnguyen [631] * XIOS/trunk/inputs/Version2/iodef.xml (modified) * XIOS/trunk/src/config/node_type.conf (modified) * XIOS/trunk/src/config/zoom_domain_attribute.conf (added) * XIOS/trunk/src/distribution_client.cpp (modified) * XIOS/trunk/src/group_factory_decl.cpp (modified) * XIOS/trunk/src/group_template_decl.cpp (modified) * XIOS/trunk/src/node/axis.cpp (modified) * XIOS/trunk/src/node/axis.hpp (modified) * XIOS/trunk/src/node/domain.cpp (modified) * XIOS/trunk/src/node/domain.hpp (modified) * XIOS/trunk/src/node/grid.cpp (modified) * XIOS/trunk/src/node/node_enum.hpp (modified) * XIOS/trunk/src/node/node_type.hpp (modified) * XIOS/trunk/src/node/transformation_enum.hpp (modified) * XIOS/trunk/src/node/zoom_domain.cpp (added) * XIOS/trunk/src/node/zoom_domain.hpp (added) * XIOS/trunk/src/object_factory_decl.cpp (modified) * XIOS/trunk/src/object_template_decl.cpp (modified) * XIOS/trunk/src/output/nc4_data_output.cpp (modified) * XIOS/trunk/src/test/test_new_features.f90 (modified) * XIOS/trunk/src/transformation/axis_algorithm_transformation.cpp (modified) * XIOS/trunk/src/transformation/axis_algorithm_transformation.hpp (modified) * XIOS/trunk/src/transformation/domain_algorithm_transformation.cpp (added) * XIOS/trunk/src/transformation/domain_algorithm_transformation.hpp (added) * XIOS/trunk/src/transformation/domain_algorithm_zoom.cpp (added) * XIOS/trunk/src/transformation/domain_algorithm_zoom.hpp (added) * XIOS/trunk/src/transformation/generic_algorithm_transformation.cpp (modified) * XIOS/trunk/src/transformation/generic_algorithm_transformation.hpp (modified) * XIOS/trunk/src/transformation/grid_transformation.cpp (modified) * XIOS/trunk/src/transformation/grid_transformation.hpp (modified) * XIOS/trunk/src/type/type_util.hpp (modified) * XIOS/trunk/src/xml_parser_decl.cpp (modified) Implementing zooming on a domain +) Add algorithm to do zooming on a ...