[cig-commits] r18605 - in seismo/3D/ADJOINT_TOMO: . iterate_adj/model_plot/gmt

carltape at geodynamics.org carltape at geodynamics.org
Mon Jun 13 11:16:20 PDT 2011


Author: carltape
Date: 2011-06-13 11:16:20 -0700 (Mon, 13 Jun 2011)
New Revision: 18605

Added:
   seismo/3D/ADJOINT_TOMO/README
   seismo/3D/ADJOINT_TOMO/iterate_adj/model_plot/gmt/README
Log:
added two README files for ADJOINT_TOMO


Added: seismo/3D/ADJOINT_TOMO/README
===================================================================
--- seismo/3D/ADJOINT_TOMO/README	                        (rev 0)
+++ seismo/3D/ADJOINT_TOMO/README	2011-06-13 18:16:20 UTC (rev 18605)
@@ -0,0 +1,37 @@
+/seismo/3D/ADJOINT_TOMO/README
+
+These directories contain tools needed for a seismic tomographic inversion using adjoint methods.
+
+flexwin     -- FLEXWIN algorithm for automated picking of time windows
+measure_adj -- reads FLEXWIN output file and makes measurements, 
+                  with the option for computing adjoint sources
+iterate_adj -- various tools for iterative inversion
+                  (requires pre-computed "event kernels")
+
+These tools were used within Tape-Liu-Maggi-Tromp (2009, 2010) for a topographic inversion of the southern California crust.
+
+flexwin is a "finished" code release
+measure_adj and iterate_adj are working directories
+
+--------------
+
+For a tomographic inversion, the suggested organizational structure is for each user to have the directory ADJOINT_TOMO_OUTPUT one directory up (but not on svn) and containing (at least) these directories:
+
+ADJOINT_TOMO_OUTPUT
+   model_plot_gmt_OUTPUT
+   model_plot_matlab_OUTPUT
+   misfit_plot_OUTPUT
+   misfit_plot_INPUT
+   vtkfiles
+
+These are all associated with making plots of seismograms and cross sections from tomographic models.
+
+To set this up, type these commands:
+
+> mkdir ../ADJOINT_TOMO_OUTPUT
+> ln -s ../ADJOINT_TOMO_OUTPUT .
+> cd ADJOINT_TOMO_OUTPUT
+> mkdir model_plot_gmt_OUTPUT model_plot_matlab_OUTPUT misfit_plot_OUTPUT misfit_plot_INPUT vtkfiles
+> cd -
+
+--------------
\ No newline at end of file

Added: seismo/3D/ADJOINT_TOMO/iterate_adj/model_plot/gmt/README
===================================================================
--- seismo/3D/ADJOINT_TOMO/iterate_adj/model_plot/gmt/README	                        (rev 0)
+++ seismo/3D/ADJOINT_TOMO/iterate_adj/model_plot/gmt/README	2011-06-13 18:16:20 UTC (rev 18605)
@@ -0,0 +1,18 @@
+/seismo/3D/ADJOINT_TOMO/iterate_adj/model_plot/gmt/README
+
+Suggested file structure:
+
+1. Each user has his own directory of files here:
+   /ADJOINT_TOMO/ADJOINT_TOMO_OUTPUT
+      model_plot_gmt_OUTPUT
+      model_plot_matlab_OUTPUT
+      misfit_plot_OUTPUT
+      misfit_plot_INPUT
+      
+2. Link files:
+   rm OUTPUT
+   rm INPUT
+   ln -s /ADJOINT_TOMO/ADJOINT_TOMO_OUTPUT/model_plot_gmt_OUTPUT OUTPUT
+   ln -s /ADJOINT_TOMO/ADJOINT_TOMO_OUTPUT/model_plot_matlab_OUTPUT INPUT
+
+-----------
\ No newline at end of file



More information about the CIG-COMMITS mailing list