[cig-commits] r15155 - cs/portal/trunk/northridge/SeismoWebPortal/templates/SeismoWebPortal

leif at geodynamics.org leif at geodynamics.org
Tue Jun 9 09:52:23 PDT 2009


Author: leif
Date: 2009-06-09 09:52:23 -0700 (Tue, 09 Jun 2009)
New Revision: 15155

Modified:
   cs/portal/trunk/northridge/SeismoWebPortal/templates/SeismoWebPortal/home.html
   cs/portal/trunk/northridge/SeismoWebPortal/templates/SeismoWebPortal/run_detail.html
Log:
UTILS.tar.gz -> seis_process-1.0.1.tar.gz.


Modified: cs/portal/trunk/northridge/SeismoWebPortal/templates/SeismoWebPortal/home.html
===================================================================
--- cs/portal/trunk/northridge/SeismoWebPortal/templates/SeismoWebPortal/home.html	2009-06-09 16:31:22 UTC (rev 15154)
+++ cs/portal/trunk/northridge/SeismoWebPortal/templates/SeismoWebPortal/home.html	2009-06-09 16:52:23 UTC (rev 15155)
@@ -30,7 +30,7 @@
 “output” column of the run's information page. Click this
 link to download the output of the run: seismograms in ASCII and <a
 href="http://www.iris.washington.edu/manuals/sac/SAC_Home_Main.html">SAC</a>
-format.  Then, <a href="{{root}}/samples/UTILS.tar.gz">download the
+format.  Then, <a href="{{root}}/samples/seis_process-1.0.1.tar.gz">download the
 post-processing utilities</a> to process the data.  See <a
 href="{{root}}/doc/manual_SPECFEM3D_GLOBE.pdf">the SPECFEM 3D GLOBE
 manual</a> for further details.</p>

Modified: cs/portal/trunk/northridge/SeismoWebPortal/templates/SeismoWebPortal/run_detail.html
===================================================================
--- cs/portal/trunk/northridge/SeismoWebPortal/templates/SeismoWebPortal/run_detail.html	2009-06-09 16:31:22 UTC (rev 15154)
+++ cs/portal/trunk/northridge/SeismoWebPortal/templates/SeismoWebPortal/run_detail.html	2009-06-09 16:52:23 UTC (rev 15155)
@@ -126,7 +126,7 @@
         <p id=sourceBeachballMw><img src="{{root}}/beachballs/{{object.event.singleSource.id}}/detail.gif" width=114 height=114> M<sub>w</sub> &cong; {{ object.event.singleSource.momentMagnitude|stringformat:".2f" }}</p>
 
 {% ifequal object.parameters.code 1 %}
-<p><b>&diams; Note:</b> The event's <code>half duration</code> will be set to zero, which corresponds to simulating a step source-time function, i.e., a moment-rate function that is a delta function. We prefer to run the solver with <code>half duration</code> set to zero and convolve the resulting synthetic seismograms in post-processing after the run, because this way it is easy to use a variety of source-time functions. Komatitsch and Tromp [2002a] determined that the noise generated in the simulation by using a step source time function may be safely filtered out afterward based upon a convolution with the desired source time function and/or low-pass filtering. Use the script <code>process_syn.pl</code> for this purpose by specifying the <code>-h</code> option (the <code>process_syn.pl</code> script can be found in the <a href="{{root}}/samples/UTILS.tar.gz">utilities package</a>). Alternatively, use signal-processing software packages such as <a href="http://www.iris.washington.edu/manuals/sac/SAC_Home_Main.html">SAC</a>.</p>
+<p><b>&diams; Note:</b> The event's <code>half duration</code> will be set to zero, which corresponds to simulating a step source-time function, i.e., a moment-rate function that is a delta function. We prefer to run the solver with <code>half duration</code> set to zero and convolve the resulting synthetic seismograms in post-processing after the run, because this way it is easy to use a variety of source-time functions. Komatitsch and Tromp [2002a] determined that the noise generated in the simulation by using a step source time function may be safely filtered out afterward based upon a convolution with the desired source time function and/or low-pass filtering. Use the script <code>process_syn.pl</code> for this purpose by specifying the <code>-h</code> option (the <code>process_syn.pl</code> script can be found in the <a href="{{root}}/samples/seis_process-1.0.1.tar.gz">utilities package</a>). Alternatively, use signal-processing software packages such as <a href="http://www.iris.washington.edu/manuals/sac/SAC_Home_Main.html">SAC</a>.</p>
 {% endifequal %}
 
         {% endif %}



More information about the CIG-COMMITS mailing list