# # ChangeLog for XIOS/trunk/src/config/zoom_domain_attribute.conf # # Generated by Trac 1.0.1 # 06/13/24 23:10:27 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 ... Thu, 12 Nov 2015 15:33:14 GMT mhnguyen [784] * XIOS/trunk/inputs/COMPLETE/context_atmosphere.xml (modified) * XIOS/trunk/src/config/zoom_domain_attribute.conf (modified) * XIOS/trunk/src/config/zoom_domain_attribute_private.conf (added) * XIOS/trunk/src/generate_fortran_interface.cpp (modified) * XIOS/trunk/src/interface/c/iczoom_axis.cpp (added) * XIOS/trunk/src/interface/c/iczoom_domain.cpp (added) * XIOS/trunk/src/interface/c_attr/iczoom_axis_attr.cpp (added) * XIOS/trunk/src/interface/c_attr/iczoom_domain_attr.cpp (added) * XIOS/trunk/src/interface/fortran/ixios.F90 (modified) * XIOS/trunk/src/interface/fortran/ixios_interfaces.F90 (modified) * XIOS/trunk/src/interface/fortran/izoom_axis.F90 (added) * XIOS/trunk/src/interface/fortran/izoom_domain.F90 (added) * XIOS/trunk/src/interface/fortran/zoom_axis_interface.f90 (added) * XIOS/trunk/src/interface/fortran/zoom_domain_interface.f90 (added) * XIOS/trunk/src/interface/fortran_attr/izoom_axis_attr.F90 (added) * XIOS/trunk/src/interface/fortran_attr/izoom_domain_attr.F90 (added) * XIOS/trunk/src/interface/fortran_attr/zoom_axis_interface_attr.F90 (added) * XIOS/trunk/src/interface/fortran_attr/zoom_domain_interface_attr.F90 (added) * XIOS/trunk/src/node/axis.cpp (modified) * XIOS/trunk/src/node/domain.cpp (modified) * XIOS/trunk/src/test/test_complete.f90 (modified) Generating Fortran interface for zoom_axis and zoom_domain Test +) On ... 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 ...