# # ChangeLog for XIOS/trunk # # Generated by Trac 1.0.1 # 04/28/24 20:32:14 Tue, 22 Nov 2016 15:31:11 GMT rlacroix [1000] * XIOS/trunk/src/node/field.cpp (modified) * XIOS/trunk/src/node/field.hpp (modified) Fix handling of arithmetic expression for fields without a field_ref ... Mon, 21 Nov 2016 14:31:49 GMT mhnguyen [999] * XIOS/trunk/src/io/nc4_data_output.cpp (modified) Correcting a minor bug on writing a field in file +) Make sure each ... Sat, 19 Nov 2016 14:19:36 GMT ymipsl [998] * XIOS/trunk/src/config/field_attribute.conf (modified) * XIOS/trunk/src/context_server.cpp (modified) * XIOS/trunk/src/node/field.cpp (modified) * XIOS/trunk/src/node/field.hpp (modified) * XIOS/trunk/src/node/field_impl.hpp (modified) * XIOS/trunk/src/parse_expr/filter_expr_node.cpp (modified) - Clarify the situation about filter chaining order between spatial and ... Sat, 19 Nov 2016 14:11:46 GMT ymipsl [997] * XIOS/trunk/src/filter/store_filter.cpp (modified) Add information about avalaible incoming flux from file when timeout ... Fri, 18 Nov 2016 14:04:43 GMT mhnguyen [996] * XIOS/trunk/src/attribute_map.cpp (modified) * XIOS/trunk/src/attribute_map.hpp (modified) * XIOS/trunk/src/declare_ref_func.hpp (modified) * XIOS/trunk/src/node/file.cpp (modified) Some modifications to make sure there is no strange _undefined_id_ name ... Fri, 18 Nov 2016 14:04:40 GMT mhnguyen [995] * XIOS/trunk/src/node/axis.cpp (modified) * XIOS/trunk/src/node/domain.cpp (modified) Fixing a problem of indexed grid with only one process +) Checking ... Fri, 18 Nov 2016 11:25:49 GMT oabramkina [994] * XIOS/trunk/bld.cfg (modified) Correcting bld.cfg of commit 993. Fri, 18 Nov 2016 10:41:40 GMT oabramkina [993] * XIOS/trunk/bld.cfg (modified) * XIOS/trunk/src/io/nc4_data_output.cpp (modified) * XIOS/trunk/src/node/mesh.cpp (modified) * XIOS/trunk/src/test/test_regular.f90 (modified) Minor corrections for UGRID. Wed, 16 Nov 2016 13:53:27 GMT mhnguyen [991] * XIOS/trunk/src/interface/c_attr/icfield_attr.cpp (modified) * XIOS/trunk/src/interface/c_attr/icfieldgroup_attr.cpp (modified) * XIOS/trunk/src/interface/c_attr/icinterpolate_domain_attr.cpp (modified) * XIOS/trunk/src/interface/fortran_attr/field_interface_attr.F90 (modified) * XIOS/trunk/src/interface/fortran_attr/fieldgroup_interface_attr.F90 (modified) * XIOS/trunk/src/interface/fortran_attr/ifield_attr.F90 (modified) * XIOS/trunk/src/interface/fortran_attr/ifieldgroup_attr.F90 (modified) * XIOS/trunk/src/interface/fortran_attr/iinterpolate_domain_attr.F90 (modified) * XIOS/trunk/src/interface/fortran_attr/interpolate_domain_interface_attr.F90 (modified) Update Fortran interfaces Wed, 16 Nov 2016 13:53:24 GMT mhnguyen [990] * XIOS/trunk/src/config/field_attribute.conf (modified) * XIOS/trunk/src/io/nc4_data_output.cpp (modified) Adding new attributes for fields: cell_methods and cell_methods_mode ... Wed, 16 Nov 2016 13:53:20 GMT mhnguyen [989] * XIOS/trunk/src/io/nc4_data_output.cpp (modified) * XIOS/trunk/src/node/field.cpp (modified) * XIOS/trunk/src/node/field.hpp (modified) * XIOS/trunk/src/node/file.cpp (modified) Allowing fields to have its own time_counter value if time_counter is ... Wed, 16 Nov 2016 13:53:16 GMT mhnguyen [988] * XIOS/trunk/src/context_client.cpp (modified) * XIOS/trunk/src/context_client.hpp (modified) * XIOS/trunk/src/filter/source_filter.cpp (modified) * XIOS/trunk/src/node/field.cpp (modified) * XIOS/trunk/src/node/grid.cpp (modified) * XIOS/trunk/src/node/grid.hpp (modified) Correcting a bug on reading non-distributed data in server mode. +) Non ... Wed, 09 Nov 2016 10:01:45 GMT ymipsl [986] * XIOS/trunk/arch/arch-X64_ADA.env (modified) * XIOS/trunk/arch/arch-X64_ADA.path (modified) Fix ADA compiling environment YM Tue, 08 Nov 2016 15:26:23 GMT ymipsl [985] * XIOS/trunk/arch/arch-X64_ADA.fcm (modified) Remove netcdf link in arch.fcm file for ADA. YM Tue, 08 Nov 2016 15:23:04 GMT ymipsl [984] * XIOS/trunk/make_xios (modified) Add --arch_path option for make_xios. YM Thu, 27 Oct 2016 16:14:46 GMT mhnguyen [982] * XIOS/trunk/inputs/REMAP/iodef.xml (modified) * XIOS/trunk/src/config/interpolate_domain_attribute.conf (modified) * XIOS/trunk/src/node/interpolate_domain.cpp (modified) * XIOS/trunk/src/transformation/domain_algorithm_interpolate.cpp (modified) * XIOS/trunk/src/transformation/domain_algorithm_interpolate.hpp (modified) Implementing domain interpolation weights exportation The option 'file' ... Mon, 24 Oct 2016 14:16:51 GMT mhnguyen [981] * XIOS/trunk/src/generate_fortran_interface.cpp (modified) * XIOS/trunk/src/interface/c/icexpand_domain.cpp (copied) * XIOS/trunk/src/interface/c/icextract_to_axis.cpp (moved) * XIOS/trunk/src/interface/c/icextract_to_scalar.cpp (copied) * XIOS/trunk/src/interface/c/icreduce_to_axis.cpp (copied) * XIOS/trunk/src/interface/c/icreduce_to_scalar.cpp (copied) * XIOS/trunk/src/interface/c/icxml_tree.cpp (modified) * XIOS/trunk/src/interface/c_attr/icexpand_domain_attr.cpp (added) * XIOS/trunk/src/interface/c_attr/icextract_axis_to_scalar_attr.cpp (added) * XIOS/trunk/src/interface/c_attr/icextract_domain_to_axis_attr.cpp (added) * XIOS/trunk/src/interface/c_attr/icreduce_domain_to_axis_attr.cpp (added) * XIOS/trunk/src/interface/c_attr/icreduce_domain_to_scalar_attr.cpp (added) * XIOS/trunk/src/interface/fortran/expand_domain_interface.f90 (added) * XIOS/trunk/src/interface/fortran/extract_axis_to_scalar_interface.f90 (added) * XIOS/trunk/src/interface/fortran/extract_domain_to_axis_interface.f90 (added) * XIOS/trunk/src/interface/fortran/iexpand_domain.F90 (added) * XIOS/trunk/src/interface/fortran/iextract_axis_to_scalar.F90 (added) * XIOS/trunk/src/interface/fortran/iextract_domain_to_axis.F90 (added) * XIOS/trunk/src/interface/fortran/ireduce_domain_to_axis.F90 (added) * XIOS/trunk/src/interface/fortran/ireduce_domain_to_scalar.F90 (added) * XIOS/trunk/src/interface/fortran/ixios.F90 (modified) * XIOS/trunk/src/interface/fortran/ixios_interfaces.F90 (modified) * XIOS/trunk/src/interface/fortran/ixml_tree.F90 (modified) * XIOS/trunk/src/interface/fortran/reduce_domain_to_axis_interface.f90 (added) * XIOS/trunk/src/interface/fortran/reduce_domain_to_scalar_interface.f90 (added) * XIOS/trunk/src/interface/fortran_attr/expand_domain_interface_attr.F90 (added) * XIOS/trunk/src/interface/fortran_attr/extract_axis_to_scalar_interface_attr.F90 (added) * XIOS/trunk/src/interface/fortran_attr/extract_domain_to_axis_interface_attr.F90 (added) * XIOS/trunk/src/interface/fortran_attr/iexpand_domain_attr.F90 (added) * XIOS/trunk/src/interface/fortran_attr/iextract_axis_to_scalar_attr.F90 (added) * XIOS/trunk/src/interface/fortran_attr/iextract_domain_to_axis_attr.F90 (added) * XIOS/trunk/src/interface/fortran_attr/ireduce_domain_to_axis_attr.F90 (added) * XIOS/trunk/src/interface/fortran_attr/ireduce_domain_to_scalar_attr.F90 (added) * XIOS/trunk/src/interface/fortran_attr/reduce_domain_to_axis_interface_attr.F90 (added) * XIOS/trunk/src/interface/fortran_attr/reduce_domain_to_scalar_interface_attr.F90 (added) Fortran interfaces: +) Adding Fortran interfaces of transformation ... Mon, 24 Oct 2016 14:16:40 GMT mhnguyen [980] * XIOS/trunk/src/config/extract_domain_to_axis_attribute.conf (modified) * XIOS/trunk/src/config/reduce_axis_to_scalar_attribute.conf (modified) * XIOS/trunk/src/config/reduce_domain_to_axis_attribute.conf (modified) * XIOS/trunk/src/interface/c_attr/icreduce_axis_to_scalar_attr.cpp (modified) * XIOS/trunk/src/node/extract_domain_to_axis.cpp (modified) * XIOS/trunk/src/node/reduce_axis_to_scalar.cpp (modified) * XIOS/trunk/src/node/reduce_domain_to_axis.cpp (modified) * XIOS/trunk/src/transformation/axis_algorithm_extract_domain.cpp (modified) * XIOS/trunk/src/transformation/axis_algorithm_reduce_domain.cpp (modified) * XIOS/trunk/src/transformation/grid_transformation_selector.cpp (modified) * XIOS/trunk/src/transformation/scalar_algorithm_extract_axis.cpp (modified) * XIOS/trunk/src/transformation/scalar_algorithm_extract_axis.hpp (modified) * XIOS/trunk/src/transformation/scalar_algorithm_reduce_axis.cpp (modified) * XIOS/trunk/src/transformation/scalar_algorithm_reduce_axis.hpp (modified) Minor improvements: +) Change some type of variable to avoid some ... Mon, 24 Oct 2016 14:16:31 GMT mhnguyen [979] * XIOS/trunk/src/filter/spatial_transform_filter.cpp (modified) * XIOS/trunk/src/transformation/Functions/average_reduction.cpp (added) * XIOS/trunk/src/transformation/Functions/average_reduction.hpp (added) * XIOS/trunk/src/transformation/Functions/max_reduction.cpp (moved) * XIOS/trunk/src/transformation/Functions/max_reduction.hpp (moved) * XIOS/trunk/src/transformation/Functions/min_reduction.cpp (moved) * XIOS/trunk/src/transformation/Functions/min_reduction.hpp (moved) * XIOS/trunk/src/transformation/Functions/reduction.cpp (modified) * XIOS/trunk/src/transformation/Functions/reduction.hpp (modified) * XIOS/trunk/src/transformation/Functions/reduction_types.hpp (modified) * XIOS/trunk/src/transformation/Functions/sum_reduction.cpp (moved) * XIOS/trunk/src/transformation/Functions/sum_reduction.hpp (moved) * XIOS/trunk/src/transformation/axis_algorithm_extract_domain.cpp (modified) * XIOS/trunk/src/transformation/axis_algorithm_reduce_domain.cpp (modified) * XIOS/trunk/src/transformation/axis_algorithm_reduce_domain.hpp (modified) * XIOS/trunk/src/transformation/generic_algorithm_transformation.cpp (modified) * XIOS/trunk/src/transformation/generic_algorithm_transformation.hpp (modified) * XIOS/trunk/src/transformation/scalar_algorithm_reduce_axis.cpp (modified) * XIOS/trunk/src/transformation/scalar_algorithm_reduce_axis.hpp (modified) * XIOS/trunk/src/transformation/scalar_algorithm_reduce_domain.cpp (modified) * XIOS/trunk/src/transformation/scalar_algorithm_reduce_domain.hpp (modified) Implementing AVERAGE operation +) Add average operation for reduction ... Fri, 21 Oct 2016 11:40:33 GMT mhnguyen [978] * XIOS/trunk/inputs/REMAP/iodef.xml (modified) * XIOS/trunk/src/test/test_remap.f90 (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_interpolate.cpp (modified) * XIOS/trunk/src/transformation/grid_generate.cpp (modified) * XIOS/trunk/src/transformation/grid_transformation.cpp (modified) * XIOS/trunk/src/transformation/grid_transformation.hpp (modified) * XIOS/trunk/src/transformation/grid_transformation_selector.cpp (modified) * XIOS/trunk/src/transformation/grid_transformation_selector.hpp (modified) Correcting various bugs relating to transformation +) Fix the order of ... Tue, 18 Oct 2016 09:09:00 GMT mhnguyen [977] * XIOS/trunk/src/transformation/axis_algorithm_extract_domain.cpp (modified) * XIOS/trunk/src/transformation/axis_algorithm_reduce_domain.cpp (modified) * XIOS/trunk/src/transformation/generic_algorithm_transformation.cpp (modified) * XIOS/trunk/src/transformation/scalar_algorithm_extract_axis.cpp (modified) * XIOS/trunk/src/transformation/scalar_algorithm_reduce_axis.cpp (modified) Minor improvements: Removing some redundant codes Tue, 18 Oct 2016 09:08:11 GMT mhnguyen [976] * XIOS/trunk/src/config/node_type.conf (modified) * XIOS/trunk/src/config/reduce_domain_to_scalar_attribute.conf (added) * XIOS/trunk/src/group_factory_decl.cpp (modified) * XIOS/trunk/src/group_template_decl.cpp (modified) * XIOS/trunk/src/node/grid.hpp (modified) * XIOS/trunk/src/node/node_enum.hpp (modified) * XIOS/trunk/src/node/node_type.hpp (modified) * XIOS/trunk/src/node/reduce_domain_to_scalar.cpp (added) * XIOS/trunk/src/node/reduce_domain_to_scalar.hpp (added) * XIOS/trunk/src/node/scalar.cpp (modified) * XIOS/trunk/src/node/transformation_enum.hpp (modified) * XIOS/trunk/src/object_factory_decl.cpp (modified) * XIOS/trunk/src/object_template_decl.cpp (modified) * XIOS/trunk/src/transformation/algo_types.hpp (modified) * XIOS/trunk/src/transformation/grid_transformation_selector.cpp (modified) * XIOS/trunk/src/transformation/scalar_algorithm_reduce_domain.cpp (added) * XIOS/trunk/src/transformation/scalar_algorithm_reduce_domain.hpp (added) * XIOS/trunk/src/transformation/scalar_algorithm_transformation.cpp (modified) * XIOS/trunk/src/type/type_util.hpp (modified) * XIOS/trunk/src/xml_parser_decl.cpp (modified) Ticket 110: Implementing domain reduction to scalar +) Add xml node for ... Tue, 18 Oct 2016 09:07:36 GMT mhnguyen [975] * XIOS/trunk/src/node/domain.cpp (modified) Checking more strictly i_index, j_index of a domain +) Make sure that ... Tue, 18 Oct 2016 09:07:07 GMT mhnguyen [974] * XIOS/trunk/src/node/domain.cpp (modified) Ticket 95: Loosening checking condition for lonvalue_1d for rectilinear ... Mon, 17 Oct 2016 14:47:08 GMT ymipsl [973] * XIOS/trunk/src/io/nc4_data_output.cpp (modified) Removed unused attribute nav_model for X or Y axis. YM Mon, 17 Oct 2016 14:44:57 GMT ymipsl [972] * XIOS/trunk/src/io/netCdfInterface.cpp (modified) Do not call compression if compression_level=0 It appear to be a bug for ... Thu, 13 Oct 2016 15:22:31 GMT mhnguyen [971] * XIOS/trunk/src/node/domain.cpp (modified) Correcting the previous commit Test +) On Curie +) Tests pass Thu, 13 Oct 2016 13:48:43 GMT mhnguyen [970] * XIOS/trunk/src/node/axis.cpp (modified) Making some changes in axis checking condition to make it coherent with ... Thu, 13 Oct 2016 13:48:40 GMT mhnguyen [969] * XIOS/trunk/src/node/domain.cpp (modified) Ticket 111: Loosening the checking condition for domain with data_dim == ... Thu, 13 Oct 2016 13:48:36 GMT mhnguyen [968] * XIOS/trunk/src/node/axis.cpp (modified) * XIOS/trunk/src/node/domain.cpp (modified) * XIOS/trunk/src/node/grid.cpp (modified) * XIOS/trunk/src/node/scalar.cpp (modified) Improvements: Tighten checking transformation type in xml +) A ... Wed, 12 Oct 2016 09:17:49 GMT mhnguyen [967] * XIOS/trunk/src/io/nc4_data_input.cpp (modified) * XIOS/trunk/src/io/nc4_data_input.hpp (modified) * XIOS/trunk/src/node/field.cpp (modified) * XIOS/trunk/src/node/grid.cpp (modified) Ticket 106: Reading a scalar from file +) Add method to read scalar ... Mon, 10 Oct 2016 14:01:11 GMT mhnguyen [966] * XIOS/trunk/src/attribute_map.cpp (modified) * XIOS/trunk/src/generate_interface_impl.hpp (modified) * XIOS/trunk/src/interface/fortran_attr/iaxis_attr.F90 (modified) * XIOS/trunk/src/interface/fortran_attr/iaxisgroup_attr.F90 (modified) * XIOS/trunk/src/interface/fortran_attr/icalendar_wrapper_attr.F90 (modified) * XIOS/trunk/src/interface/fortran_attr/icompute_connectivity_domain_attr.F90 (modified) * XIOS/trunk/src/interface/fortran_attr/icontext_attr.F90 (modified) * XIOS/trunk/src/interface/fortran_attr/idomain_attr.F90 (modified) * XIOS/trunk/src/interface/fortran_attr/idomaingroup_attr.F90 (modified) * XIOS/trunk/src/interface/fortran_attr/ifield_attr.F90 (modified) * XIOS/trunk/src/interface/fortran_attr/ifieldgroup_attr.F90 (modified) * XIOS/trunk/src/interface/fortran_attr/ifile_attr.F90 (modified) * XIOS/trunk/src/interface/fortran_attr/ifilegroup_attr.F90 (modified) * XIOS/trunk/src/interface/fortran_attr/igenerate_rectilinear_domain_attr.F90 (modified) * XIOS/trunk/src/interface/fortran_attr/igrid_attr.F90 (modified) * XIOS/trunk/src/interface/fortran_attr/igridgroup_attr.F90 (modified) * XIOS/trunk/src/interface/fortran_attr/iinterpolate_axis_attr.F90 (modified) * XIOS/trunk/src/interface/fortran_attr/iinterpolate_domain_attr.F90 (modified) * XIOS/trunk/src/interface/fortran_attr/iinverse_axis_attr.F90 (modified) * XIOS/trunk/src/interface/fortran_attr/ireduce_axis_to_scalar_attr.F90 (modified) * XIOS/trunk/src/interface/fortran_attr/iscalar_attr.F90 (modified) * XIOS/trunk/src/interface/fortran_attr/iscalargroup_attr.F90 (modified) * XIOS/trunk/src/interface/fortran_attr/ivariable_attr.F90 (modified) * XIOS/trunk/src/interface/fortran_attr/ivariablegroup_attr.F90 (modified) * XIOS/trunk/src/interface/fortran_attr/izoom_axis_attr.F90 (modified) * XIOS/trunk/src/interface/fortran_attr/izoom_domain_attr.F90 (modified) Reducing length of line of auto-generate Fortran interface +) Break ... Tue, 04 Oct 2016 18:03:38 GMT mhnguyen [965] * XIOS/trunk/src/interface/fortran/idata.F90 (modified) Correcting Fortran interface for receiving scalar. Tue, 04 Oct 2016 17:01:44 GMT mhnguyen [964] * XIOS/trunk/src/node/axis.cpp (modified) Ticket 108: Fixing distribution condition of an axis +) Make sure an ... Tue, 04 Oct 2016 17:01:41 GMT mhnguyen [963] * XIOS/trunk/src/io/nc4_data_input.cpp (modified) Loosen checking condition on reading an unstructured domain Tue, 04 Oct 2016 17:01:39 GMT mhnguyen [962] * XIOS/trunk/src/declare_ref_func.hpp (modified) Improving name-search in inheritance tree +) If there is no name ... Tue, 04 Oct 2016 16:59:37 GMT mhnguyen [961] * XIOS/trunk/src/interface/c/icdata.cpp (modified) * XIOS/trunk/src/interface/fortran/idata.F90 (modified) * XIOS/trunk/src/interface/fortran/ixios_interfaces.F90 (modified) Fortran interface: Receiving scalar value Tue, 04 Oct 2016 16:59:32 GMT mhnguyen [960] * XIOS/trunk/src/config/extract_axis_to_scalar_attribute.conf (added) * XIOS/trunk/src/config/node_type.conf (modified) * XIOS/trunk/src/group_factory_decl.cpp (modified) * XIOS/trunk/src/group_template_decl.cpp (modified) * XIOS/trunk/src/node/extract_axis_to_scalar.cpp (added) * XIOS/trunk/src/node/extract_axis_to_scalar.hpp (added) * XIOS/trunk/src/node/node_enum.hpp (modified) * XIOS/trunk/src/node/node_type.hpp (modified) * XIOS/trunk/src/node/scalar.cpp (modified) * XIOS/trunk/src/node/transformation_enum.hpp (modified) * XIOS/trunk/src/object_factory_decl.cpp (modified) * XIOS/trunk/src/object_template_decl.cpp (modified) * XIOS/trunk/src/transformation/algo_types.hpp (modified) * XIOS/trunk/src/transformation/grid_transformation_selector.cpp (modified) * XIOS/trunk/src/transformation/scalar_algorithm_extract_axis.cpp (added) * XIOS/trunk/src/transformation/scalar_algorithm_extract_axis.hpp (added) * XIOS/trunk/src/type/type_util.hpp (modified) * XIOS/trunk/src/xml_parser_decl.cpp (modified) New transformation: Extract a point on axis to a scalar +) Add new node ... Tue, 04 Oct 2016 07:01:28 GMT ymipsl [959] * XIOS/trunk/src/node/field.cpp (modified) Fix bug introduced in rev 952 causing trouble for reading ... Fri, 30 Sep 2016 13:28:06 GMT rlacroix [958] * XIOS/trunk/src/node/context.cpp (modified) Timeseries fields now inherit the variables from the fields they are ... Fri, 30 Sep 2016 13:28:05 GMT rlacroix [957] * XIOS/trunk/src/node/field.cpp (modified) * XIOS/trunk/src/node/field.hpp (modified) * XIOS/trunk/src/node/file.cpp (modified) * XIOS/trunk/src/node/file.hpp (modified) * XIOS/trunk/src/node/grid.cpp (modified) * XIOS/trunk/src/node/grid.hpp (modified) Fix a possible crash caused by an infinite recursion. The way virtual ... Fri, 30 Sep 2016 13:28:00 GMT rlacroix [956] * XIOS/trunk/src/cxios.cpp (modified) * XIOS/trunk/src/server.cpp (modified) Make sure CXios::isClient and CXios::isServer variables are used in a ... Fri, 30 Sep 2016 11:26:11 GMT yushan [955] * XIOS/trunk/src/node/grid.hpp (modified) adding grid name for error message Fri, 30 Sep 2016 07:47:15 GMT ymipsl [954] * XIOS/trunk/src/test/test_unstruct_complete.f90 (modified) Revert to rev 944 (file commited by error) YM Tue, 27 Sep 2016 22:45:10 GMT ymipsl [953] * XIOS/trunk/src/config/domain_attribute.conf (modified) * XIOS/trunk/src/node/domain.cpp (modified) * XIOS/trunk/src/node/domain.hpp (modified) * XIOS/trunk/src/test/test_unstruct_complete.f90 (modified) * XIOS/trunk/src/transformation/domain_algorithm_interpolate.cpp (modified) Add gaussian grid support./n YM Mon, 26 Sep 2016 14:26:38 GMT ymipsl [952] * XIOS/trunk/src/io/nc4_data_output.cpp (modified) * XIOS/trunk/src/node/field.cpp (modified) * XIOS/trunk/src/node/field.hpp (modified) * XIOS/trunk/src/node/file.cpp (modified) - Attribut record_offset accept now negative value. - Field are not ... Mon, 26 Sep 2016 12:39:26 GMT ymipsl [951] * XIOS/trunk/extern/remap/src/tree.cpp (modified) Fix compilation problem using GCC YM Fri, 23 Sep 2016 12:23:16 GMT ymipsl [950] * XIOS/trunk/extern/remap/src/polyg.cpp (modified) remapper : fix rounding error which stop the remaping. YM Fri, 23 Sep 2016 12:21:06 GMT ymipsl [949] * XIOS/trunk/src/transformation/domain_algorithm_interpolate.cpp (modified) Remove 2 codes lines that have been forgotten, which cause spurious ... Fri, 23 Sep 2016 12:19:09 GMT ymipsl [948] * XIOS/trunk/src/io/inetcdf4.cpp (modified) Bug fix : read unstructured grid with one or more axis. This is a fix ... Thu, 22 Sep 2016 14:19:20 GMT oabramkina [947] * XIOS/trunk/src/interface/fortran/icontext.F90 (modified) Setting context by id added (xios_set_current_context(id)). Thu, 22 Sep 2016 10:05:01 GMT oabramkina [946] * XIOS/trunk/src/node/mesh.cpp (modified) Reverting mesh.cpp to version 931. Thu, 22 Sep 2016 09:54:39 GMT oabramkina [945] * XIOS/trunk/src/node/mesh.cpp (modified) Reverting mesh.cpp to version 931. Thu, 22 Sep 2016 08:59:32 GMT mhnguyen [944] * XIOS/trunk/inputs/Unstruct/iodef.xml (modified) * XIOS/trunk/src/node/compute_connectivity_domain.cpp (modified) * XIOS/trunk/src/test/test_unstruct_complete.f90 (modified) * XIOS/trunk/src/transformation/domain_algorithm_compute_connectivity.cpp (modified) * XIOS/trunk/src/transformation/domain_algorithm_compute_connectivity.hpp (modified) Update compute_connectivity_domain with new functions of class CMesh +) ... Thu, 22 Sep 2016 08:59:27 GMT mhnguyen [943] * XIOS/trunk/src/interface/c/icfield.cpp (modified) * XIOS/trunk/src/interface/fortran/field_interface.f90 (modified) * XIOS/trunk/src/interface/fortran/ifield.F90 (modified) * XIOS/trunk/src/interface/fortran/ixios.F90 (modified) * XIOS/trunk/src/interface/fortran/ixios_interfaces.F90 (modified) * XIOS/trunk/src/node/grid.cpp (modified) * XIOS/trunk/src/node/grid.hpp (modified) * XIOS/trunk/src/transformation/domain_algorithm_expand.cpp (modified) Adding Fortran interfaces for retrieving domains, axis, scalars of a ... Thu, 22 Sep 2016 08:59:22 GMT mhnguyen [942] * XIOS/trunk/src/node/domain.cpp (modified) Modifying some checking conditions of domain to be loosen +) Loosen the ... Thu, 22 Sep 2016 08:59:17 GMT mhnguyen [941] * XIOS/trunk/src/client_client_dht_decl.cpp (modified) * XIOS/trunk/src/client_client_dht_template.hpp (modified) * XIOS/trunk/src/config/expand_domain_attribute.conf (modified) * XIOS/trunk/src/declare_ref_func.hpp (modified) * XIOS/trunk/src/node/expand_domain.cpp (modified) * XIOS/trunk/src/node/mesh.cpp (modified) * XIOS/trunk/src/transformation/algo_types.hpp (modified) * XIOS/trunk/src/transformation/domain_algorithm_expand.cpp (modified) * XIOS/trunk/src/transformation/domain_algorithm_expand.hpp (modified) * XIOS/trunk/src/transformation/grid_transformation.cpp (modified) * XIOS/trunk/src/transformation/grid_transformation_selector.cpp (modified) Finishing the implementation of expand domain transformation +) Make ... Thu, 22 Sep 2016 08:59:13 GMT mhnguyen [940] * XIOS/trunk/src/node/grid.cpp (modified) Making some error messages clearer Thu, 22 Sep 2016 08:59:10 GMT mhnguyen [939] * XIOS/trunk/src/node/expand_domain.cpp (modified) Correcting minor bug in expand_domain +) Correct code registration ... Thu, 22 Sep 2016 08:59:07 GMT mhnguyen [938] * XIOS/trunk/src/config/reduce_domain_to_axis_attribute.conf (modified) * XIOS/trunk/src/node/reduce_domain_to_axis.cpp (modified) * XIOS/trunk/src/transformation/axis_algorithm_reduce_domain.cpp (modified) Modifying reduce_axis_to_domain attribute to prevent error-prone +) ... Thu, 22 Sep 2016 08:59:04 GMT mhnguyen [937] * XIOS/trunk/src/node/interpolate_axis.cpp (modified) * XIOS/trunk/src/transformation/axis_algorithm_interpolate.cpp (modified) Smalll improvements for interpolation axis +) Strictly check order of ... Thu, 22 Sep 2016 08:59:00 GMT mhnguyen [936] * XIOS/trunk/src/transformation/axis_algorithm_inverse.cpp (modified) Correcting a bug of inverse axis on distributed axis +) The global ... Thu, 22 Sep 2016 08:58:55 GMT mhnguyen [935] * XIOS/trunk/src/config/expand_domain_attribute.conf (added) * XIOS/trunk/src/config/node_type.conf (modified) * XIOS/trunk/src/group_factory_decl.cpp (modified) * XIOS/trunk/src/group_template_decl.cpp (modified) * XIOS/trunk/src/node/domain.cpp (modified) * XIOS/trunk/src/node/expand_domain.cpp (added) * XIOS/trunk/src/node/expand_domain.hpp (added) * 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/object_factory_decl.cpp (modified) * XIOS/trunk/src/object_template_decl.cpp (modified) * XIOS/trunk/src/transformation/domain_algorithm_expand.cpp (added) * XIOS/trunk/src/transformation/domain_algorithm_expand.hpp (added) * XIOS/trunk/src/type/type_util.hpp (modified) * XIOS/trunk/src/xml_parser_decl.cpp (modified) Adding interface for expand_domain Thu, 22 Sep 2016 08:58:44 GMT mhnguyen [934] * XIOS/trunk/inputs/Unstruct/iodef.xml (modified) * XIOS/trunk/src/config/compute_connectivity_domain_attribute.conf (added) * XIOS/trunk/src/config/node_type.conf (modified) * XIOS/trunk/src/generate_fortran_interface.cpp (modified) * XIOS/trunk/src/group_factory_decl.cpp (modified) * XIOS/trunk/src/group_template_decl.cpp (modified) * XIOS/trunk/src/interface/c/iccompute_connectivity_domain.cpp (added) * XIOS/trunk/src/interface/c/icxml_tree.cpp (modified) * XIOS/trunk/src/interface/c_attr/iccompute_connectivity_domain_attr.cpp (added) * XIOS/trunk/src/interface/fortran/compute_connectivity_domain_interface.f90 (added) * XIOS/trunk/src/interface/fortran/icompute_connectivity_domain.F90 (added) * XIOS/trunk/src/interface/fortran/ixios.F90 (modified) * XIOS/trunk/src/interface/fortran/ixios_interfaces.F90 (modified) * XIOS/trunk/src/interface/fortran/ixml_tree.F90 (modified) * XIOS/trunk/src/interface/fortran_attr/compute_connectivity_domain_interface_attr.F90 (added) * XIOS/trunk/src/interface/fortran_attr/icompute_connectivity_domain_attr.F90 (added) * XIOS/trunk/src/node/compute_connectivity_domain.cpp (added) * XIOS/trunk/src/node/compute_connectivity_domain.hpp (added) * XIOS/trunk/src/node/domain.cpp (modified) * XIOS/trunk/src/node/field.cpp (modified) * XIOS/trunk/src/node/node_enum.hpp (modified) * XIOS/trunk/src/node/node_type.hpp (modified) * XIOS/trunk/src/node/transformation.hpp (modified) * XIOS/trunk/src/node/transformation_enum.hpp (modified) * XIOS/trunk/src/object_factory_decl.cpp (modified) * XIOS/trunk/src/object_template_decl.cpp (modified) * XIOS/trunk/src/test/test_unstruct_complete.f90 (modified) * XIOS/trunk/src/transformation/algo_types.hpp (modified) * XIOS/trunk/src/transformation/axis_algorithm_transformation.hpp (modified) * XIOS/trunk/src/transformation/domain_algorithm_compute_connectivity.cpp (added) * XIOS/trunk/src/transformation/domain_algorithm_compute_connectivity.hpp (added) * XIOS/trunk/src/transformation/grid_transformation_selector.cpp (modified) * XIOS/trunk/src/type/type_util.hpp (modified) * XIOS/trunk/src/xml_parser_decl.cpp (modified) Adding new transformation: Compute_connectivity_domain Test +) On ... Thu, 22 Sep 2016 08:58:32 GMT mhnguyen [933] * XIOS/trunk/src/transformation/axis_algorithm_extract_domain.cpp (modified) * XIOS/trunk/src/transformation/axis_algorithm_extract_domain.hpp (modified) * XIOS/trunk/src/transformation/axis_algorithm_interpolate.cpp (modified) * XIOS/trunk/src/transformation/axis_algorithm_interpolate.hpp (modified) * XIOS/trunk/src/transformation/axis_algorithm_inverse.cpp (modified) * XIOS/trunk/src/transformation/axis_algorithm_inverse.hpp (modified) * XIOS/trunk/src/transformation/axis_algorithm_reduce_domain.cpp (modified) * XIOS/trunk/src/transformation/axis_algorithm_reduce_domain.hpp (modified) * XIOS/trunk/src/transformation/axis_algorithm_zoom.cpp (modified) * XIOS/trunk/src/transformation/axis_algorithm_zoom.hpp (modified) * XIOS/trunk/src/transformation/domain_algorithm_generate_rectilinear.cpp (modified) * XIOS/trunk/src/transformation/domain_algorithm_interpolate.cpp (modified) * XIOS/trunk/src/transformation/domain_algorithm_interpolate.hpp (modified) * XIOS/trunk/src/transformation/domain_algorithm_zoom.cpp (modified) * XIOS/trunk/src/transformation/domain_algorithm_zoom.hpp (modified) * 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/transformation/grid_transformation_factory_decl.cpp (added) * XIOS/trunk/src/transformation/grid_transformation_factory_impl.hpp (added) * XIOS/trunk/src/transformation/grid_transformation_selector.cpp (modified) * XIOS/trunk/src/transformation/grid_transformation_selector.hpp (modified) * XIOS/trunk/src/transformation/scalar_algorithm_reduce_axis.cpp (modified) * XIOS/trunk/src/transformation/scalar_algorithm_reduce_axis.hpp (modified) Improving transformation selection. Instead of modifying directly ... Wed, 21 Sep 2016 12:35:03 GMT mhnguyen [932] * XIOS/trunk/src/attribute_array_decl.cpp (modified) * XIOS/trunk/src/config/grid_attribute.conf (modified) * XIOS/trunk/src/distribution_client.cpp (modified) * XIOS/trunk/src/filter/source_filter.cpp (modified) * XIOS/trunk/src/filter/store_filter.cpp (modified) * XIOS/trunk/src/generate_interface_impl.hpp (modified) * XIOS/trunk/src/interface/c/icdata.cpp (modified) * XIOS/trunk/src/interface/c_attr/icfile_attr.cpp (modified) * XIOS/trunk/src/interface/c_attr/icfilegroup_attr.cpp (modified) * XIOS/trunk/src/interface/c_attr/icgrid_attr.cpp (modified) * XIOS/trunk/src/interface/c_attr/icgridgroup_attr.cpp (modified) * XIOS/trunk/src/interface/fortran/idata.F90 (modified) * XIOS/trunk/src/interface/fortran/ixios_interfaces.F90 (modified) * XIOS/trunk/src/interface/fortran_attr/file_interface_attr.F90 (modified) * XIOS/trunk/src/interface/fortran_attr/filegroup_interface_attr.F90 (modified) * XIOS/trunk/src/interface/fortran_attr/grid_interface_attr.F90 (modified) * XIOS/trunk/src/interface/fortran_attr/gridgroup_interface_attr.F90 (modified) * XIOS/trunk/src/interface/fortran_attr/ifile_attr.F90 (modified) * XIOS/trunk/src/interface/fortran_attr/ifilegroup_attr.F90 (modified) * XIOS/trunk/src/interface/fortran_attr/igrid_attr.F90 (modified) * XIOS/trunk/src/interface/fortran_attr/igridgroup_attr.F90 (modified) * XIOS/trunk/src/node/field_decl.cpp (modified) * XIOS/trunk/src/node/grid.cpp (modified) Adding Fortran interface for high-dimension grid (up to 7) +) Add check ... Tue, 20 Sep 2016 14:48:07 GMT oabramkina [931] * XIOS/trunk/src/io/nc4_data_output.cpp (modified) * XIOS/trunk/src/node/mesh.cpp (modified) * XIOS/trunk/src/node/mesh.hpp (modified) Mesh connectivity: Functions for determining local and global ... Mon, 12 Sep 2016 16:35:00 GMT mhnguyen [930] * XIOS/trunk/src/distribution.hpp (modified) * XIOS/trunk/src/distribution_client.hpp (modified) * XIOS/trunk/src/distribution_server.cpp (modified) * XIOS/trunk/src/distribution_server.hpp (modified) Improving the performance of on server side +) Replace searching ... Fri, 09 Sep 2016 14:57:43 GMT oabramkina [929] * XIOS/trunk/src/io/nc4_data_output.cpp (modified) * XIOS/trunk/src/node/mesh.cpp (modified) * XIOS/trunk/src/node/mesh.hpp (modified) Mesh connectivity: Fixing a bug for UGRID in case meshes containing ... Thu, 08 Sep 2016 14:32:04 GMT rlacroix [928] * XIOS/trunk/src/node/context.cpp (modified) Timeseries files now inherit the global variables from the file they are ... Thu, 08 Sep 2016 09:18:51 GMT rlacroix [927] * XIOS/trunk/src/node/axis.cpp (modified) * XIOS/trunk/src/node/axis.hpp (modified) * XIOS/trunk/src/node/grid.cpp (modified) Fix: Ensure that the buffer sizes needed to send the axis attributes are ... Thu, 08 Sep 2016 09:18:50 GMT rlacroix [926] * XIOS/trunk/src/node/grid.cpp (modified) Fix: Make sure that the connected servers are properly set for non- ... Thu, 08 Sep 2016 09:18:49 GMT rlacroix [925] * XIOS/trunk/src/client.cpp (modified) * XIOS/trunk/src/server.cpp (modified) Fix MPI_Init calls to be more compliant with the standard. Fri, 02 Sep 2016 07:41:27 GMT oabramkina [924] * XIOS/trunk/inputs/Regular_ugrid (added) * XIOS/trunk/inputs/Regular_ugrid/context_atmosphere.xml (added) * XIOS/trunk/inputs/Regular_ugrid/iodef.xml (added) * XIOS/trunk/src/client_client_dht_decl.cpp (modified) * XIOS/trunk/src/client_client_dht_template.hpp (modified) * XIOS/trunk/src/dht_auto_indexing.cpp (modified) * XIOS/trunk/src/dht_auto_indexing.hpp (modified) * XIOS/trunk/src/io/nc4_data_output.cpp (modified) * XIOS/trunk/src/io/onetcdf4_decl.cpp (modified) * XIOS/trunk/src/node/domain.cpp (modified) * XIOS/trunk/src/node/domain.hpp (modified) * XIOS/trunk/src/node/mesh.cpp (modified) * XIOS/trunk/src/node/mesh.hpp (modified) * XIOS/trunk/src/test/test_regular.f90 (added) Parallel version of UGRID norms. The following connectivity parameters ... Fri, 26 Aug 2016 13:07:20 GMT ymipsl [923] * XIOS/trunk/extern/remap/src/elt.hpp (modified) * XIOS/trunk/extern/remap/src/mapper.cpp (modified) * XIOS/trunk/extern/remap/src/node.cpp (modified) * XIOS/trunk/extern/remap/src/node.hpp (modified) * XIOS/trunk/extern/remap/src/parallel_tree.cpp (modified) * XIOS/trunk/extern/remap/src/tree.cpp (modified) * XIOS/trunk/extern/remap/src/tree.hpp (modified) Improve remapper : - increase stability for smal grid remapping - ... Tue, 23 Aug 2016 15:34:48 GMT mhnguyen [922] * XIOS/trunk/src/declare_ref_func.hpp (modified) Correcting compilation error with gcc 4.8 +) Remove some part which ... Fri, 12 Aug 2016 17:58:00 GMT mhnguyen [921] * XIOS/trunk/src/declare_ref_func.hpp (modified) Ticket 101: Wrong field name in timeseries mode +) Change the way to ... Fri, 12 Aug 2016 17:57:58 GMT mhnguyen [920] * XIOS/trunk/src/node/file.cpp (modified) Ticket 100: Correct format name of splitted output file Test +) Local ... Fri, 12 Aug 2016 17:57:55 GMT mhnguyen [919] * XIOS/trunk/extern/remap/src/clipper.cpp (modified) Commit the workaround of RĂ©mi on the problem of remap library when ... Fri, 12 Aug 2016 17:57:50 GMT mhnguyen [918] * XIOS/trunk/src/filter/spatial_transform_filter.cpp (modified) * XIOS/trunk/src/transformation/axis_algorithm_extract_domain.cpp (modified) * XIOS/trunk/src/transformation/axis_algorithm_extract_domain.hpp (modified) * XIOS/trunk/src/transformation/axis_algorithm_interpolate.cpp (modified) * XIOS/trunk/src/transformation/axis_algorithm_reduce_domain.cpp (modified) * XIOS/trunk/src/transformation/axis_algorithm_reduce_domain.hpp (modified) * XIOS/trunk/src/transformation/generic_algorithm_transformation.cpp (modified) * XIOS/trunk/src/transformation/generic_algorithm_transformation.hpp (modified) * XIOS/trunk/src/transformation/scalar_algorithm_reduce_axis.cpp (modified) * XIOS/trunk/src/transformation/scalar_algorithm_reduce_axis.hpp (modified) Modifying vertical interpolation +) Only process interpolation, the ... Thu, 04 Aug 2016 14:24:20 GMT rlacroix [917] * XIOS/trunk/src/buffer_client.cpp (modified) * XIOS/trunk/src/buffer_client.hpp (modified) * XIOS/trunk/src/context_client.cpp (modified) * XIOS/trunk/src/context_client.hpp (modified) * XIOS/trunk/src/node/context.cpp (modified) * XIOS/trunk/src/node/context.hpp (modified) Fix the client/server communication protocol. In the some extreme cases ... Thu, 04 Aug 2016 12:09:24 GMT rlacroix [916] * XIOS/trunk/doc/XIOS_user_guide.lyx (modified) * XIOS/trunk/doc/XIOS_user_guide.pdf (modified) User guide: Document the buffer size related options. Thu, 04 Aug 2016 12:09:24 GMT rlacroix [915] * XIOS/trunk/src/transformation/domain_algorithm_interpolate.cpp (modified) Cosmetics: Fix intentation. Wed, 03 Aug 2016 16:04:57 GMT mhnguyen [914] * XIOS/trunk/src/node/grid.cpp (modified) Ticket 98: Fixing bug relating to element size +) Correct return value ... Wed, 03 Aug 2016 13:49:11 GMT mhnguyen [913] * XIOS/trunk/src/transformation/axis_algorithm_interpolate.cpp (modified) Adding the mask checking for dynamic vertical interpolation +) Only use ... Wed, 03 Aug 2016 13:49:10 GMT mhnguyen [912] * XIOS/trunk/src/transformation/axis_algorithm_interpolate.cpp (modified) * XIOS/trunk/src/transformation/axis_algorithm_interpolate.hpp (modified) Fixing bug in axis interpolation +) Correct index for searching ... Wed, 03 Aug 2016 11:19:14 GMT mhnguyen [911] * XIOS/trunk/src/node/domain.cpp (modified) Adding an initialization for domain area Test +) On Curie +) Only ... Thu, 28 Jul 2016 13:43:07 GMT rlacroix [909] * XIOS/trunk/src/node/context.cpp (modified) Fix: The "buffer_size_factor" parameter was not used. I mistakenly ... Thu, 28 Jul 2016 13:43:07 GMT rlacroix [908] * XIOS/trunk/src/node/context.cpp (modified) Fix: The buffers sizes for servers to clients communications were ... Thu, 28 Jul 2016 11:35:00 GMT mhnguyen [907] * XIOS/trunk/src/client_server_mapping_distributed.cpp (modified) Correcting a minor thing of previous commit +) Make sure the number of ... Thu, 28 Jul 2016 08:56:52 GMT mhnguyen [906] * XIOS/trunk/src/client_server_mapping_distributed.cpp (modified) * XIOS/trunk/src/node/axis.cpp (modified) * XIOS/trunk/src/node/domain.cpp (modified) Fixing bug: Ticket 98 +) Correct the way to distribute index of domain ... Tue, 26 Jul 2016 11:29:26 GMT aclsce [905] * XIOS/trunk/arch/arch-ifort_LSCE.path (modified) - LSCE ifort compilation : added -lnetcdff needed for the link. Mon, 25 Jul 2016 16:48:27 GMT mhnguyen [904] * XIOS/trunk/src/transformation/Functions/reduction.cpp (modified) Correcting error with gcc 4.4. +) Remove an unnecessary typename Test ... Mon, 25 Jul 2016 12:31:08 GMT mhnguyen [903] * XIOS/trunk/src/interface/fortran/ixios_interfaces.F90 (modified) * XIOS/trunk/src/interface/fortran/ixml_tree.F90 (modified) * XIOS/trunk/src/test/test_new_features.f90 (modified) * XIOS/trunk/src/test/test_remap.f90 (modified) Fixing error with gfortran because of length of line +) Break long line ... Mon, 18 Jul 2016 06:58:58 GMT oabramkina [902] * XIOS/trunk/src/io/nc4_data_output.cpp (modified) Sequential version of new functionalities for mesh connectivity: ... Mon, 18 Jul 2016 06:45:51 GMT oabramkina [901] * XIOS/trunk/src/node/mesh.cpp (modified) Sequential version of new functionalities for mesh connectivity: ... Wed, 13 Jul 2016 15:56:22 GMT oabramkina [900] * XIOS/trunk/src/node/mesh.cpp (modified) * XIOS/trunk/src/node/mesh.hpp (modified) Sequential version of new functionalities for mesh connectivity: ... Tue, 12 Jul 2016 16:13:01 GMT ymipsl [899] * XIOS/trunk/src/node/domain.cpp (modified) Fix remaping for ni_glo=1 or nj_glo=1 YM Tue, 12 Jul 2016 16:11:42 GMT ymipsl [898] * XIOS/trunk/extern/remap/src/parallel_tree.cpp (modified) fix remaping for a small number of cells YM Mon, 11 Jul 2016 15:36:11 GMT mhnguyen [897] * XIOS/trunk/src/transformation/grid_transformation_selector.cpp (modified) * XIOS/trunk/src/transformation/grid_transformation_selector.hpp (modified) Fixing bug in transformation selector +) If grid source and grid ...