[cig-commits] [commit] devel: Adds readme for the bathy_sep_to_ascii tool (7197500)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Fri Oct 10 12:52:12 PDT 2014


Repository : https://github.com/geodynamics/specfem3d

On branch  : devel
Link       : https://github.com/geodynamics/specfem3d/compare/bc64b621279b3c6217beb0dc4260269179e694c1...71975003792df8248827739dbc2d2a7afc347878

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

commit 71975003792df8248827739dbc2d2a7afc347878
Author: Matthieu Lefebvre <ml15 at princeton.edu>
Date:   Fri Oct 10 15:38:16 2014 -0400

    Adds readme for the bathy_sep_to_ascii tool


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

71975003792df8248827739dbc2d2a7afc347878
 utils/bathy_sep_to_ascii/README | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/utils/bathy_sep_to_ascii/README b/utils/bathy_sep_to_ascii/README
new file mode 100644
index 0000000..2c76a47
--- /dev/null
+++ b/utils/bathy_sep_to_ascii/README
@@ -0,0 +1,15 @@
+Tool to create a bathymetry ASCII file in specfem3d'topo format from a VS SEP model.
+It just assumes that points with VS=0 are part of the water layer.
+
+How to use it;
+1) Generate the make file
+$> cd specfem3d/utils/bathy_sep_to_ascii
+$> cmake .
+
+You may change the CMakeCache.txt file, although it is not mandatory as this tool
+is not a critical computational step.
+
+2) Compile
+$> make
+
+3) ./bin/create_ascii_bathy_from_sep_vs --help



More information about the CIG-COMMITS mailing list