[cig-commits] [commit] Hiro_latest: Use structure for field data IO (87a1f1b)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Mon Nov 18 16:21:28 PST 2013


Repository : ssh://geoshell/calypso

On branch  : Hiro_latest
Link       : https://github.com/geodynamics/calypso/compare/93e9f8f974c7a247c8f02e54ec18de063f86c8fb...3c548304673360ddedd7d68c8095b3fb74a2b9ce

>---------------------------------------------------------------

commit 87a1f1baeb9d8bc34b437b666d05e060d362f001
Author: Hiroaki Matsui <h_kemono at mac.com>
Date:   Fri Nov 1 19:09:32 2013 -0700

    Use structure for field data IO


>---------------------------------------------------------------

87a1f1baeb9d8bc34b437b666d05e060d362f001
 .../MHD_src/IO/set_control_4_force.f90             |   2 +-
 .../MHD_src/field_data/output_ucd_file_control.f90 |  43 +-
 .../MHD_src/sph_MHD/set_control_sph_mhd.f90        |   2 +-
 .../PARALLEL_src/COMM_src/calypso_mpi.f90          |   4 +-
 .../PARALLEL_src/COMM_src/copy_to_send_buf_tri.f90 | 238 --------
 .../PARALLEL_src/COMM_src/copy_to_send_buffer.f90  | 235 --------
 .../PARALLEL_src/COMM_src/hdf5_file_IO.F90         | 655 ++++++++++++---------
 .../PARALLEL_src/COMM_src/m_merged_ucd_data.f90    | 110 ++--
 .../PARALLEL_src/COMM_src/merged_ucd_data_IO.f90   | 105 ++--
 .../COMM_src/merged_udt_vtk_file_IO.f90            | 174 +++---
 .../COMM_src/output_parallel_ucd_file.f90          |  75 ++-
 .../COMM_src/parallel_ucd_IO_select.F90            | 116 ++--
 .../PARALLEL_src/COMM_src/select_calypso_SRx3.f90  | 414 -------------
 .../PARALLEL_src/COMM_src/select_spherical_SR.f90  | 442 --------------
 .../COMM_src/set_ctl_parallel_platform.f90         |  10 +-
 .../PARALLEL_src/COMM_src/spherical_SR.f90         | 163 -----
 .../PARALLEL_src/COMM_src/spherical_SR_2.f90       | 166 ------
 .../PARALLEL_src/COMM_src/spherical_SR_3.f90       | 167 ------
 .../PARALLEL_src/COMM_src/spherical_SR_6.f90       | 173 ------
 .../PARALLEL_src/COMM_src/spherical_SR_N.f90       | 184 ------
 .../PARALLEL_src/COMM_src/spherical_SR_int.f90     | 162 -----
 .../PARALLEL_src/COMM_src/spherical_SR_rev.f90     | 155 -----
 .../PARALLEL_src/COMM_src/spherical_SR_rev_2.f90   | 158 -----
 .../PARALLEL_src/COMM_src/spherical_SR_rev_3.f90   | 160 -----
 .../PARALLEL_src/COMM_src/spherical_SR_rev_6.f90   | 169 ------
 .../PARALLEL_src/COMM_src/spherical_SR_rev_N.f90   | 175 ------
 .../PARALLEL_src/COMM_src/spherical_SR_rev_int.f90 | 154 -----
 .../SERIAL_src/IO/group_data_IO.f90                |   2 +-
 .../SERIAL_src/IO/m_control_params_2nd_files.f90   |   2 +-
 .../SERIAL_src/IO/m_ctl_data_4_2nd_data.f90        |   1 +
 .../SERIAL_src/IO/m_ctl_data_4_org_data.f90        |   8 +-
 .../SERIAL_src/IO/m_ctl_data_4_sphere_model.f90    |   2 +-
 .../SERIAL_src/IO/m_field_data_IO.f90              |   8 +
 .../SERIAL_src/IO/m_pickup_sph_spectr_data.f90     |   1 +
 src/Fortran_libraries/SERIAL_src/IO/m_ucd_data.f90 | 225 -------
 .../SERIAL_src/IO/set_and_cal_udt_data.f90         | 286 ++++++---
 .../SERIAL_src/IO/set_control_platform_data.F90    |  19 -
 .../SERIAL_src/IO/set_parallel_file_name.f90       |   9 +-
 .../SERIAL_src/IO/set_ucd_data.f90                 | 108 ++++
 .../SERIAL_src/IO/set_ucd_file_names.f90           | 123 ++--
 .../SERIAL_src/IO/skip_comment_f.f90               |   4 +-
 .../SERIAL_src/IO/skip_gz_comment.f90              |  15 +
 src/Fortran_libraries/SERIAL_src/IO/t_ucd_data.f90 | 427 ++++++++++++++
 .../SERIAL_src/IO/ucd_IO_select.f90                | 145 +++++
 .../SERIAL_src/IO/ucd_field_file_IO.f90            | 107 ++--
 .../SERIAL_src/IO/udt_data_IO.f90                  | 148 ++---
 .../SERIAL_src/IO/udt_file_IO.f90                  | 269 ++++++---
 .../SERIAL_src/IO/write_ucd_to_vtk_file.f90        | 252 ++++++--
 .../UTILS_src/MERGE/m_control_param_newsph.f90     |   2 +
 .../UTILS_src/MESH/const_mesh_info.f90             |   2 +-
 .../UTILS_src/MESH/const_surface_data.f90          |   6 +-
 .../UTILS_src/MESH/copy_communication_table.f90    |   4 -
 .../UTILS_src/MESH/count_overlap.f90               |  35 +-
 .../UTILS_src/MESH/m_element_hash.f90              |  11 +-
 .../UTILS_src/MESH/m_near_element_id_4_node.f90    |   2 +-
 .../UTILS_src/MESH/m_near_node_id_4_node.f90       |   4 +-
 .../UTILS_src/MESH/m_next_nod_id_nod_w_hang.f90    |   2 +-
 .../UTILS_src/MESH/m_next_node_id_4_node.f90       |   2 +-
 .../UTILS_src/MESH/m_ucd_data.f90                  | 181 ++++++
 .../UTILS_src/MESH/set_ucd_data.f90                | 169 ------
 .../UTILS_src/MESH/t_geometry_data.f90             |  16 +
 61 files changed, 2521 insertions(+), 4687 deletions(-)

Diff suppressed because of size. To see it, use:

    git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 87a1f1baeb9d8bc34b437b666d05e060d362f001


More information about the CIG-COMMITS mailing list