[cig-commits] [commit] master: documenting force simtype, some notes on instaseis in inparam_advanced (4b1bd49)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Jan 7 13:41:03 PST 2015


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

On branch  : master
Link       : https://github.com/geodynamics/axisem/compare/7da858ddaa27b15877520b906542cfb79da4be50...4b1bd49938f228a140bfbf19a1253e34ec6618d6

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

commit 4b1bd49938f228a140bfbf19a1253e34ec6618d6
Author: martinvandriel <vandriel at erdw.ethz.ch>
Date:   Wed Jan 7 22:40:05 2015 +0100

    documenting force simtype, some notes on instaseis in inparam_advanced


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

4b1bd49938f228a140bfbf19a1253e34ec6618d6
 SOLVER/inparam_advanced.TEMPLATE | 19 ++++++++++---------
 SOLVER/inparam_basic.TEMPLATE    |  2 ++
 2 files changed, 12 insertions(+), 9 deletions(-)

diff --git a/SOLVER/inparam_advanced.TEMPLATE b/SOLVER/inparam_advanced.TEMPLATE
index 61faf0a..fdfb050 100644
--- a/SOLVER/inparam_advanced.TEMPLATE
+++ b/SOLVER/inparam_advanced.TEMPLATE
@@ -31,12 +31,13 @@ SOURCE_PERIOD       0.0
 SOURCE_FUNCTION     errorf
 
 # Time integration scheme, allowed:
-# newmark2:  default, tested
-# symplec4
-# ML_SO4m5
-# ML_SO6m7
-# KL_O8m17
-# SS_35o10
+# newmark2:  default, well tested
+# symplec4:  well tested, should be used when propagating waves for more then 100
+#            wavelenghts
+# ML_SO4m5:  experimental
+# ML_SO6m7:  experimental
+# KL_O8m17:  experimental
+# SS_35o10:  experimental
 
 TIME_SCHEME     newmark2
 
@@ -69,7 +70,7 @@ CHECKPOINTING       true
 # Default value: 128
 NETCDF_DUMP_BUFFER  128
 
-# Chunking of the kernel wavefields: Default is snapshots to write to contiguos
+# Chunking of the kernel wavefields: Default is snapshots to write to contiguous
 # regions on the drive. When running on many cores and using collective IO, it
 # might be useful to write time traces directly and avoid the rechunking
 # (fieldtransfom) usually done in postprocessing. 
@@ -129,7 +130,7 @@ MESH_TEST           false
 
 
 ######################## SENSITIVITY KERNELS ###################################
-# Save necessary wavefields for Kernel calculation
+# Save necessary wavefields for Kernel calculation or Instaseis databases
 # N.b. Kernel calculation needs Axisem Kerner (sold separately)
 KERNEL_WAVEFIELDS   false 
 
@@ -137,7 +138,7 @@ KERNEL_WAVEFIELDS   false
 #  - fullfields: strain and velocity at a subset of local GLL points (see below)
 #  - displ_only: displacement at all global points
 #  - strain_only: strain at a subset of local GLL points (see below)
-KERNEL_DUMPTYPE     fullfields
+KERNEL_DUMPTYPE     displ_only
 
 # Samples per period
 KERNEL_SPP          8
diff --git a/SOLVER/inparam_basic.TEMPLATE b/SOLVER/inparam_basic.TEMPLATE
index 9c035f3..ca67e5c 100644
--- a/SOLVER/inparam_basic.TEMPLATE
+++ b/SOLVER/inparam_basic.TEMPLATE
@@ -6,6 +6,8 @@
 # moment: Full moment tensor, needs four parallel simulations. Set the depth in
 #         inparam_source and modify the moment tensor in the file CMTSOLUTION 
 #         before postprocessing.
+# force:  Horizontal and vertical single force as two parallel simulations. Used
+#         to compute backward kernel wavefields as needed for Instaseis
 
 SIMULATION_TYPE   single
 



More information about the CIG-COMMITS mailing list