[cig-commits] [commit] pluggable: Began the "pluggable earth models" project. This is based upon the v4.0.3 snapshot. (e0e894f)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Apr 9 08:54:25 PDT 2014


Repository : ssh://geoshell/specfem3d_globe

On branch  : pluggable
Link       : https://github.com/geodynamics/specfem3d_globe/compare/64e1b38f0c5ebb4056cce0b15d41c0b9f94ab6e5...099a4d330d5b173b21e51ad441f9f429e5d37842

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

commit e0e894f44eac3d73f6342fbb474d155508be1241
Author: Leif Strand <leif at geodynamics.org>
Date:   Sat Nov 8 00:24:07 2008 +0000

    Began the "pluggable earth models" project.  This is based upon the
    v4.0.3 snapshot.
    
    Factored-out the following into separate, plug-in modules: 3D models
    S20RTS and S362ANI (and friends); 1D reference models PREM, IASP91,
    1066A, AK135, and REF (i.e., all of them); and crustal model CRUST2.0.
    
    Eliminated most references to REFERENCE_1D_MODEL, and some references
    to THREE_D_MODEL.  (I anticipate that these variables will disappear
    once the project is complete.)
    
    XXX: This checkin breaks the serial utility programs by contaminating
    them with MPI dependencies.


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

e0e894f44eac3d73f6342fbb474d155508be1241
 Makefile.in                         |   70 +-
 add_topography_410_650.f90          |  134 -
 anisotropic_inner_core_model.f90    |   28 +-
 attenuation_model.f90               |   89 +-
 check_buffers_1D.f90                |    4 +-
 check_buffers_2D.f90                |    4 +-
 check_buffers_corners_chunks.f90    |    4 +-
 check_buffers_faces_chunks.f90      |    4 +-
 combine_AVS_DX.f90                  |    4 +-
 compute_element_properties.f90      |  133 +-
 constants.h.in                      |   22 -
 create_header_file.f90              |    4 +-
 create_movie_AVS_DX.f90             |    4 +-
 create_movie_GMT_global.f90         |    4 +-
 create_regions_mesh.f90             |  161 +-
 crustal_model.f90                   |  367 --
 get_model.f90                       |  897 ++---
 mantle_model.f90                    |  457 ---
 meshfem3D.f90                       |  199 +-
 model_1066a.f90                     | 1131 ------
 model_ak135.f90                     | 1038 -----
 model_iasp91.f90                    |  229 --
 model_ref.f90                       | 7371 -----------------------------------
 model_prem.f90 => prem_common.f90   |  261 +-
 read_compute_parameters.f90         |  130 +-
 s362ani.f90                         | 1784 ---------
 specfem3D.f90                       |   35 +-
 write_AVS_DX_global_chunks_data.f90 |   86 +-
 28 files changed, 459 insertions(+), 14195 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 e0e894f44eac3d73f6342fbb474d155508be1241


More information about the CIG-COMMITS mailing list