# # ChangeLog for XIOS/dev/dev_ym # # Generated by Trac 1.0.1 # 05/19/24 19:55:59 Wed, 25 Aug 2021 17:31:05 GMT ymipsl [2209] * XIOS/dev/dev_ym/XIOS_COUPLING/src/client.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/cxios.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/cxios.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/manager/daemons_manager.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/manager/registry_manager.cpp (added) * XIOS/dev/dev_ym/XIOS_COUPLING/src/manager/registry_manager.hpp (added) * 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/registry.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/registry.hpp (modified) Revisiting registry management and make it working. YM Wed, 25 Aug 2021 17:20:05 GMT ymipsl [2208] * XIOS/dev/dev_ym/XIOS_COUPLING/src/manager/pool_ressource.cpp (modified) Missing synchronisation in pool_ressource service. YM Wed, 25 Aug 2021 17:18:57 GMT ymipsl [2207] * XIOS/dev/dev_ym/XIOS_COUPLING/src/config/scalar_attribute.conf (modified) Bug fix : "scalar_ref" scalar attribute was sent to the server. YM Tue, 24 Aug 2021 11:48:12 GMT ymipsl [2206] * 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/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/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) New feature : when can now use the syntax : fieldId:domainId[n], in ... Tue, 24 Aug 2021 11:43:56 GMT ymipsl [2205] * XIOS/dev/dev_ym/XIOS_COUPLING/src/filter/client_from_server_source_filter.cpp (modified) Fix when checking late data : need to call eventLoop for current context ... Tue, 24 Aug 2021 11:40:35 GMT ymipsl [2204] * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/context.hpp (modified) Bug fix : bad value for unlockContext(), so context was never unlocked. ... Fri, 20 Aug 2021 12:38:23 GMT ymipsl [2203] * XIOS/dev/dev_ym/XIOS_COUPLING/src/declare_ref_func.hpp (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/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/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_template.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/object_template_impl.hpp (modified) New functionnality : domain, axis and scalar can now be retrieve with ... Thu, 29 Jul 2021 08:35:09 GMT jderouillat [2199] * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/context.cpp (modified) Set initial value of finished in CContext::eventLoop to true (if ... Wed, 28 Jul 2021 09:25:01 GMT jderouillat [2198] * XIOS/dev/dev_ym/XIOS_COUPLING/extern/remap/src/mapper.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/extern/remap/src/node.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/extern/remap/src/triple.hpp (modified) Backporting commit 2088 : bug fix in remapper for gcc Wed, 28 Jul 2021 07:30:02 GMT jderouillat [2197] * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/run_test_irene (modified) Apply unit test suite in prod mode for GNU Tue, 27 Jul 2021 14:38:45 GMT jderouillat [2196] * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/axis.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/compute_connectivity_domain.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/domain.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/expand_domain.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/extract_domain.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/generate_rectilinear_domain.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/interpolate_domain.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/reorder_domain.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/scalar.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/zoom_domain.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/Functions/reduction.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_interpolate.cpp (modified) Backporting commit 1852 : Compiler fix for recent version of GCCfor ... Thu, 22 Jul 2021 14:23:05 GMT yushan [2195] * XIOS/dev/dev_ym/XIOS_COUPLING/src/filter/temporal_filter.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/filter/temporal_transform_filter.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/filter/temporal_transform_filter.hpp (modified) workflow graph : enable temporal splitting filter Thu, 22 Jul 2021 13:54:04 GMT yushan [2194] * XIOS/dev/dev_ym/XIOS_COUPLING/src/parse_expr/filter_expr_node.cpp (modified) workflow graph : bug fix (check if attribute is defined before querying ... Thu, 22 Jul 2021 12:05:58 GMT yushan [2193] * XIOS/dev/dev_ym/XIOS_COUPLING/src/filter/binary_arithmetic_filter.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/filter/binary_arithmetic_filter.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/filter/temporal_filter.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/filter/temporal_filter.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/filter/unary_arithmetic_filter.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/filter/unary_arithmetic_filter.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/graph_package.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/field.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/parse_expr/filter_expr_node.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/workflow_graph.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/workflow_graph.hpp (modified) workflow graph : enable unary and binary arithmetic filters Wed, 21 Jul 2021 10:03:44 GMT jderouillat [2192] * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/step1.py (modified) Clean previous test suite run directories (in case of executions of many ... Wed, 21 Jul 2021 08:39:52 GMT jderouillat [2191] * XIOS/dev/dev_ym/XIOS_COUPLING/arch/arch-X64_IRENE_GNU.env (added) * XIOS/dev/dev_ym/XIOS_COUPLING/arch/arch-X64_IRENE_GNU.fcm (added) * XIOS/dev/dev_ym/XIOS_COUPLING/arch/arch-X64_IRENE_GNU.path (added) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/ARCH/arch-X64_IRENE_GNU.env (added) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/ARCH/arch-X64_IRENE_GNU.fcm (added) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/ARCH/arch-X64_IRENE_GNU.path (added) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/COMPILE/compile_param_irene.def (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/run_test_irene (modified) Apply test suite in a GNU environment Tue, 20 Jul 2021 14:22:31 GMT jderouillat [2190] * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/domain.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/domain_algorithm/domain_algorithm_extract.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/domain_algorithm/domain_algorithm_reorder.cpp (modified) Add bound checking when the workflow view is scaned (highlighted by ... Tue, 20 Jul 2021 09:02:43 GMT jderouillat [2189] * XIOS/dev/dev_ym/XIOS_COUPLING/src/context_client.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/grid_transform_connector.cpp (modified) Fixes for some more strict compilers (gcc 8.3 at TGCC) Mon, 19 Jul 2021 08:56:42 GMT jderouillat [2188] * XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/reduce_transform_connector.hpp (modified) Fix average reduction (update reference results for test_scalar_algo) Fri, 16 Jul 2021 08:16:19 GMT jderouillat [2187] * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/test_domain_algo/context_atm.xml (modified) Set interpolation order to 1 for reproducibility (references have been ... Thu, 15 Jul 2021 15:17:07 GMT jderouillat [2186] * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/domain_algorithm/domain_algorithm_extract.cpp (modified) Modify extract (domain to domain) implementation : reset all geometrical ... Thu, 15 Jul 2021 13:03:45 GMT jderouillat [2185] * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/domain.cpp (modified) Fix ni/nj computation when not defined but number of elements in ... Thu, 15 Jul 2021 12:57:08 GMT jderouillat [2184] * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/domain_algorithm/domain_algorithm_reorder.cpp (modified) Modify reorder implementation : reset all geometrical attributes, limit ... Thu, 15 Jul 2021 11:28:24 GMT ymipsl [2183] * XIOS/dev/dev_ym/XIOS_COUPLING/src/object_factory_impl.hpp (modified) Change object undef id for better output in netcdf file : ... Thu, 15 Jul 2021 11:19:13 GMT ymipsl [2182] * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/field.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/field.hpp (modified) remove unused method. YM Mon, 12 Jul 2021 18:04:46 GMT ymipsl [2180] * XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/distributed_view.hpp (modified) make better {} aligment in file (cosmetic only) YM Mon, 12 Jul 2021 18:02:30 GMT ymipsl [2179] * XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/grid_remote_connector.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/grid_remote_connector.hpp (modified) Improve performance of CGridRemoteConnector when grid source and/or ... Mon, 12 Jul 2021 18:00:52 GMT ymipsl [2178] * XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/leader_process.cpp (added) * XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/leader_process.hpp (added) Externalize in separate file the management of server leader that was in ... Mon, 12 Jul 2021 17:58:18 GMT ymipsl [2177] * XIOS/dev/dev_ym/XIOS_COUPLING/src/utils.hpp (modified) Correct problem in hash methods for vector. Implement hash combine. YM Mon, 12 Jul 2021 17:56:24 GMT ymipsl [2176] * XIOS/dev/dev_ym/XIOS_COUPLING/src/context_client.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/cxios.cpp (modified) Fix a minimum buffer size after buffer evaluation in order to achive ... Mon, 12 Jul 2021 17:46:56 GMT ymipsl [2175] * XIOS/dev/dev_ym/XIOS_COUPLING/src/test/generic_testcase.f90 (modified) For generic testcase, for lmdz domain type, mask was not set for X and Y ... Fri, 09 Jul 2021 13:07:49 GMT jderouillat [2174] * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/domain_algorithm/domain_algorithm_reorder.cpp (modified) Set attributes in compute reorder using source views in Coupling Wed, 07 Jul 2021 12:55:11 GMT jderouillat [2173] * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/ENV/irene.env (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/step2.py (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/test_axis_algo/context_atm.xml (modified) Really check temporal splitting in test suite (2D fields) Wed, 07 Jul 2021 10:46:08 GMT jderouillat [2172] * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/field.cpp (modified) Re-enable arithmetic filter Mon, 05 Jul 2021 12:20:32 GMT jderouillat [2171] * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/ARCH/arch-X64_IRENE.env (modified) update tests suite irene arch file, loading new perl for new fcm version Mon, 05 Jul 2021 10:10:49 GMT jderouillat [2170] * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/domain_algorithm/domain_algorithm_reorder.cpp (modified) Set more attributes to compute reorder domain in Coupling Fri, 25 Jun 2021 16:14:38 GMT ymipsl [2168] * XIOS/dev/dev_ym/XIOS_COUPLING/extern/remap/src/earcut.hpp (modified) Fix for gcc 10 YM Fri, 25 Jun 2021 16:08:23 GMT ymipsl [2167] * XIOS/dev/dev_ym/XIOS_COUPLING/arch/arch-X64_IRENE.env (modified) update irene arch file, loading new perl for new fcm version YM Fri, 25 Jun 2021 16:03:14 GMT ymipsl [2166] * XIOS/dev/dev_ym/XIOS_COUPLING/make_xios (modified) adapt makefile to new fcm version --fcm new --> default flage YM Fri, 25 Jun 2021 16:00:40 GMT ymipsl [2165] * XIOS/dev/dev_ym/XIOS_COUPLING/tools/archive/FCM.tar.gz (deleted) * XIOS/dev/dev_ym/XIOS_COUPLING/tools/archive/FCM_NEW.tar.gz (added) * XIOS/dev/dev_ym/XIOS_COUPLING/tools/archive/FCM_OLD.tar.gz (added) Add new version of FCM YM Fri, 25 Jun 2021 13:25:54 GMT ymipsl [2160] * XIOS/dev/dev_ym/XIOS_COUPLING/tools/archive/FCM.tar.gz (modified) Update to the latest version of FCM YM Tue, 22 Jun 2021 15:12:14 GMT jderouillat [2158] * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/ENV/irene.env (modified) Update Irene COUPLING test suite paths with shared space Mon, 21 Jun 2021 09:48:04 GMT jderouillat [2156] * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/test_domain_algo/context_atm.xml (modified) Enable extract_domain in Unit Tests Thu, 10 Jun 2021 08:18:14 GMT jderouillat [2153] * XIOS/dev/dev_ym/XIOS_COUPLING/arch/arch-X64_ZEUS.env (added) * XIOS/dev/dev_ym/XIOS_COUPLING/arch/arch-X64_ZEUS.fcm (added) * XIOS/dev/dev_ym/XIOS_COUPLING/arch/arch-X64_ZEUS.path (added) Add arch files for CMCC cluster Thu, 10 Jun 2021 08:03:30 GMT jderouillat [2150] * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/file.cpp (modified) Fix typo in : Do not remove ranks with empty data from file writing ... Thu, 10 Jun 2021 07:59:33 GMT jderouillat [2149] * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/file.cpp (modified) Do not remove ranks with empty data from file writing communicators Tue, 08 Jun 2021 10:19:57 GMT jderouillat [2148] * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/default_param.json (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/test_axis_algo/user_param.json (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/test_function/user_param.json (modified) Disable temporary (deadlock for now) level 2 servers in test suite Fri, 04 Jun 2021 11:52:10 GMT jderouillat [2147] * XIOS/dev/dev_ym/XIOS_COUPLING/arch/arch-X64_IRENE.env (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_duplicate_scalar.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/test_axis_algo/context_atm.xml (modified) Enable duplicate_scalar in test suite Fri, 04 Jun 2021 09:57:21 GMT yushan [2146] * XIOS/dev/dev_ym/XIOS_COUPLING/src/attribute.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/attribute_array.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/attribute_array_impl.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/attribute_enum.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/attribute_enum_impl.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/attribute_map.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/attribute_map.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/attribute_template.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/attribute_template_impl.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/client.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/server.cpp (modified) Big commit on graph functionality. Other graph related dev Fri, 04 Jun 2021 09:56:39 GMT yushan [2145] * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/algorithm_transformation_transfer.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_duplicate_scalar.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_extract.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_extract_domain.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_interpolate.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_interpolate_coordinate.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_inverse.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_reduce_axis.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_reduce_domain.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_temporal_splitting.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/domain_algorithm/domain_algorithm_expand.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/domain_algorithm/domain_algorithm_extract.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/domain_algorithm/domain_algorithm_generate_rectilinear.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/domain_algorithm/domain_algorithm_interpolate.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/domain_algorithm/domain_algorithm_reorder.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/generic_algorithm_transformation.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/grid_algorithm.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/grid_algorithm.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/scalar_algorithm/scalar_algorithm_extract_axis.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/scalar_algorithm/scalar_algorithm_reduce_axis.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/scalar_algorithm/scalar_algorithm_reduce_domain.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/scalar_algorithm/scalar_algorithm_reduce_scalar.hpp (modified) Big commit on graph functionality. Add algo name for showing in the ... Fri, 04 Jun 2021 09:55:52 GMT yushan [2144] * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/field.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/grid.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/grid.hpp (modified) Big commit on graph functionality. Enable the workflow graph when going ... Fri, 04 Jun 2021 09:54:38 GMT yushan [2143] * XIOS/dev/dev_ym/XIOS_COUPLING/src/filter/client_from_client_source_filter.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/filter/client_from_server_source_filter.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/filter/client_to_model_store_filter.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/filter/client_to_model_store_filter.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/filter/client_to_server_store_filter.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/filter/client_to_server_store_filter.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/filter/data_packet.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/filter/file_reader_source_filter.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/filter/file_writer_store_filter.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/filter/file_writer_store_filter.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/filter/model_to_client_source_filter.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/filter/model_to_client_source_filter.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/filter/output_pin.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/filter/output_pin.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/filter/pass_through_filter.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/filter/pass_through_filter.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/filter/server_from_client_source_filter.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/filter/server_to_client_store_filter.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/filter/server_to_client_store_filter.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/filter/temporal_filter.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/filter/temporal_filter.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/filter/transform_filter.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/filter/transform_filter.hpp (modified) Big commit on graph functionality. Add buildWorkflowGraph function for ... Fri, 04 Jun 2021 09:53:14 GMT yushan [2142] * XIOS/dev/dev_ym/XIOS_COUPLING/src/config/field_attribute.conf (modified) Big commit on graph functionality. Add attribute build_workflow_graph Fri, 04 Jun 2021 09:52:35 GMT yushan [2141] * XIOS/dev/dev_ym/XIOS_COUPLING/src/graph_package.hpp (added) * XIOS/dev/dev_ym/XIOS_COUPLING/src/workflow_graph.cpp (added) * XIOS/dev/dev_ym/XIOS_COUPLING/src/workflow_graph.hpp (added) Big commit on graph functionality. Add files Wed, 02 Jun 2021 13:15:56 GMT jderouillat [2140] * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/my_run.sh (modified) Add an exit for deadlocking test unit jobs (too long, more than 5 ... Wed, 02 Jun 2021 09:03:35 GMT jderouillat [2139] * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/ARCH/arch-X64_IRENE.env (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/COMPILE/compile_irene (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/COMPILE/config_compile.py (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/ENV/irene.env (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/step2.py (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/test_axis_algo/checkfile.def (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/test_axis_algo/context_atm.xml (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/test_axis_algo/user_param.json (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/test_domain_algo/checkfile.def (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/test_domain_algo/context_atm.xml (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/test_domain_algo/user_param.json (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/test_function (added) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/test_function/checkfile.def (added) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/test_function/context_atm.xml (added) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/test_function/user_param.json (added) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/test_grid_algo (added) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/test_grid_algo/checkfile.def (added) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/test_grid_algo/context_atm.xml (added) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/test_grid_algo/user_param.json (added) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/test_scalar_algo/checkfile.def (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/test_scalar_algo/context_atm.xml (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/test_scalar_algo/user_param.json (modified) Update Python error management. Importing unit test from trunk. Mon, 10 May 2021 10:09:15 GMT jderouillat [2136] * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_reduce_axis.cpp (modified) Fixes to reenable reduce_axis Mon, 10 May 2021 08:53:04 GMT jderouillat [2135] * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/context.cpp (modified) Fix a not defined returned value in the new management of client- server ... Tue, 20 Apr 2021 07:49:47 GMT ymipsl [2130] * XIOS/dev/dev_ym/XIOS_COUPLING/src/buffer_client.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/buffer_client.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/buffer_server.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/buffer_server.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/context_client.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/context_client.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/context_server.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/context_server.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/grid_scatterer_connector.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/filter/client_to_server_store_filter.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/filter/client_to_server_store_filter.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/filter/server_to_client_store_filter.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/filter/server_to_client_store_filter.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/manager/daemons_manager.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/manager/server_context.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/manager/services.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/field.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/field.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/object_factory_decl_macro.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/timeline_events.hpp (added) New management of client-server buffers. - buffers can grow ... Thu, 08 Apr 2021 07:44:59 GMT ymipsl [2128] * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/grid.cpp (modified) Fix problem in chaining transformation. in case of reading grid in file, ... Thu, 08 Apr 2021 07:38:43 GMT ymipsl [2127] * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/grid.hpp (modified) fix : workflowToModel connector not initialized to nullptr YM Thu, 08 Apr 2021 07:34:19 GMT ymipsl [2126] * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_interpolate_coordinate.cpp (modified) Bug fix in axis interpolation with pressure coordinate YM Thu, 08 Apr 2021 07:32:33 GMT ymipsl [2125] * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/domain.cpp (modified) Fix problem for unstructured grid when no distribution is defined. YM Thu, 08 Apr 2021 07:28:44 GMT ymipsl [2124] * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/context.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/object_factory_impl.hpp (modified) Fix bad suffix context in generated object id YM Fri, 02 Apr 2021 19:06:04 GMT ymipsl [2123] * XIOS/dev/dev_ym/XIOS_COUPLING/src/context_server.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/context.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/context.hpp (modified) Possibly fix deadlock in attched mode YM Thu, 01 Apr 2021 09:13:01 GMT ymipsl [2122] * XIOS/dev/dev_ym/XIOS_COUPLING/src/config/interpolate_axis_attribute.conf (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/interpolate_axis.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_interpolate_coordinate.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_interpolate_coordinate.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/generic_algorithm_transformation.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/grid_algorithm_generic.cpp (modified) Improve axis interpolate feature : introduce : coordinate_src and ... 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, 30 Mar 2021 15:11:36 GMT ymipsl [2120] * XIOS/dev/dev_ym/XIOS_COUPLING/src/array_new.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/array_new.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/attribute_array.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/attribute_array_decl.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/attribute_array_impl.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/attribute_template.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/attribute_template_decl.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/declare_attribute.hpp (modified) remove attempt to visualize blitz array throw totalview API. YM Tue, 30 Mar 2021 09:06:23 GMT jderouillat [2119] * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/domain_algorithm/domain_algorithm_reorder.cpp (modified) Fix in reorder_domain Fri, 26 Mar 2021 10:27:42 GMT jderouillat [2118] * XIOS/dev/dev_ym/XIOS_COUPLING/src/array_new.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/array_new.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/attribute_array.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/attribute_array_decl.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/attribute_template.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/attribute_template_decl.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/gatherer_connector.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/scatterer_connector.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/mpi_tools.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/mpi_tools.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/transformation.hpp (modified) Enable GNU compilation Fri, 26 Mar 2021 09:00:29 GMT jderouillat [2117] * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_extract_domain.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_inverse.cpp (modified) Fixes to reenable inverse_axis and extract_domain_to_axis : call ... Wed, 24 Mar 2021 08:22:46 GMT jderouillat [2116] * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/extract_domain_to_axis.cpp (modified) Backport fix 1919 about checkValid in extract_domain_to_axis 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 ... Wed, 24 Feb 2021 14:05:38 GMT yushan [2038] * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/ENV/irene.env (modified) XIOS_COUPLING : change reference location Mon, 22 Feb 2021 15:13:31 GMT yushan [2036] * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/COMPILE/compile_param_irene.def (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/COMPILE/config_compile.py (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/context_atm.xml (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/run_test (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/run_test_irene (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/test_axis_algo/checkfile.def (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/test_axis_algo/context_atm.xml (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/test_domain_algo/checkfile.def (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/test_domain_algo/context_atm.xml (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/test_function (deleted) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/test_grid_algo (deleted) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/test_scalar_algo/checkfile.def (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/TEST_SUITE/test_scalar_algo/context_atm.xml (modified) XIOS_COUPLING : update unit test files Mon, 22 Feb 2021 10:55:38 GMT yushan [2035] * XIOS/dev/dev_ym/XIOS_COUPLING/arch/arch-X64_IRENE.env (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite (copied) * XIOS/dev/dev_ym/XIOS_COUPLING/xios_test_suite/ARCH/arch-X64_IRENE.env (modified) XIOS_COUPLING : add xios_test_suite repository Wed, 10 Feb 2021 14:28:29 GMT yushan [2032] * XIOS/dev/dev_ym/XIOS_COUPLING/generic_testcase/context_atm.xml (added) * XIOS/dev/dev_ym/XIOS_COUPLING/generic_testcase/context_grid_dynamico.xml (added) * XIOS/dev/dev_ym/XIOS_COUPLING/generic_testcase/context_oce.xml (added) * XIOS/dev/dev_ym/XIOS_COUPLING/generic_testcase/dynamico_grid.nc (added) * XIOS/dev/dev_ym/XIOS_COUPLING/generic_testcase/iodef.xml (added) * XIOS/dev/dev_ym/XIOS_COUPLING/generic_testcase/param.def (added) XIOS_COUPLING : add generic_testcase sub files Wed, 10 Feb 2021 14:26:11 GMT yushan [2031] * XIOS/dev/dev_ym/XIOS_COUPLING/generic_testcase (added) XIOS_COUPLING : add generic_testcase repository Fri, 22 Jan 2021 17:46:08 GMT ymipsl [2022] * XIOS/dev/dev_ym/XIOS_COUPLING/src/context_server.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/event_scheduler.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/filter/client_from_client_source_filter.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/filter/client_to_server_store_filter.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/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) Reimplement coupling in the new infrastructure. Tested for 2-way ... Mon, 18 Jan 2021 14:50:17 GMT ymipsl [2018] * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/field.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/algo_types.hpp (modified) Fix compilation issue due to removed headers. YM Mon, 18 Jan 2021 11:09:19 GMT ymipsl [2017] * XIOS/dev/dev_ym/XIOS_IMMEDIAT (moved) Bad project name. YM Sun, 17 Jan 2021 21:43:51 GMT ymipsl [2016] * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/grid.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/domain_algorithm/domain_algorithm_generate_rectilinear.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/domain_algorithm/domain_algorithm_generate_rectilinear.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/generic_algorithm_transformation.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/grid_algorithm.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/grid_algorithm.hpp (modified) Transformation : fix problem xhen chaining transformation that generate ... Wed, 13 Jan 2021 18:09:23 GMT ymipsl [2015] * XIOS/dev/dev_ym/XIOS_ASSIM2K/src/context_server.cpp (modified) * XIOS/dev/dev_ym/XIOS_ASSIM2K/src/context_server.hpp (modified) ASSIM2K Branch : Improve transfer protocol using mpi matching Probe / ... Wed, 13 Jan 2021 18:08:03 GMT ymipsl [2014] * XIOS/dev/dev_ym/XIOS_ASSIM2K/src/context_client.cpp (modified) ASSIM2K Branch : relax constraint related to max event number YM Wed, 13 Jan 2021 17:44:29 GMT ymipsl [2013] * XIOS/dev/dev_ym/XIOS_ASSIM2K/arch/arch-X64_IRENE-AMD.env (modified) * XIOS/dev/dev_ym/XIOS_ASSIM2K/arch/arch-X64_IRENE-AMD.fcm (modified) ASSIM2K Branch : update irene-amd arch YM Wed, 13 Jan 2021 16:24:18 GMT ymipsl [2012] * XIOS/dev/dev_ym/XIOS_ASSIM2K (copied) creating new private branch for C. yalandier and ASSSIm2J project : High ... Tue, 12 Jan 2021 22:05:02 GMT ymipsl [2011] * XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/gatherer_connector.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/grid_gatherer_connector.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/filter/spatial_transform_filter.cpp (deleted) * XIOS/dev/dev_ym/XIOS_COUPLING/src/filter/spatial_transform_filter.hpp (deleted) * XIOS/dev/dev_ym/XIOS_COUPLING/src/filter/temporal_transform_filter.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/filter/temporal_transform_filter.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/filter/transform_filter.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/filter/transform_filter.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/compute_connectivity_domain.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/compute_connectivity_domain.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/duplicate_scalar_to_axis.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/duplicate_scalar_to_axis.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/expand_domain.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/expand_domain.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/extract_axis.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/extract_axis.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/extract_axis_to_scalar.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/extract_axis_to_scalar.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/extract_domain.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/extract_domain.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/extract_domain_to_axis.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/extract_domain_to_axis.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/generate_rectilinear_domain.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/generate_rectilinear_domain.hpp (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/interpolate_axis.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/interpolate_axis.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/interpolate_domain.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/interpolate_domain.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/inverse_axis.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/inverse_axis.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/reduce_axis_to_axis.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/reduce_axis_to_axis.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/reduce_axis_to_scalar.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/reduce_axis_to_scalar.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/reduce_domain_to_axis.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/reduce_domain_to_axis.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/reduce_domain_to_scalar.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/reduce_domain_to_scalar.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/reduce_scalar_to_scalar.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/reduce_scalar_to_scalar.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/reorder_domain.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/reorder_domain.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/temporal_splitting.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/temporal_splitting.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/zoom_axis.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/zoom_axis.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/zoom_domain.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/zoom_domain.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/algo_types.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/algo_types.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_duplicate_scalar.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_extract.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_extract_domain.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_interpolate.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_interpolate.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_interpolate_coordinate.cpp (added) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_interpolate_coordinate.hpp (added) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_inverse.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_reduce_axis.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_reduce_domain.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_temporal_splitting.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_temporal_splitting.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_transformation.cpp (deleted) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_transformation.hpp (deleted) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_zoom.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/domain_algorithm/domain_algorithm_compute_connectivity.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/domain_algorithm/domain_algorithm_compute_connectivity.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/domain_algorithm/domain_algorithm_expand.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/domain_algorithm/domain_algorithm_extract.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/domain_algorithm/domain_algorithm_generate_rectilinear.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/domain_algorithm/domain_algorithm_interpolate.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/domain_algorithm/domain_algorithm_reorder.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/domain_algorithm/domain_algorithm_reorder.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/domain_algorithm/domain_algorithm_transformation.cpp (deleted) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/domain_algorithm/domain_algorithm_transformation.hpp (deleted) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/domain_algorithm/domain_algorithm_zoom.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/generic_algorithm_transformation.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/generic_algorithm_transformation.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/grid_algorithm.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/grid_algorithm_generic.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/grid_algorithm_generic.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/grid_generate.cpp (deleted) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/grid_generate.hpp (deleted) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/grid_transformation.cpp (deleted) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/grid_transformation.hpp (deleted) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/grid_transformation_selector.cpp (deleted) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/grid_transformation_selector.hpp (deleted) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/scalar_algorithm/scalar_algorithm_extract_axis.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/scalar_algorithm/scalar_algorithm_reduce_axis.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/scalar_algorithm/scalar_algorithm_reduce_domain.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/scalar_algorithm/scalar_algorithm_reduce_scalar.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/scalar_algorithm/scalar_algorithm_reduce_scalar.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/scalar_algorithm/scalar_algorithm_transformation.cpp (deleted) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/scalar_algorithm/scalar_algorithm_transformation.hpp (deleted) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/transformation.hpp (modified) - bug fix when createing mask on server side when overlapping grid - ... Tue, 12 Jan 2021 21:57:33 GMT ymipsl [2010] * XIOS/dev/dev_ym/XIOS_COUPLING/src/test/generic_testcase.f90 (modified) fix pressure in Pa in generic testcase. YM Thu, 07 Jan 2021 22:17:23 GMT ymipsl [2009] * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_interpolate.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_interpolate.hpp (modified) Implement axis interpolation, without pressure coordinate for now. YM Thu, 07 Jan 2021 11:57:16 GMT ymipsl [2008] * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/algo_types.cpp (modified) missing interpolate_domain in registering transformations. YM Thu, 07 Jan 2021 10:52:55 GMT ymipsl [2007] * XIOS/dev/dev_ym/XIOS_COUPLING/src/filter/temporal_transform_filter.cpp (added) * XIOS/dev/dev_ym/XIOS_COUPLING/src/filter/temporal_transform_filter.hpp (added) * XIOS/dev/dev_ym/XIOS_COUPLING/src/filter/transform_filter.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/axis.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/grid.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/algo_types.cpp (added) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/algo_types.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/algorithm_transformation_no_data_modification.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/algorithm_transformation_no_data_modification.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/algorithm_transformation_reduce.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/algorithm_transformation_transfer.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/algorithm_transformation_weight.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_temporal_splitting.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_temporal_splitting.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/domain_algorithm/domain_algorithm_compute_connectivity.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/domain_algorithm/domain_algorithm_interpolate.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/domain_algorithm/domain_algorithm_reorder.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/generic_algorithm_transformation.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/generic_algorithm_transformation.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/grid_algorithm.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/grid_algorithm.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/grid_algorithm_generic.cpp (added) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/grid_algorithm_generic.hpp (added) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/grid_algorithm_no_data_modification.cpp (added) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/grid_algorithm_no_data_modification.hpp (added) - fix some problem in transformation - implement new temporal splitting ... Tue, 05 Jan 2021 12:47:52 GMT ymipsl [2006] * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/domain_algorithm/domain_algorithm_extract.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/domain_algorithm/domain_algorithm_interpolate.cpp (modified) Some fix domain_algorithm_extract. Now the domain destination not need ... Tue, 05 Jan 2021 12:45:52 GMT ymipsl [2005] * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/transformation_path.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/transformation_path.hpp (modified) fix some problems in transformation_path Not sure something else wil be ... Tue, 05 Jan 2021 11:35:32 GMT ymipsl [2004] * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/algorithm_transformation_transfer.cpp (modified) fix typo. YM Tue, 05 Jan 2021 10:09:47 GMT ymipsl [2003] * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/algorithm_transformation_transfer.cpp (modified) fix typo. YM Tue, 05 Jan 2021 09:12:00 GMT ymipsl [2002] * XIOS/dev/dev_ym/XIOS_COUPLING/src/filter/spatial_transform_filter.cpp (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/coupler_out.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/coupler_out.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/file.hpp (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/transformation/algo_types.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/domain_algorithm/domain_algorithm_interpolate.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/domain_algorithm/domain_algorithm_interpolate.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/generic_algorithm_transformation_new.cpp.xxx (deleted) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/generic_algorithm_transformation_new.hpp.xxx (deleted) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/transformation_path.hpp (modified) Some cleaning of old transformation dead code YM Tue, 05 Jan 2021 09:03:56 GMT ymipsl [2001] * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/algorithm_transformation_reduce.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/algorithm_transformation_reduce.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/algorithm_transformation_transfer.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/algorithm_transformation_transfer.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/algorithm_transformation_weight.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/algorithm_transformation_weight.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/grid_algorithm.cpp (modified) Bug fix when introducing gridAlgorithm YM Mon, 04 Jan 2021 10:13:46 GMT ymipsl [2000] * XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/reduce_transform_connector.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/reduce_transform_connector.hpp (modified) Add reduce operation for transformation (sum was already fonctional) ... Sun, 03 Jan 2021 17:00:43 GMT ymipsl [1999] * XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/element.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/grid_local_view.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/grid_remote_connector.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/grid_remote_connector.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/grid_transform_connector.cpp (added) * XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/grid_transform_connector.hpp (added) * XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/reduce_transform_connector.cpp (added) * XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/reduce_transform_connector.hpp (added) * XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/transfer_transform_connector.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/filter/transform_filter.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/filter/transform_filter.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/node/field.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/transformation/Functions/reduction_types.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/algorithm_transformation_reduce.cpp (added) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/algorithm_transformation_reduce.hpp (added) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/algorithm_transformation_transfer.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/algorithm_transformation_transfer.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/algorithm_transformation_weight.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/algorithm_transformation_weight.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_duplicate_scalar.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_duplicate_scalar.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_extract_domain.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_extract_domain.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_inverse.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_inverse.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_reduce_axis.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_reduce_axis.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_reduce_domain.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_reduce_domain.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/generic_algorithm_transformation.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/generic_algorithm_transformation.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/grid_algorithm.cpp (added) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/grid_algorithm.hpp (added) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/scalar_algorithm/scalar_algorithm_extract_axis.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/scalar_algorithm/scalar_algorithm_extract_axis.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/scalar_algorithm/scalar_algorithm_reduce_axis.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/scalar_algorithm/scalar_algorithm_reduce_axis.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/scalar_algorithm/scalar_algorithm_reduce_domain.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/scalar_algorithm/scalar_algorithm_reduce_domain.hpp (modified) Adapt transformation algorithm to new infrastructure (on going...) YM Thu, 17 Dec 2020 12:18:57 GMT ymipsl [1998] * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_duplicate_scalar.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_duplicate_scalar.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_extract.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_extract.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_zoom.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/axis_algorithm/axis_algorithm_zoom.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/domain_algorithm/domain_algorithm_compute_connectivity.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/domain_algorithm/domain_algorithm_compute_connectivity.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/domain_algorithm/domain_algorithm_expand.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/domain_algorithm/domain_algorithm_expand.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/domain_algorithm/domain_algorithm_extract.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/domain_algorithm/domain_algorithm_extract.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/domain_algorithm/domain_algorithm_generate_rectilinear.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/domain_algorithm/domain_algorithm_generate_rectilinear.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/domain_algorithm/domain_algorithm_interpolate.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/domain_algorithm/domain_algorithm_interpolate.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/domain_algorithm/domain_algorithm_reorder.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/domain_algorithm/domain_algorithm_reorder.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/domain_algorithm/domain_algorithm_zoom.cpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/domain_algorithm/domain_algorithm_zoom.hpp (modified) * XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/generic_algorithm_transformation.hpp (modified) Adapt transformation algorithm to new infrastructure (on going...) YM