# # ChangeLog for / # # Generated by Trac 1.0.1 # 03/28/24 20:01:48 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 ... Wed, 03 Aug 2016 11:18:09 GMT mhnguyen [910] * XIOS/branchs/xios-1.0/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 ... Mon, 11 Jul 2016 15:36:08 GMT mhnguyen [896] * XIOS/trunk/src/transformation/axis_algorithm_interpolate.cpp (modified) * XIOS/trunk/src/transformation/axis_algorithm_interpolate.hpp (modified) Correcting a bug in axis interpolation +) Ascending or Descending ... Mon, 11 Jul 2016 15:36:01 GMT mhnguyen [895] * XIOS/trunk/src/config/extract_domain_to_axis_attribute.conf (added) * XIOS/trunk/src/config/node_type.conf (modified) * XIOS/trunk/src/config/reduce_domain_to_axis_attribute.conf (added) * XIOS/trunk/src/group_factory_decl.cpp (modified) * XIOS/trunk/src/group_template_decl.cpp (modified) * XIOS/trunk/src/node/axis.cpp (modified) * XIOS/trunk/src/node/domain.cpp (modified) * XIOS/trunk/src/node/extract_domain_to_axis.cpp (added) * XIOS/trunk/src/node/extract_domain_to_axis.hpp (added) * XIOS/trunk/src/node/grid.cpp (modified) * XIOS/trunk/src/node/node_enum.hpp (modified) * XIOS/trunk/src/node/node_type.hpp (modified) * XIOS/trunk/src/node/reduce_domain_to_axis.cpp (added) * XIOS/trunk/src/node/reduce_domain_to_axis.hpp (added) * XIOS/trunk/src/node/scalar.cpp (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_new_features.f90 (modified) * XIOS/trunk/src/transformation/Functions/extract.cpp (added) * XIOS/trunk/src/transformation/Functions/extract.hpp (added) * XIOS/trunk/src/transformation/Functions/reduction.cpp (modified) * XIOS/trunk/src/transformation/Functions/reduction_types.hpp (modified) * XIOS/trunk/src/transformation/algo_types.hpp (added) * XIOS/trunk/src/transformation/axis_algorithm_extract_domain.cpp (added) * XIOS/trunk/src/transformation/axis_algorithm_extract_domain.hpp (added) * XIOS/trunk/src/transformation/axis_algorithm_reduce_domain.cpp (added) * XIOS/trunk/src/transformation/axis_algorithm_reduce_domain.hpp (added) * XIOS/trunk/src/transformation/axis_algorithm_transformation.cpp (modified) * XIOS/trunk/src/transformation/axis_algorithm_transformation.hpp (modified) * XIOS/trunk/src/transformation/grid_transformation.cpp (modified) * XIOS/trunk/src/type/type_util.hpp (modified) * XIOS/trunk/src/xml_parser_decl.cpp (modified) Adding a new transformation: Reduce a domain to an axis Test +) On ... Fri, 08 Jul 2016 13:28:10 GMT ymipsl [894] * XIOS/trunk/src/node/field.cpp (modified) Bug fix due to introduction of scalar elements. MHN Wed, 06 Jul 2016 15:40:32 GMT ymipsl [893] * XIOS/trunk/src/node/domain.cpp (modified) * XIOS/trunk/src/node/domain.hpp (modified) * XIOS/trunk/src/transformation/domain_algorithm_interpolate.cpp (modified) Interpolation : solve issue with indexed mesh definition. YM Tue, 05 Jul 2016 13:59:29 GMT mhnguyen [892] * XIOS/trunk/src/client_client_dht_template.hpp (modified) * XIOS/trunk/src/client_client_dht_template_impl.hpp (modified) * XIOS/trunk/src/dht_auto_indexing.cpp (added) * XIOS/trunk/src/dht_auto_indexing.hpp (added) Adding new class to auto-generate global index based on DHT Test + NO Tue, 05 Jul 2016 13:59:23 GMT mhnguyen [891] * XIOS/trunk/src/generate_fortran_interface.cpp (modified) * XIOS/trunk/src/interface/c/icreduce_axis_to_scalar.cpp (added) * XIOS/trunk/src/interface/c/icscalar.cpp (added) * XIOS/trunk/src/interface/c/icxml_tree.cpp (modified) * 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/icfile_attr.cpp (modified) * XIOS/trunk/src/interface/c_attr/icfilegroup_attr.cpp (modified) * XIOS/trunk/src/interface/c_attr/icinterpolate_axis_attr.cpp (modified) * XIOS/trunk/src/interface/c_attr/icinterpolate_domain_attr.cpp (modified) * XIOS/trunk/src/interface/c_attr/icreduce_axis_to_scalar_attr.cpp (added) * XIOS/trunk/src/interface/c_attr/icscalar_attr.cpp (added) * XIOS/trunk/src/interface/c_attr/icscalargroup_attr.cpp (added) * XIOS/trunk/src/interface/fortran/ireduce_axis_to_scalar.F90 (added) * XIOS/trunk/src/interface/fortran/iscalar.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_axis_to_scalar_interface.f90 (added) * XIOS/trunk/src/interface/fortran/scalar_interface.f90 (added) * XIOS/trunk/src/interface/fortran/scalargroup_interface.f90 (added) * 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/file_interface_attr.F90 (modified) * XIOS/trunk/src/interface/fortran_attr/filegroup_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/ifile_attr.F90 (modified) * XIOS/trunk/src/interface/fortran_attr/ifilegroup_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/interpolate_axis_interface_attr.F90 (modified) * XIOS/trunk/src/interface/fortran_attr/interpolate_domain_interface_attr.F90 (modified) * XIOS/trunk/src/interface/fortran_attr/ireduce_axis_to_scalar_attr.F90 (added) * XIOS/trunk/src/interface/fortran_attr/iscalar_attr.F90 (added) * XIOS/trunk/src/interface/fortran_attr/iscalargroup_attr.F90 (added) * XIOS/trunk/src/interface/fortran_attr/reduce_axis_to_scalar_interface_attr.F90 (added) * XIOS/trunk/src/interface/fortran_attr/scalar_interface_attr.F90 (added) * XIOS/trunk/src/interface/fortran_attr/scalargroup_interface_attr.F90 (added) * XIOS/trunk/src/node/reduce_axis_to_scalar.cpp (modified) Adding Fortran interface for reduce_axis_to_scalar Test +) On Curie ... Tue, 05 Jul 2016 13:59:18 GMT mhnguyen [890] * XIOS/trunk/inputs/Version2/iodef.xml (modified) * XIOS/trunk/src/distribution_client.cpp (modified) * XIOS/trunk/src/node/grid.cpp (modified) * XIOS/trunk/src/node/grid.hpp (modified) * XIOS/trunk/src/transformation/scalar_algorithm_reduce_axis.cpp (modified) Removing some redundant codes and make some minor improvements +) Make ... Tue, 05 Jul 2016 13:59:16 GMT mhnguyen [889] * XIOS/trunk/src/transformation/generic_algorithm_transformation.cpp (modified) * XIOS/trunk/src/transformation/grid_generate.cpp (modified) * XIOS/trunk/src/transformation/grid_transformation_selector.cpp (modified) * XIOS/trunk/src/transformation/grid_transformation_selector.hpp (modified) Correcting a bug in transformation_selector +) Make sure transformation ... Tue, 05 Jul 2016 13:59:10 GMT mhnguyen [888] * XIOS/trunk/src/config/node_type.conf (modified) * XIOS/trunk/src/config/reduce_axis_to_scalar_attribute.conf (added) * XIOS/trunk/src/distribution_client.cpp (modified) * XIOS/trunk/src/filter/spatial_transform_filter.cpp (modified) * XIOS/trunk/src/group_factory_decl.cpp (modified) * XIOS/trunk/src/group_template_decl.cpp (modified) * XIOS/trunk/src/node/node_enum.hpp (modified) * XIOS/trunk/src/node/node_type.hpp (modified) * XIOS/trunk/src/node/reduce_axis_to_scalar.cpp (added) * XIOS/trunk/src/node/reduce_axis_to_scalar.hpp (added) * XIOS/trunk/src/node/scalar.cpp (modified) * XIOS/trunk/src/node/scalar.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/Functions (added) * XIOS/trunk/src/transformation/Functions/max.cpp (added) * XIOS/trunk/src/transformation/Functions/max.hpp (added) * XIOS/trunk/src/transformation/Functions/min.cpp (added) * XIOS/trunk/src/transformation/Functions/min.hpp (added) * XIOS/trunk/src/transformation/Functions/reduction.cpp (added) * XIOS/trunk/src/transformation/Functions/reduction.hpp (added) * XIOS/trunk/src/transformation/Functions/reduction_types.hpp (added) * XIOS/trunk/src/transformation/Functions/sum.cpp (added) * XIOS/trunk/src/transformation/Functions/sum.hpp (added) * XIOS/trunk/src/transformation/axis_algorithm_transformation.cpp (modified) * XIOS/trunk/src/transformation/axis_algorithm_transformation.hpp (modified) * XIOS/trunk/src/transformation/domain_algorithm_transformation.cpp (modified) * XIOS/trunk/src/transformation/domain_algorithm_transformation.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_selector.hpp (modified) * XIOS/trunk/src/transformation/scalar_algorithm_reduce_axis.cpp (added) * XIOS/trunk/src/transformation/scalar_algorithm_reduce_axis.hpp (added) * XIOS/trunk/src/transformation/scalar_algorithm_transformation.cpp (added) * XIOS/trunk/src/transformation/scalar_algorithm_transformation.hpp (added) * XIOS/trunk/src/type/type_util.hpp (modified) * XIOS/trunk/src/xml_parser_decl.cpp (modified) Adding new transformation for scalar: Reducing an axis to a scalar +) ... Tue, 05 Jul 2016 13:59:02 GMT mhnguyen [887] * XIOS/trunk/src/config/field_attribute.conf (modified) * XIOS/trunk/src/config/grid_attribute.conf (modified) * XIOS/trunk/src/config/node_type.conf (modified) * XIOS/trunk/src/config/scalar_attribute.conf (added) * XIOS/trunk/src/context_server.cpp (modified) * XIOS/trunk/src/data_output.cpp (modified) * XIOS/trunk/src/data_output.hpp (modified) * XIOS/trunk/src/distribution.cpp (modified) * XIOS/trunk/src/distribution.hpp (modified) * XIOS/trunk/src/distribution_client.cpp (modified) * XIOS/trunk/src/distribution_client.hpp (modified) * XIOS/trunk/src/group_factory_decl.cpp (modified) * XIOS/trunk/src/group_template_decl.cpp (modified) * XIOS/trunk/src/io/nc4_data_input.cpp (modified) * XIOS/trunk/src/io/nc4_data_output.cpp (modified) * XIOS/trunk/src/io/nc4_data_output.hpp (modified) * XIOS/trunk/src/node/context.cpp (modified) * XIOS/trunk/src/node/field.cpp (modified) * XIOS/trunk/src/node/field.hpp (modified) * XIOS/trunk/src/node/grid.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/scalar.cpp (added) * XIOS/trunk/src/node/scalar.hpp (added) * XIOS/trunk/src/object_factory_decl.cpp (modified) * XIOS/trunk/src/object_template_decl.cpp (modified) * XIOS/trunk/src/server_distribution_description.cpp (modified) * XIOS/trunk/src/server_distribution_description.hpp (modified) * XIOS/trunk/src/transformation/generic_algorithm_transformation.cpp (modified) * XIOS/trunk/src/transformation/grid_generate.cpp (modified) * XIOS/trunk/src/transformation/grid_generate.hpp (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 (added) * XIOS/trunk/src/transformation/grid_transformation_selector.hpp (added) * XIOS/trunk/src/type/type_util.hpp (modified) * XIOS/trunk/src/xml_parser_decl.cpp (modified) Adding a new type of element into grid: Scalar +) Add a new node Scalar ... Tue, 05 Jul 2016 13:58:57 GMT mhnguyen [886] * XIOS/trunk/inputs/Version2/iodef.xml (modified) * XIOS/trunk/src/interface/fortran/idata.F90 (modified) * XIOS/trunk/src/interface/fortran/ixios.F90 (modified) * XIOS/trunk/src/interface/fortran/ixios_interfaces.F90 (modified) * XIOS/trunk/src/test/test_new_features.f90 (modified) Change send_scalar to send_field to make it more coherent +) Removing ... Tue, 05 Jul 2016 13:00:58 GMT rlacroix [885] * XIOS/trunk/src/buffer_server.cpp (modified) Ensure the server buffers are large enough so that the corresponding ... Tue, 05 Jul 2016 13:00:57 GMT rlacroix [884] * XIOS/trunk/src/context_client.cpp (modified) Fix a possible deadlock for clients communicating with at least two ... Tue, 05 Jul 2016 07:00:42 GMT oabramkina [883] * XIOS/trunk/src/node/mesh.cpp (modified) Sequential implementation for UGRID norms: fixing a bug. Mon, 04 Jul 2016 18:09:23 GMT oabramkina [882] * XIOS/trunk/src/node/mesh.cpp (modified) UGRID norms: fixing bugs. Mon, 04 Jul 2016 17:21:28 GMT oabramkina [881] * XIOS/trunk/src/io/nc4_data_output.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) Commit for UGRID norms: bad allocations have been taken care of. Mon, 04 Jul 2016 12:13:36 GMT ymipsl [880] * XIOS/trunk/src/transformation/domain_algorithm_interpolate.cpp (modified) Interpolation : solve issue with indexed mesh definition. YM Fri, 01 Jul 2016 18:51:52 GMT oabramkina [879] * XIOS/trunk/src/io/nc4_data_output.cpp (modified) * XIOS/trunk/src/node/mesh.cpp (added) * XIOS/trunk/src/node/mesh.hpp (added) Corrected submit for UGRID. Fri, 01 Jul 2016 14:55:33 GMT oabramkina [878] * XIOS/trunk/src/config/file_attribute.conf (modified) * XIOS/trunk/src/io/nc4_data_output.cpp (modified) * XIOS/trunk/src/io/nc4_data_output.hpp (modified) * XIOS/trunk/src/io/onetcdf4.cpp (modified) * XIOS/trunk/src/io/onetcdf4.hpp (modified) * XIOS/trunk/src/node/domain.cpp (modified) * XIOS/trunk/src/node/domain.hpp (modified) * XIOS/trunk/src/node/file.cpp (modified) * XIOS/trunk/src/node/file.hpp (modified) Sequential version for UGRID norms. File attribute "convention" has been ... Fri, 01 Jul 2016 09:50:37 GMT ymipsl [877] * XIOS/trunk/extern/remap/src/meshutil.cpp (modified) bugfix : interpolation order 2 : spurious NaN values occur sometime due ... Wed, 22 Jun 2016 14:24:24 GMT ymipsl [876] * XIOS/trunk/src/node/file.cpp (modified) Remove some debug output YM Tue, 21 Jun 2016 15:00:24 GMT ymipsl [875] * XIOS/trunk/src/node/file.cpp (modified) Improved format when activatin splitting. The key %start_date% and ... Tue, 14 Jun 2016 14:28:11 GMT mhnguyen [874] * XIOS/trunk/src/distribution_client.cpp (modified) Fixing a bug on activating zoom on axis or domain +) Correct index of ... Tue, 14 Jun 2016 14:28:07 GMT mhnguyen [873] * XIOS/trunk/inputs/REMAP/iodef.xml (modified) * XIOS/trunk/src/filter/spatial_transform_filter.cpp (modified) * XIOS/trunk/src/filter/spatial_transform_filter.hpp (modified) * XIOS/trunk/src/node/field.cpp (modified) * XIOS/trunk/src/test/test_remap.f90 (modified) * XIOS/trunk/src/transformation/grid_transformation.cpp (modified) Masked interpolated points will have default_value (if defined) +) ... Thu, 09 Jun 2016 15:36:58 GMT mhnguyen [872] * XIOS/trunk/src/transformation/grid_transformation.cpp (modified) Correcting a bug invovling with the order of transformations +) Add a ... Thu, 09 Jun 2016 09:33:37 GMT mhnguyen [871] * XIOS/trunk/inputs/REMAP/iodef.xml (modified) * XIOS/trunk/src/test/test_remap.f90 (modified) * XIOS/trunk/src/transformation/generic_algorithm_transformation.cpp (modified) * XIOS/trunk/src/transformation/grid_transformation.cpp (modified) * XIOS/trunk/src/transformation/grid_transformation.hpp (modified) Correcting a bug which sometimes make transformations between different ... Thu, 09 Jun 2016 09:33:32 GMT mhnguyen [870] * XIOS/trunk/src/distribution_client.cpp (modified) * XIOS/trunk/src/transformation/transformation_mapping.cpp (deleted) * XIOS/trunk/src/transformation/transformation_mapping.hpp (deleted) Removing some unnecessary files and code lines Thu, 09 Jun 2016 09:33:30 GMT mhnguyen [869] * XIOS/trunk/src/client_client_dht_template.hpp (modified) * XIOS/trunk/src/transformation/axis_algorithm_inverse.cpp (modified) * XIOS/trunk/src/transformation/axis_algorithm_inverse.hpp (modified) Removing the usage of blocking MPI on transformations +) Use ... Thu, 09 Jun 2016 09:33:23 GMT mhnguyen [868] * XIOS/trunk/src/transformation/generic_algorithm_transformation.cpp (modified) Fixing a stupid bug in transformation which sometimes makes wrong result ... Thu, 09 Jun 2016 09:33:19 GMT mhnguyen [867] * XIOS/trunk/src/client_client_dht_template.hpp (modified) * XIOS/trunk/src/client_client_dht_template_impl.hpp (modified) * XIOS/trunk/src/transformation/axis_algorithm_interpolate.cpp (modified) * XIOS/trunk/src/transformation/axis_algorithm_transformation.cpp (modified) * XIOS/trunk/src/transformation/axis_algorithm_transformation.hpp (modified) * XIOS/trunk/src/transformation/domain_algorithm_transformation.cpp (modified) * XIOS/trunk/src/transformation/domain_algorithm_transformation.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) Various clean up +) Remove some redundant codes Test +) On Curie +) ... Thu, 09 Jun 2016 09:33:12 GMT mhnguyen [866] * XIOS/trunk/src/transformation/axis_algorithm_transformation.cpp (modified) * XIOS/trunk/src/transformation/axis_algorithm_transformation.hpp (modified) * XIOS/trunk/src/transformation/domain_algorithm_transformation.cpp (modified) * XIOS/trunk/src/transformation/domain_algorithm_transformation.hpp (modified) * XIOS/trunk/src/transformation/generic_algorithm_transformation.cpp (modified) * XIOS/trunk/src/transformation/generic_algorithm_transformation.hpp (modified) Reorganizing codes +) Reorganize some structures to make them more ... Thu, 09 Jun 2016 09:33:08 GMT mhnguyen [865] * XIOS/trunk/src/node/grid.cpp (modified) * XIOS/trunk/src/node/grid.hpp (modified) * XIOS/trunk/src/server_distribution_description.cpp (modified) * XIOS/trunk/src/server_distribution_description.hpp (modified) Optimizing codes: Change the way to compute distribution of grid +) ... Thu, 09 Jun 2016 09:32:56 GMT mhnguyen [864] * XIOS/trunk/src/distribution_client.cpp (modified) Minor correction for distribution client +) Make sure the index of ... Thu, 09 Jun 2016 09:32:47 GMT mhnguyen [863] * XIOS/trunk/src/client_client_dht_template_impl.hpp (modified) Some minor improvements for DHT +) Use to minimize the redundant loops ... Thu, 09 Jun 2016 09:32:27 GMT mhnguyen [862] * XIOS/trunk/src/transformation/axis_algorithm_interpolate.cpp (modified) * XIOS/trunk/src/transformation/axis_algorithm_transformation.cpp (modified) * XIOS/trunk/src/transformation/axis_algorithm_transformation.hpp (modified) * XIOS/trunk/src/transformation/domain_algorithm_transformation.cpp (modified) * XIOS/trunk/src/transformation/domain_algorithm_transformation.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) Chaning the way to process transformation to improve the performance. ... Thu, 09 Jun 2016 09:32:11 GMT mhnguyen [861] * XIOS/trunk/src/distribution_client.cpp (modified) * XIOS/trunk/src/distribution_client.hpp (modified) Improving the performance of index distribution calculation +) ... Thu, 09 Jun 2016 09:32:01 GMT mhnguyen [860] * XIOS/trunk/src/client_client_dht_template.hpp (modified) * XIOS/trunk/src/client_client_dht_template_impl.hpp (modified) * XIOS/trunk/src/client_server_mapping_distributed.cpp (modified) Improvement of DHT: allow multiple values correspond to one key +) If ... Mon, 06 Jun 2016 18:50:08 GMT ymipsl [859] * XIOS/trunk/arch/arch-X64_YELLOWSTONE.env (added) * XIOS/trunk/arch/arch-X64_YELLOWSTONE.fcm (added) * XIOS/trunk/arch/arch-X64_YELLOWSTONE.path (added) Add Yellowstone supercomputer arch files YM Fri, 03 Jun 2016 15:48:26 GMT ymipsl [858] * XIOS/trunk/src/transformation/grid_transformation.cpp (modified) Bug fix : dynamic interpolation : source grid was created from dest grid ... Fri, 03 Jun 2016 15:47:02 GMT ymipsl [857] * XIOS/trunk/src/io/onetcdf4.cpp (modified) * XIOS/trunk/src/node/grid.cpp (modified) Bug fix four output scalir variable without time records. YM+MHN Thu, 26 May 2016 15:58:38 GMT mhnguyen [856] * XIOS/trunk/extern/remap/src/clipper.cpp (modified) * XIOS/trunk/src/transformation/domain_algorithm_interpolate.cpp (modified) * XIOS/trunk/src/transformation/domain_algorithm_interpolate.hpp (modified) Fixing other compilation errors with PGI +) Change some variable for ... Wed, 25 May 2016 10:21:03 GMT mhnguyen [855] * XIOS/trunk/src/policy.cpp (modified) * XIOS/trunk/src/policy.hpp (modified) Fixing a bug during compilation on PGI +) Remove some codes which ... Mon, 23 May 2016 14:15:40 GMT ymipsl [854] * XIOS/trunk/src/filter/temporal_filter.cpp (modified) * XIOS/trunk/src/node/field.cpp (modified) Correct bug in output using freq_op != 1ts and Gregorian calendar. YM Thu, 19 May 2016 07:09:21 GMT ymipsl [853] * XIOS/trunk/extern/remap/src/parallel_tree.cpp (modified) bug fix in remaping : segfault occur when process does'nt have cells YM Wed, 18 May 2016 13:15:32 GMT ymipsl [852] * XIOS/trunk/extern/remap/src/parallel_tree.cpp (modified) remapper : Fix problem in parallel when number of cell to insert is to ... Wed, 11 May 2016 14:18:27 GMT ymipsl [851] * XIOS/trunk/src/context_server.cpp (modified) adding an MPI synchronisation when processing events in attached mode, ... Wed, 11 May 2016 14:11:10 GMT ymipsl [850] * XIOS/trunk/src/config/file_attribute.conf (modified) * XIOS/trunk/src/io/nc4_data_input.cpp (modified) * XIOS/trunk/src/node/field.cpp (modified) Add cyclic file attribute. If cyclic=true, when last time record of a ... Wed, 11 May 2016 12:56:07 GMT ymipsl [849] * XIOS/trunk/extern/remap/src/intersection_ym.cpp (modified) * XIOS/trunk/extern/remap/src/polyg.cpp (modified) * XIOS/trunk/extern/remap/src/triple.cpp (modified) Remapper : manage some floating rounding error leading to some NAN YM Fri, 29 Apr 2016 09:38:10 GMT mhnguyen [848] * XIOS/trunk/src/transformation/grid_transformation.cpp (modified) Fixing a bug in transformation in case of masking grid +) Number of ... Wed, 27 Apr 2016 15:37:34 GMT ymipsl [847] * XIOS/trunk/src/node/domain.cpp (modified) bugfix : automatic generation of 2D regular domain. YM Wed, 27 Apr 2016 15:28:35 GMT ymipsl [846] * XIOS/trunk/src/config/interpolate_domain_attribute.conf (modified) * XIOS/trunk/src/transformation/domain_algorithm_interpolate.cpp (modified) Management of masked cell for conservative interpolation. YM Wed, 27 Apr 2016 15:25:57 GMT ymipsl [845] * XIOS/trunk/extern/remap/src/intersection_ym.cpp (modified) * XIOS/trunk/extern/remap/src/polyg.cpp (modified) Correction of area incoherency between supermesh and target cells due to ... Wed, 27 Apr 2016 15:23:48 GMT ymipsl [844] * XIOS/trunk/extern/remap/src/mapper.cpp (modified) * XIOS/trunk/extern/remap/src/mapper.hpp (modified) * XIOS/trunk/extern/remap/src/meshutil.cpp (modified) Management of masked cell for remapping algorithm. YM Tue, 26 Apr 2016 14:04:04 GMT mhnguyen [843] * XIOS/trunk/src/client_client_dht_template.hpp (modified) * XIOS/trunk/src/client_client_dht_template_impl.hpp (modified) * XIOS/trunk/src/client_server_mapping.cpp (modified) * XIOS/trunk/src/client_server_mapping.hpp (modified) * XIOS/trunk/src/client_server_mapping_distributed.cpp (modified) * XIOS/trunk/src/distribution_client.cpp (modified) * XIOS/trunk/src/distribution_client.hpp (modified) * XIOS/trunk/src/server_distribution_description.cpp (modified) * XIOS/trunk/src/transformation/generic_algorithm_transformation.cpp (modified) * XIOS/trunk/src/transformation/generic_algorithm_transformation.hpp (modified) * XIOS/trunk/src/transformation/transformation_mapping.cpp (modified) Several improvements +) Replace some time-consuming operations by ... Tue, 26 Apr 2016 14:03:58 GMT mhnguyen [842] * XIOS/trunk/src/filter/spatial_transform_filter.cpp (modified) * XIOS/trunk/src/transformation/axis_algorithm_inverse.cpp (modified) * XIOS/trunk/src/transformation/grid_transformation.cpp (modified) * XIOS/trunk/src/transformation/grid_transformation.hpp (modified) * XIOS/trunk/src/transformation/transformation_mapping.cpp (modified) * XIOS/trunk/src/transformation/transformation_mapping.hpp (modified) Small improvements on transformation mapping +) Remove complex ... Tue, 26 Apr 2016 14:03:51 GMT mhnguyen [841] * XIOS/trunk/src/filter/spatial_transform_filter.cpp (modified) * XIOS/trunk/src/transformation/generic_algorithm_transformation.cpp (modified) * XIOS/trunk/src/transformation/grid_transformation.cpp (modified) * XIOS/trunk/src/transformation/grid_transformation.hpp (modified) Changing the way to create virtual grid during transformation. ... Fri, 15 Apr 2016 12:27:45 GMT mhnguyen [840] * XIOS/trunk/src/interface/fortran/ixml_tree.F90 (modified) * XIOS/trunk/src/node/transformation.hpp (modified) Fixing some minors bug appeared under gcc 5.3 +) Make sure depend name ... Fri, 15 Apr 2016 12:27:42 GMT mhnguyen [839] * XIOS/trunk/src/client_client_dht_template.hpp (modified) * XIOS/trunk/src/client_client_dht_template_impl.hpp (modified) Correcting a bug in dht +) The exchange message (MPI_Isend,MPI_Irecv) ... Mon, 11 Apr 2016 12:48:11 GMT ymipsl [838] * XIOS/trunk/src/node/generate_rectilinear_domain.cpp (modified) More flexible management of attributes to initialize ... Mon, 11 Apr 2016 08:52:45 GMT mhnguyen [837] * XIOS/trunk/inputs/REMAP/iodef.xml (modified) Just a commit to relaunch trusting Fri, 08 Apr 2016 13:00:45 GMT mhnguyen [836] * XIOS/trunk/src/interface/c/icxml_tree.cpp (modified) * XIOS/trunk/src/interface/fortran/ixios_interfaces.F90 (modified) * XIOS/trunk/src/interface/fortran/ixml_tree.F90 (modified) * XIOS/trunk/src/node/axis.cpp (modified) * XIOS/trunk/src/node/axis.hpp (modified) * XIOS/trunk/src/node/domain.cpp (modified) * XIOS/trunk/src/node/domain.hpp (modified) * XIOS/trunk/src/node/generate_rectilinear_domain.cpp (modified) * XIOS/trunk/src/node/generate_rectilinear_domain.hpp (modified) * XIOS/trunk/src/node/interpolate_axis.cpp (modified) * XIOS/trunk/src/node/interpolate_axis.hpp (modified) * XIOS/trunk/src/node/interpolate_domain.cpp (modified) * XIOS/trunk/src/node/interpolate_domain.hpp (modified) * XIOS/trunk/src/node/inverse_axis.cpp (modified) * XIOS/trunk/src/node/inverse_axis.hpp (modified) * XIOS/trunk/src/node/transformation.hpp (modified) * XIOS/trunk/src/node/transformation_enum.hpp (modified) * XIOS/trunk/src/node/zoom_axis.cpp (modified) * XIOS/trunk/src/node/zoom_axis.hpp (modified) * XIOS/trunk/src/node/zoom_domain.cpp (modified) * XIOS/trunk/src/node/zoom_domain.hpp (modified) * XIOS/trunk/src/test/test_new_features.f90 (modified) * XIOS/trunk/src/transformation/transformation_mapping.cpp (modified) Exposing transformation to Fortran interface +) Export zoom and axis ... Fri, 08 Apr 2016 13:00:29 GMT mhnguyen [835] * XIOS/trunk/src/client_client_dht_template.hpp (modified) * XIOS/trunk/src/client_client_dht_template_impl.hpp (modified) * XIOS/trunk/src/client_server_mapping_distributed.cpp (modified) * XIOS/trunk/src/client_server_mapping_distributed.hpp (modified) * XIOS/trunk/src/interface/c/icxml_tree.cpp (modified) * XIOS/trunk/src/interface/fortran/ixios_interfaces.F90 (modified) * XIOS/trunk/src/interface/fortran/ixml_tree.F90 (modified) * XIOS/trunk/src/node/grid.cpp (modified) * XIOS/trunk/src/node/grid.hpp (modified) Exposing some functions to Fortran interface +) Allow add axis and ...