# # ChangeLog for XIOS/dev/dev_ym/XIOS_COUPLING/src/interface # # Generated by Trac 1.0.1 # 05/18/24 03:42:26 Fri, 01 Oct 2021 08:40:31 GMT jderouillat [2243] * XIOS/dev/dev_ym/XIOS_COUPLING/src/cxios.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/interface/c/icdata.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/object_template.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/object_template_impl.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/server.cpp (modified) Move context cleaning in xios_finalize (for clients) and when servers ... Tue, 30 Mar 2021 16:25:37 GMT ymipsl [2121] * XIOS/dev/dev_ym/XIOS_COUPLING/src/interface/c/iccontext.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/interface/c/icdata.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/interface/fortran/context_interface.f90 (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/interface/fortran/icontext.F90 (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/interface/fortran/idata.F90 (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/interface/fortran/ixios_interfaces.F90 (modified) Merge fortran interface functionnalities from trunk : - sendField & ... Tue, 23 Mar 2021 12:38:20 GMT jderouillat [2115] * XIOS/dev/dev_ym/XIOS_COUPLING/src/interface/fortran/idata.F90 (modified) Backport fix 2099 : Fix problem in fortran-c interface about ... Thu, 24 Sep 2020 10:16:22 GMT ymipsl [1941] * XIOS/dev/dev_ym/XIOS_COUPLING/src/interface/c_attr/iccontext_attr.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/interface/c_attr/icscalar_attr.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/interface/c_attr/icscalargroup_attr.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/interface/fortran_attr/context_interface_attr.F90 (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/interface/fortran_attr/extract_axis_interface_attr.F90 (added) * XIOS/dev/dev_ym/XIOS_COUPLING/src/interface/fortran_attr/icontext_attr.F90 (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/interface/fortran_attr/iscalar_attr.F90 (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/interface/fortran_attr/iscalargroup_attr.F90 (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/interface/fortran_attr/scalar_interface_attr.F90 (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/interface/fortran_attr/scalargroup_interface_attr.F90 (modified) XIOS coupling : Update fortran interface YM Wed, 15 Apr 2020 11:23:39 GMT ymipsl [1869] * XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution_client.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution_client.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/filter/source_filter.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/filter/spatial_transform_filter.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/interface/c/icfield.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/io/nc4_data_input.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/io/nc4_data_output.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/axis.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/axis.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/context.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/context.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/domain.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/domain.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/field.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/field.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/file.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/grid.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/grid.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/scalar.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/scalar.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/object_factory.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/object_factory_decl_macro.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/object_factory_impl.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/object_template.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/object_template_impl.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/parse_expr/filter_expr_node.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/test/generic_testcase.f90 (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm_interpolate.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/grid_transformation.cpp (modified) Some update... YM Tue, 03 Dec 2019 10:46:23 GMT ymipsl [1780] * XIOS/dev/dev_ym/XIOS_COUPLING (copied) Creating a new dev branch to implement coupling functionnalities Fri, 18 Oct 2019 13:40:35 GMT ymipsl [1761] * XIOS/dev/dev_ym/XIOS_SERVICES/src/client.cpp (modified) * XIOS/dev/dev_ym/XIOS_SERVICES/src/client.hpp (modified) * XIOS/dev/dev_ym/XIOS_SERVICES/src/config/context_attribute.conf (modified) * XIOS/dev/dev_ym/XIOS_SERVICES/src/context_client.cpp (modified) * XIOS/dev/dev_ym/XIOS_SERVICES/src/context_client.hpp (modified) * XIOS/dev/dev_ym/XIOS_SERVICES/src/context_server.cpp (modified) * XIOS/dev/dev_ym/XIOS_SERVICES/src/context_server.hpp (modified) * XIOS/dev/dev_ym/XIOS_SERVICES/src/cxios.cpp (modified) * XIOS/dev/dev_ym/XIOS_SERVICES/src/cxios.hpp (modified) * XIOS/dev/dev_ym/XIOS_SERVICES/src/filter/store_filter.cpp (modified) * XIOS/dev/dev_ym/XIOS_SERVICES/src/interface/c/iccalendar.cpp (modified) * XIOS/dev/dev_ym/XIOS_SERVICES/src/interface/c/icdata.cpp (modified) * XIOS/dev/dev_ym/XIOS_SERVICES/src/interface/fortran/ixios.F90 (modified) * XIOS/dev/dev_ym/XIOS_SERVICES/src/manager/contexts_manager.cpp (added) * XIOS/dev/dev_ym/XIOS_SERVICES/src/manager/contexts_manager.hpp (added) * XIOS/dev/dev_ym/XIOS_SERVICES/src/manager/daemons_manager.cpp (added) * XIOS/dev/dev_ym/XIOS_SERVICES/src/manager/daemons_manager.hpp (added) * XIOS/dev/dev_ym/XIOS_SERVICES/src/manager/pool_ressource.cpp (added) * XIOS/dev/dev_ym/XIOS_SERVICES/src/manager/pool_ressource.hpp (added) * XIOS/dev/dev_ym/XIOS_SERVICES/src/manager/register_context_info.hpp (added) * XIOS/dev/dev_ym/XIOS_SERVICES/src/manager/ressources_manager.cpp (added) * XIOS/dev/dev_ym/XIOS_SERVICES/src/manager/ressources_manager.hpp (added) * XIOS/dev/dev_ym/XIOS_SERVICES/src/manager/server_context.cpp (added) * XIOS/dev/dev_ym/XIOS_SERVICES/src/manager/server_context.hpp (added) * XIOS/dev/dev_ym/XIOS_SERVICES/src/manager/servers_ressource.cpp (added) * XIOS/dev/dev_ym/XIOS_SERVICES/src/manager/servers_ressource.hpp (added) * XIOS/dev/dev_ym/XIOS_SERVICES/src/manager/services.cpp (added) * XIOS/dev/dev_ym/XIOS_SERVICES/src/manager/services.hpp (added) * XIOS/dev/dev_ym/XIOS_SERVICES/src/manager/services_manager.cpp (added) * XIOS/dev/dev_ym/XIOS_SERVICES/src/manager/services_manager.hpp (added) * XIOS/dev/dev_ym/XIOS_SERVICES/src/manager/window_manager.cpp (added) * XIOS/dev/dev_ym/XIOS_SERVICES/src/manager/window_manager.hpp (added) * XIOS/dev/dev_ym/XIOS_SERVICES/src/node/axis.cpp (modified) * XIOS/dev/dev_ym/XIOS_SERVICES/src/node/context.cpp (modified) * XIOS/dev/dev_ym/XIOS_SERVICES/src/node/context.hpp (modified) * XIOS/dev/dev_ym/XIOS_SERVICES/src/node/domain.cpp (modified) * XIOS/dev/dev_ym/XIOS_SERVICES/src/node/field.cpp (modified) * XIOS/dev/dev_ym/XIOS_SERVICES/src/node/file.cpp (modified) * XIOS/dev/dev_ym/XIOS_SERVICES/src/node/grid.cpp (modified) * XIOS/dev/dev_ym/XIOS_SERVICES/src/object.cpp (modified) * XIOS/dev/dev_ym/XIOS_SERVICES/src/object.hpp (modified) * XIOS/dev/dev_ym/XIOS_SERVICES/src/object_template_impl.hpp (modified) * XIOS/dev/dev_ym/XIOS_SERVICES/src/server.cpp (modified) * XIOS/dev/dev_ym/XIOS_SERVICES/src/server.hpp (modified) * XIOS/dev/dev_ym/XIOS_SERVICES/src/test/generic_testcase.f90 (added) implementing first guess for service functionnalities. YM