[cig-commits] [commit] devel, master: added the three new parameters to undo attenuation to all the Par_files in EXAMPLES (05a807c)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Thu Nov 6 08:06:24 PST 2014


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

On branches: devel,master
Link       : https://github.com/geodynamics/specfem3d_globe/compare/bc58e579b3b0838a0968725a076f5904845437ca...be63f20cbb6f462104e949894dbe205d2398cd7f

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

commit 05a807cc6861731ee4d2e664874b9448d13710aa
Author: Dimitri Komatitsch <komatitsch at lma.cnrs-mrs.fr>
Date:   Fri Jun 28 17:59:36 2013 +0000

    added the three new parameters to undo attenuation to all the Par_files in EXAMPLES


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

05a807cc6861731ee4d2e664874b9448d13710aa
 .../prem_ani_noocean_Q_Cowling_Bolivia_9s/SEMD/DATA/Par_file       | 7 +++++++
 benchmarks/prem_ani_noocean_Q_Cowling_Vanuatu/SEMD/DATA/Par_file   | 7 +++++++
 benchmarks/prem_iso_noocean_Q_Cowling_Vanuatu/SEMD/DATA/Par_file   | 7 +++++++
 global_PREM_kernels/amplitude/DATA/Par_file                        | 7 +++++++
 global_PREM_kernels/traveltime/DATA/Par_file                       | 7 +++++++
 global_s362ani/DATA/Par_file                                       | 7 +++++++
 noise_examples/global_long/Par_file_NOISE_1_attenuation            | 7 +++++++
 noise_examples/global_long/Par_file_NOISE_1_noattenuation          | 7 +++++++
 noise_examples/global_long/Par_file_NOISE_2_attenuation            | 7 +++++++
 noise_examples/global_long/Par_file_NOISE_2_noattenuation          | 7 +++++++
 noise_examples/global_long/Par_file_NOISE_3_noattenuation          | 7 +++++++
 noise_examples/global_short/Par_file_NOISE_1_attenuation           | 7 +++++++
 noise_examples/global_short/Par_file_NOISE_1_noattenuation         | 7 +++++++
 noise_examples/global_short/Par_file_NOISE_2_attenuation           | 7 +++++++
 noise_examples/global_short/Par_file_NOISE_2_noattenuation         | 7 +++++++
 noise_examples/global_short/Par_file_NOISE_3_noattenuation         | 7 +++++++
 noise_examples/regional/Par_file_NOISE_1_attenuation               | 7 +++++++
 noise_examples/regional/Par_file_NOISE_1_noattenuation             | 7 +++++++
 noise_examples/regional/Par_file_NOISE_2_attenuation               | 7 +++++++
 noise_examples/regional/Par_file_NOISE_2_noattenuation             | 7 +++++++
 noise_examples/regional/Par_file_NOISE_3_noattenuation             | 7 +++++++
 noise_examples/test_global/Par_file_NOISE_1_attenuation            | 7 +++++++
 noise_examples/test_global/Par_file_NOISE_1_noattenuation          | 7 +++++++
 noise_examples/test_global/Par_file_NOISE_2_attenuation            | 7 +++++++
 noise_examples/test_global/Par_file_NOISE_2_noattenuation          | 7 +++++++
 noise_examples/test_global/Par_file_NOISE_3_noattenuation          | 7 +++++++
 noise_examples/test_regional/Par_file_NOISE_1_attenuation          | 7 +++++++
 noise_examples/test_regional/Par_file_NOISE_1_noattenuation        | 7 +++++++
 noise_examples/test_regional/Par_file_NOISE_2_attenuation          | 7 +++++++
 noise_examples/test_regional/Par_file_NOISE_2_noattenuation        | 7 +++++++
 noise_examples/test_regional/Par_file_NOISE_3_noattenuation        | 7 +++++++
 regional_Greece_small/DATA/Par_file                                | 7 +++++++
 regional_MiddleEast/DATA/Par_file                                  | 7 +++++++
 .../Par_file_this_example                                          | 7 +++++++
 .../Par_file_this_example                                          | 7 +++++++
 vi_all_Par_files_to_add_parameters_to_them.bash                    | 4 ++++
 36 files changed, 249 insertions(+)

diff --git a/benchmarks/prem_ani_noocean_Q_Cowling_Bolivia_9s/SEMD/DATA/Par_file b/benchmarks/prem_ani_noocean_Q_Cowling_Bolivia_9s/SEMD/DATA/Par_file
index 7f67e51..dff82dc 100644
--- a/benchmarks/prem_ani_noocean_Q_Cowling_Bolivia_9s/SEMD/DATA/Par_file
+++ b/benchmarks/prem_ani_noocean_Q_Cowling_Bolivia_9s/SEMD/DATA/Par_file
@@ -54,6 +54,13 @@ ABSORBING_CONDITIONS            = .false.
 # record length in minutes
 RECORD_LENGTH_IN_MINUTES        = 50.0d0
 
+# to undo attenuation for sensitivity kernel calculations or forward runs with SAVE_FORWARD
+# use one (and only one) of the two flags below. UNDO_ATTENUATION is much better (it is exact)
+# but requires a significant amount of disk space for temporary storage.
+PARTIAL_PHYS_DISPERSION_ONLY    = .true.
+UNDO_ATTENUATION                = .false.
+NT_DUMP_ATTENUATION             = 100   # how often we dump restart files to undo attenuation, only needed when using UNDO_ATTENUATION
+
 # save AVS or OpenDX movies
 #MOVIE_COARSE saves movie only at corners of elements (SURFACE OR VOLUME)
 #MOVIE_COARSE does not work with create_movie_AVS_DX
diff --git a/benchmarks/prem_ani_noocean_Q_Cowling_Vanuatu/SEMD/DATA/Par_file b/benchmarks/prem_ani_noocean_Q_Cowling_Vanuatu/SEMD/DATA/Par_file
index aa20c19..f283c85 100644
--- a/benchmarks/prem_ani_noocean_Q_Cowling_Vanuatu/SEMD/DATA/Par_file
+++ b/benchmarks/prem_ani_noocean_Q_Cowling_Vanuatu/SEMD/DATA/Par_file
@@ -54,6 +54,13 @@ ABSORBING_CONDITIONS            = .false.
 # record length in minutes
 RECORD_LENGTH_IN_MINUTES        = 100.0d0
 
+# to undo attenuation for sensitivity kernel calculations or forward runs with SAVE_FORWARD
+# use one (and only one) of the two flags below. UNDO_ATTENUATION is much better (it is exact)
+# but requires a significant amount of disk space for temporary storage.
+PARTIAL_PHYS_DISPERSION_ONLY    = .true.
+UNDO_ATTENUATION                = .false.
+NT_DUMP_ATTENUATION             = 100   # how often we dump restart files to undo attenuation, only needed when using UNDO_ATTENUATION
+
 # save AVS or OpenDX movies
 #MOVIE_COARSE saves movie only at corners of elements (SURFACE OR VOLUME)
 #MOVIE_COARSE does not work with create_movie_AVS_DX
diff --git a/benchmarks/prem_iso_noocean_Q_Cowling_Vanuatu/SEMD/DATA/Par_file b/benchmarks/prem_iso_noocean_Q_Cowling_Vanuatu/SEMD/DATA/Par_file
index 460fa6f..5d6686e 100644
--- a/benchmarks/prem_iso_noocean_Q_Cowling_Vanuatu/SEMD/DATA/Par_file
+++ b/benchmarks/prem_iso_noocean_Q_Cowling_Vanuatu/SEMD/DATA/Par_file
@@ -54,6 +54,13 @@ ABSORBING_CONDITIONS            = .false.
 # record length in minutes
 RECORD_LENGTH_IN_MINUTES        = 100.0d0
 
+# to undo attenuation for sensitivity kernel calculations or forward runs with SAVE_FORWARD
+# use one (and only one) of the two flags below. UNDO_ATTENUATION is much better (it is exact)
+# but requires a significant amount of disk space for temporary storage.
+PARTIAL_PHYS_DISPERSION_ONLY    = .true.
+UNDO_ATTENUATION                = .false.
+NT_DUMP_ATTENUATION             = 100   # how often we dump restart files to undo attenuation, only needed when using UNDO_ATTENUATION
+
 # save AVS or OpenDX movies
 #MOVIE_COARSE saves movie only at corners of elements (SURFACE OR VOLUME)
 #MOVIE_COARSE does not work with create_movie_AVS_DX
diff --git a/global_PREM_kernels/amplitude/DATA/Par_file b/global_PREM_kernels/amplitude/DATA/Par_file
index 60766d7..aedddd7 100644
--- a/global_PREM_kernels/amplitude/DATA/Par_file
+++ b/global_PREM_kernels/amplitude/DATA/Par_file
@@ -54,6 +54,13 @@ ABSORBING_CONDITIONS            = .false.
 # record length in minutes
 RECORD_LENGTH_IN_MINUTES        = 30.0d0
 
+# to undo attenuation for sensitivity kernel calculations or forward runs with SAVE_FORWARD
+# use one (and only one) of the two flags below. UNDO_ATTENUATION is much better (it is exact)
+# but requires a significant amount of disk space for temporary storage.
+PARTIAL_PHYS_DISPERSION_ONLY    = .true.
+UNDO_ATTENUATION                = .false.
+NT_DUMP_ATTENUATION             = 100   # how often we dump restart files to undo attenuation, only needed when using UNDO_ATTENUATION
+
 # save AVS or OpenDX movies
 #MOVIE_COARSE saves movie only at corners of elements (SURFACE OR VOLUME)
 #MOVIE_COARSE does not work with create_movie_AVS_DX
diff --git a/global_PREM_kernels/traveltime/DATA/Par_file b/global_PREM_kernels/traveltime/DATA/Par_file
index 60766d7..aedddd7 100644
--- a/global_PREM_kernels/traveltime/DATA/Par_file
+++ b/global_PREM_kernels/traveltime/DATA/Par_file
@@ -54,6 +54,13 @@ ABSORBING_CONDITIONS            = .false.
 # record length in minutes
 RECORD_LENGTH_IN_MINUTES        = 30.0d0
 
+# to undo attenuation for sensitivity kernel calculations or forward runs with SAVE_FORWARD
+# use one (and only one) of the two flags below. UNDO_ATTENUATION is much better (it is exact)
+# but requires a significant amount of disk space for temporary storage.
+PARTIAL_PHYS_DISPERSION_ONLY    = .true.
+UNDO_ATTENUATION                = .false.
+NT_DUMP_ATTENUATION             = 100   # how often we dump restart files to undo attenuation, only needed when using UNDO_ATTENUATION
+
 # save AVS or OpenDX movies
 #MOVIE_COARSE saves movie only at corners of elements (SURFACE OR VOLUME)
 #MOVIE_COARSE does not work with create_movie_AVS_DX
diff --git a/global_s362ani/DATA/Par_file b/global_s362ani/DATA/Par_file
index 751d2d0..6783a99 100644
--- a/global_s362ani/DATA/Par_file
+++ b/global_s362ani/DATA/Par_file
@@ -54,6 +54,13 @@ ABSORBING_CONDITIONS            = .false.
 # record length in minutes
 RECORD_LENGTH_IN_MINUTES        = 15.0d0
 
+# to undo attenuation for sensitivity kernel calculations or forward runs with SAVE_FORWARD
+# use one (and only one) of the two flags below. UNDO_ATTENUATION is much better (it is exact)
+# but requires a significant amount of disk space for temporary storage.
+PARTIAL_PHYS_DISPERSION_ONLY    = .true.
+UNDO_ATTENUATION                = .false.
+NT_DUMP_ATTENUATION             = 100   # how often we dump restart files to undo attenuation, only needed when using UNDO_ATTENUATION
+
 # save AVS or OpenDX movies
 #MOVIE_COARSE saves movie only at corners of elements (SURFACE OR VOLUME)
 #MOVIE_COARSE does not work with create_movie_AVS_DX
diff --git a/noise_examples/global_long/Par_file_NOISE_1_attenuation b/noise_examples/global_long/Par_file_NOISE_1_attenuation
index 69be83c..9503d9f 100644
--- a/noise_examples/global_long/Par_file_NOISE_1_attenuation
+++ b/noise_examples/global_long/Par_file_NOISE_1_attenuation
@@ -54,6 +54,13 @@ ABSORBING_CONDITIONS            = .false.
 # record length in minutes
 RECORD_LENGTH_IN_MINUTES        =  205.0d0
 
+# to undo attenuation for sensitivity kernel calculations or forward runs with SAVE_FORWARD
+# use one (and only one) of the two flags below. UNDO_ATTENUATION is much better (it is exact)
+# but requires a significant amount of disk space for temporary storage.
+PARTIAL_PHYS_DISPERSION_ONLY    = .true.
+UNDO_ATTENUATION                = .false.
+NT_DUMP_ATTENUATION             = 100   # how often we dump restart files to undo attenuation, only needed when using UNDO_ATTENUATION
+
 # save AVS or OpenDX movies
 #MOVIE_COARSE saves movie only at corners of elements (SURFACE OR VOLUME)
 #MOVIE_COARSE does not work with create_movie_AVS_DX
diff --git a/noise_examples/global_long/Par_file_NOISE_1_noattenuation b/noise_examples/global_long/Par_file_NOISE_1_noattenuation
index 89ab676..7d7d0ae 100644
--- a/noise_examples/global_long/Par_file_NOISE_1_noattenuation
+++ b/noise_examples/global_long/Par_file_NOISE_1_noattenuation
@@ -54,6 +54,13 @@ ABSORBING_CONDITIONS            = .false.
 # record length in minutes
 RECORD_LENGTH_IN_MINUTES        =  205.0d0
 
+# to undo attenuation for sensitivity kernel calculations or forward runs with SAVE_FORWARD
+# use one (and only one) of the two flags below. UNDO_ATTENUATION is much better (it is exact)
+# but requires a significant amount of disk space for temporary storage.
+PARTIAL_PHYS_DISPERSION_ONLY    = .false.
+UNDO_ATTENUATION                = .false.
+NT_DUMP_ATTENUATION             = 100   # how often we dump restart files to undo attenuation, only needed when using UNDO_ATTENUATION
+
 # save AVS or OpenDX movies
 #MOVIE_COARSE saves movie only at corners of elements (SURFACE OR VOLUME)
 #MOVIE_COARSE does not work with create_movie_AVS_DX
diff --git a/noise_examples/global_long/Par_file_NOISE_2_attenuation b/noise_examples/global_long/Par_file_NOISE_2_attenuation
index 16fc4e0..f65bccc 100644
--- a/noise_examples/global_long/Par_file_NOISE_2_attenuation
+++ b/noise_examples/global_long/Par_file_NOISE_2_attenuation
@@ -54,6 +54,13 @@ ABSORBING_CONDITIONS            = .false.
 # record length in minutes
 RECORD_LENGTH_IN_MINUTES        =  205.0d0
 
+# to undo attenuation for sensitivity kernel calculations or forward runs with SAVE_FORWARD
+# use one (and only one) of the two flags below. UNDO_ATTENUATION is much better (it is exact)
+# but requires a significant amount of disk space for temporary storage.
+PARTIAL_PHYS_DISPERSION_ONLY    = .true.
+UNDO_ATTENUATION                = .false.
+NT_DUMP_ATTENUATION             = 100   # how often we dump restart files to undo attenuation, only needed when using UNDO_ATTENUATION
+
 # save AVS or OpenDX movies
 #MOVIE_COARSE saves movie only at corners of elements (SURFACE OR VOLUME)
 #MOVIE_COARSE does not work with create_movie_AVS_DX
diff --git a/noise_examples/global_long/Par_file_NOISE_2_noattenuation b/noise_examples/global_long/Par_file_NOISE_2_noattenuation
index 2be66b9..031c949 100644
--- a/noise_examples/global_long/Par_file_NOISE_2_noattenuation
+++ b/noise_examples/global_long/Par_file_NOISE_2_noattenuation
@@ -54,6 +54,13 @@ ABSORBING_CONDITIONS            = .false.
 # record length in minutes
 RECORD_LENGTH_IN_MINUTES        =  205.0d0
 
+# to undo attenuation for sensitivity kernel calculations or forward runs with SAVE_FORWARD
+# use one (and only one) of the two flags below. UNDO_ATTENUATION is much better (it is exact)
+# but requires a significant amount of disk space for temporary storage.
+PARTIAL_PHYS_DISPERSION_ONLY    = .false.
+UNDO_ATTENUATION                = .false.
+NT_DUMP_ATTENUATION             = 100   # how often we dump restart files to undo attenuation, only needed when using UNDO_ATTENUATION
+
 # save AVS or OpenDX movies
 #MOVIE_COARSE saves movie only at corners of elements (SURFACE OR VOLUME)
 #MOVIE_COARSE does not work with create_movie_AVS_DX
diff --git a/noise_examples/global_long/Par_file_NOISE_3_noattenuation b/noise_examples/global_long/Par_file_NOISE_3_noattenuation
index 2a4d537..b8b96c4 100644
--- a/noise_examples/global_long/Par_file_NOISE_3_noattenuation
+++ b/noise_examples/global_long/Par_file_NOISE_3_noattenuation
@@ -54,6 +54,13 @@ ABSORBING_CONDITIONS            = .false.
 # record length in minutes
 RECORD_LENGTH_IN_MINUTES        =  205.0d0
 
+# to undo attenuation for sensitivity kernel calculations or forward runs with SAVE_FORWARD
+# use one (and only one) of the two flags below. UNDO_ATTENUATION is much better (it is exact)
+# but requires a significant amount of disk space for temporary storage.
+PARTIAL_PHYS_DISPERSION_ONLY    = .false.
+UNDO_ATTENUATION                = .false.
+NT_DUMP_ATTENUATION             = 100   # how often we dump restart files to undo attenuation, only needed when using UNDO_ATTENUATION
+
 # save AVS or OpenDX movies
 #MOVIE_COARSE saves movie only at corners of elements (SURFACE OR VOLUME)
 #MOVIE_COARSE does not work with create_movie_AVS_DX
diff --git a/noise_examples/global_short/Par_file_NOISE_1_attenuation b/noise_examples/global_short/Par_file_NOISE_1_attenuation
index b75a12e..219bad4 100644
--- a/noise_examples/global_short/Par_file_NOISE_1_attenuation
+++ b/noise_examples/global_short/Par_file_NOISE_1_attenuation
@@ -54,6 +54,13 @@ ABSORBING_CONDITIONS            = .false.
 # record length in minutes
 RECORD_LENGTH_IN_MINUTES        =  50.0d0
 
+# to undo attenuation for sensitivity kernel calculations or forward runs with SAVE_FORWARD
+# use one (and only one) of the two flags below. UNDO_ATTENUATION is much better (it is exact)
+# but requires a significant amount of disk space for temporary storage.
+PARTIAL_PHYS_DISPERSION_ONLY    = .true.
+UNDO_ATTENUATION                = .false.
+NT_DUMP_ATTENUATION             = 100   # how often we dump restart files to undo attenuation, only needed when using UNDO_ATTENUATION
+
 # save AVS or OpenDX movies
 #MOVIE_COARSE saves movie only at corners of elements (SURFACE OR VOLUME)
 #MOVIE_COARSE does not work with create_movie_AVS_DX
diff --git a/noise_examples/global_short/Par_file_NOISE_1_noattenuation b/noise_examples/global_short/Par_file_NOISE_1_noattenuation
index 2424319..14ef5ef 100644
--- a/noise_examples/global_short/Par_file_NOISE_1_noattenuation
+++ b/noise_examples/global_short/Par_file_NOISE_1_noattenuation
@@ -54,6 +54,13 @@ ABSORBING_CONDITIONS            = .false.
 # record length in minutes
 RECORD_LENGTH_IN_MINUTES        =  50.0d0
 
+# to undo attenuation for sensitivity kernel calculations or forward runs with SAVE_FORWARD
+# use one (and only one) of the two flags below. UNDO_ATTENUATION is much better (it is exact)
+# but requires a significant amount of disk space for temporary storage.
+PARTIAL_PHYS_DISPERSION_ONLY    = .false.
+UNDO_ATTENUATION                = .false.
+NT_DUMP_ATTENUATION             = 100   # how often we dump restart files to undo attenuation, only needed when using UNDO_ATTENUATION
+
 # save AVS or OpenDX movies
 #MOVIE_COARSE saves movie only at corners of elements (SURFACE OR VOLUME)
 #MOVIE_COARSE does not work with create_movie_AVS_DX
diff --git a/noise_examples/global_short/Par_file_NOISE_2_attenuation b/noise_examples/global_short/Par_file_NOISE_2_attenuation
index c7ef5a2..1b1cdef 100644
--- a/noise_examples/global_short/Par_file_NOISE_2_attenuation
+++ b/noise_examples/global_short/Par_file_NOISE_2_attenuation
@@ -54,6 +54,13 @@ ABSORBING_CONDITIONS            = .false.
 # record length in minutes
 RECORD_LENGTH_IN_MINUTES        =  50.0d0
 
+# to undo attenuation for sensitivity kernel calculations or forward runs with SAVE_FORWARD
+# use one (and only one) of the two flags below. UNDO_ATTENUATION is much better (it is exact)
+# but requires a significant amount of disk space for temporary storage.
+PARTIAL_PHYS_DISPERSION_ONLY    = .true.
+UNDO_ATTENUATION                = .false.
+NT_DUMP_ATTENUATION             = 100   # how often we dump restart files to undo attenuation, only needed when using UNDO_ATTENUATION
+
 # save AVS or OpenDX movies
 #MOVIE_COARSE saves movie only at corners of elements (SURFACE OR VOLUME)
 #MOVIE_COARSE does not work with create_movie_AVS_DX
diff --git a/noise_examples/global_short/Par_file_NOISE_2_noattenuation b/noise_examples/global_short/Par_file_NOISE_2_noattenuation
index 55bb700..beabb98 100644
--- a/noise_examples/global_short/Par_file_NOISE_2_noattenuation
+++ b/noise_examples/global_short/Par_file_NOISE_2_noattenuation
@@ -54,6 +54,13 @@ ABSORBING_CONDITIONS            = .false.
 # record length in minutes
 RECORD_LENGTH_IN_MINUTES        =  50.0d0
 
+# to undo attenuation for sensitivity kernel calculations or forward runs with SAVE_FORWARD
+# use one (and only one) of the two flags below. UNDO_ATTENUATION is much better (it is exact)
+# but requires a significant amount of disk space for temporary storage.
+PARTIAL_PHYS_DISPERSION_ONLY    = .false.
+UNDO_ATTENUATION                = .false.
+NT_DUMP_ATTENUATION             = 100   # how often we dump restart files to undo attenuation, only needed when using UNDO_ATTENUATION
+
 # save AVS or OpenDX movies
 #MOVIE_COARSE saves movie only at corners of elements (SURFACE OR VOLUME)
 #MOVIE_COARSE does not work with create_movie_AVS_DX
diff --git a/noise_examples/global_short/Par_file_NOISE_3_noattenuation b/noise_examples/global_short/Par_file_NOISE_3_noattenuation
index 6813fcb..d6007b0 100644
--- a/noise_examples/global_short/Par_file_NOISE_3_noattenuation
+++ b/noise_examples/global_short/Par_file_NOISE_3_noattenuation
@@ -54,6 +54,13 @@ ABSORBING_CONDITIONS            = .false.
 # record length in minutes
 RECORD_LENGTH_IN_MINUTES        =  50.0d0
 
+# to undo attenuation for sensitivity kernel calculations or forward runs with SAVE_FORWARD
+# use one (and only one) of the two flags below. UNDO_ATTENUATION is much better (it is exact)
+# but requires a significant amount of disk space for temporary storage.
+PARTIAL_PHYS_DISPERSION_ONLY    = .false.
+UNDO_ATTENUATION                = .false.
+NT_DUMP_ATTENUATION             = 100   # how often we dump restart files to undo attenuation, only needed when using UNDO_ATTENUATION
+
 # save AVS or OpenDX movies
 #MOVIE_COARSE saves movie only at corners of elements (SURFACE OR VOLUME)
 #MOVIE_COARSE does not work with create_movie_AVS_DX
diff --git a/noise_examples/regional/Par_file_NOISE_1_attenuation b/noise_examples/regional/Par_file_NOISE_1_attenuation
index e83aa16..4cc8945 100644
--- a/noise_examples/regional/Par_file_NOISE_1_attenuation
+++ b/noise_examples/regional/Par_file_NOISE_1_attenuation
@@ -54,6 +54,13 @@ ABSORBING_CONDITIONS            = .true.
 # record length in minutes
 RECORD_LENGTH_IN_MINUTES        =  50.0d0
 
+# to undo attenuation for sensitivity kernel calculations or forward runs with SAVE_FORWARD
+# use one (and only one) of the two flags below. UNDO_ATTENUATION is much better (it is exact)
+# but requires a significant amount of disk space for temporary storage.
+PARTIAL_PHYS_DISPERSION_ONLY    = .true.
+UNDO_ATTENUATION                = .false.
+NT_DUMP_ATTENUATION             = 100   # how often we dump restart files to undo attenuation, only needed when using UNDO_ATTENUATION
+
 # save AVS or OpenDX movies
 #MOVIE_COARSE saves movie only at corners of elements (SURFACE OR VOLUME)
 #MOVIE_COARSE does not work with create_movie_AVS_DX
diff --git a/noise_examples/regional/Par_file_NOISE_1_noattenuation b/noise_examples/regional/Par_file_NOISE_1_noattenuation
index 8ce9808..fdb32f0 100644
--- a/noise_examples/regional/Par_file_NOISE_1_noattenuation
+++ b/noise_examples/regional/Par_file_NOISE_1_noattenuation
@@ -54,6 +54,13 @@ ABSORBING_CONDITIONS            = .true.
 # record length in minutes
 RECORD_LENGTH_IN_MINUTES        =  50.0d0
 
+# to undo attenuation for sensitivity kernel calculations or forward runs with SAVE_FORWARD
+# use one (and only one) of the two flags below. UNDO_ATTENUATION is much better (it is exact)
+# but requires a significant amount of disk space for temporary storage.
+PARTIAL_PHYS_DISPERSION_ONLY    = .false.
+UNDO_ATTENUATION                = .false.
+NT_DUMP_ATTENUATION             = 100   # how often we dump restart files to undo attenuation, only needed when using UNDO_ATTENUATION
+
 # save AVS or OpenDX movies
 #MOVIE_COARSE saves movie only at corners of elements (SURFACE OR VOLUME)
 #MOVIE_COARSE does not work with create_movie_AVS_DX
diff --git a/noise_examples/regional/Par_file_NOISE_2_attenuation b/noise_examples/regional/Par_file_NOISE_2_attenuation
index 2d586b8..a5e3c90 100644
--- a/noise_examples/regional/Par_file_NOISE_2_attenuation
+++ b/noise_examples/regional/Par_file_NOISE_2_attenuation
@@ -54,6 +54,13 @@ ABSORBING_CONDITIONS            = .true.
 # record length in minutes
 RECORD_LENGTH_IN_MINUTES        =  50.0d0
 
+# to undo attenuation for sensitivity kernel calculations or forward runs with SAVE_FORWARD
+# use one (and only one) of the two flags below. UNDO_ATTENUATION is much better (it is exact)
+# but requires a significant amount of disk space for temporary storage.
+PARTIAL_PHYS_DISPERSION_ONLY    = .true.
+UNDO_ATTENUATION                = .false.
+NT_DUMP_ATTENUATION             = 100   # how often we dump restart files to undo attenuation, only needed when using UNDO_ATTENUATION
+
 # save AVS or OpenDX movies
 #MOVIE_COARSE saves movie only at corners of elements (SURFACE OR VOLUME)
 #MOVIE_COARSE does not work with create_movie_AVS_DX
diff --git a/noise_examples/regional/Par_file_NOISE_2_noattenuation b/noise_examples/regional/Par_file_NOISE_2_noattenuation
index 7d755c7..2f7c190 100644
--- a/noise_examples/regional/Par_file_NOISE_2_noattenuation
+++ b/noise_examples/regional/Par_file_NOISE_2_noattenuation
@@ -54,6 +54,13 @@ ABSORBING_CONDITIONS            = .true.
 # record length in minutes
 RECORD_LENGTH_IN_MINUTES        =  50.0d0
 
+# to undo attenuation for sensitivity kernel calculations or forward runs with SAVE_FORWARD
+# use one (and only one) of the two flags below. UNDO_ATTENUATION is much better (it is exact)
+# but requires a significant amount of disk space for temporary storage.
+PARTIAL_PHYS_DISPERSION_ONLY    = .false.
+UNDO_ATTENUATION                = .false.
+NT_DUMP_ATTENUATION             = 100   # how often we dump restart files to undo attenuation, only needed when using UNDO_ATTENUATION
+
 # save AVS or OpenDX movies
 #MOVIE_COARSE saves movie only at corners of elements (SURFACE OR VOLUME)
 #MOVIE_COARSE does not work with create_movie_AVS_DX
diff --git a/noise_examples/regional/Par_file_NOISE_3_noattenuation b/noise_examples/regional/Par_file_NOISE_3_noattenuation
index 60fd0d2..82ce4fa 100644
--- a/noise_examples/regional/Par_file_NOISE_3_noattenuation
+++ b/noise_examples/regional/Par_file_NOISE_3_noattenuation
@@ -54,6 +54,13 @@ ABSORBING_CONDITIONS            = .true.
 # record length in minutes
 RECORD_LENGTH_IN_MINUTES        =  50.0d0
 
+# to undo attenuation for sensitivity kernel calculations or forward runs with SAVE_FORWARD
+# use one (and only one) of the two flags below. UNDO_ATTENUATION is much better (it is exact)
+# but requires a significant amount of disk space for temporary storage.
+PARTIAL_PHYS_DISPERSION_ONLY    = .false.
+UNDO_ATTENUATION                = .false.
+NT_DUMP_ATTENUATION             = 100   # how often we dump restart files to undo attenuation, only needed when using UNDO_ATTENUATION
+
 # save AVS or OpenDX movies
 #MOVIE_COARSE saves movie only at corners of elements (SURFACE OR VOLUME)
 #MOVIE_COARSE does not work with create_movie_AVS_DX
diff --git a/noise_examples/test_global/Par_file_NOISE_1_attenuation b/noise_examples/test_global/Par_file_NOISE_1_attenuation
index b9632e0..6d280a2 100644
--- a/noise_examples/test_global/Par_file_NOISE_1_attenuation
+++ b/noise_examples/test_global/Par_file_NOISE_1_attenuation
@@ -54,6 +54,13 @@ ABSORBING_CONDITIONS            = .false.
 # record length in minutes
 RECORD_LENGTH_IN_MINUTES        =  1.0d0
 
+# to undo attenuation for sensitivity kernel calculations or forward runs with SAVE_FORWARD
+# use one (and only one) of the two flags below. UNDO_ATTENUATION is much better (it is exact)
+# but requires a significant amount of disk space for temporary storage.
+PARTIAL_PHYS_DISPERSION_ONLY    = .true.
+UNDO_ATTENUATION                = .false.
+NT_DUMP_ATTENUATION             = 100   # how often we dump restart files to undo attenuation, only needed when using UNDO_ATTENUATION
+
 # save AVS or OpenDX movies
 #MOVIE_COARSE saves movie only at corners of elements (SURFACE OR VOLUME)
 #MOVIE_COARSE does not work with create_movie_AVS_DX
diff --git a/noise_examples/test_global/Par_file_NOISE_1_noattenuation b/noise_examples/test_global/Par_file_NOISE_1_noattenuation
index 515fef1..61ca4f9 100644
--- a/noise_examples/test_global/Par_file_NOISE_1_noattenuation
+++ b/noise_examples/test_global/Par_file_NOISE_1_noattenuation
@@ -54,6 +54,13 @@ ABSORBING_CONDITIONS            = .false.
 # record length in minutes
 RECORD_LENGTH_IN_MINUTES        =  1.0d0
 
+# to undo attenuation for sensitivity kernel calculations or forward runs with SAVE_FORWARD
+# use one (and only one) of the two flags below. UNDO_ATTENUATION is much better (it is exact)
+# but requires a significant amount of disk space for temporary storage.
+PARTIAL_PHYS_DISPERSION_ONLY    = .false.
+UNDO_ATTENUATION                = .false.
+NT_DUMP_ATTENUATION             = 100   # how often we dump restart files to undo attenuation, only needed when using UNDO_ATTENUATION
+
 # save AVS or OpenDX movies
 #MOVIE_COARSE saves movie only at corners of elements (SURFACE OR VOLUME)
 #MOVIE_COARSE does not work with create_movie_AVS_DX
diff --git a/noise_examples/test_global/Par_file_NOISE_2_attenuation b/noise_examples/test_global/Par_file_NOISE_2_attenuation
index 26a67c9..4faf86b 100644
--- a/noise_examples/test_global/Par_file_NOISE_2_attenuation
+++ b/noise_examples/test_global/Par_file_NOISE_2_attenuation
@@ -54,6 +54,13 @@ ABSORBING_CONDITIONS            = .false.
 # record length in minutes
 RECORD_LENGTH_IN_MINUTES        =  1.0d0
 
+# to undo attenuation for sensitivity kernel calculations or forward runs with SAVE_FORWARD
+# use one (and only one) of the two flags below. UNDO_ATTENUATION is much better (it is exact)
+# but requires a significant amount of disk space for temporary storage.
+PARTIAL_PHYS_DISPERSION_ONLY    = .true.
+UNDO_ATTENUATION                = .false.
+NT_DUMP_ATTENUATION             = 100   # how often we dump restart files to undo attenuation, only needed when using UNDO_ATTENUATION
+
 # save AVS or OpenDX movies
 #MOVIE_COARSE saves movie only at corners of elements (SURFACE OR VOLUME)
 #MOVIE_COARSE does not work with create_movie_AVS_DX
diff --git a/noise_examples/test_global/Par_file_NOISE_2_noattenuation b/noise_examples/test_global/Par_file_NOISE_2_noattenuation
index aef4e34..2dd971c 100644
--- a/noise_examples/test_global/Par_file_NOISE_2_noattenuation
+++ b/noise_examples/test_global/Par_file_NOISE_2_noattenuation
@@ -54,6 +54,13 @@ ABSORBING_CONDITIONS            = .false.
 # record length in minutes
 RECORD_LENGTH_IN_MINUTES        =  1.0d0
 
+# to undo attenuation for sensitivity kernel calculations or forward runs with SAVE_FORWARD
+# use one (and only one) of the two flags below. UNDO_ATTENUATION is much better (it is exact)
+# but requires a significant amount of disk space for temporary storage.
+PARTIAL_PHYS_DISPERSION_ONLY    = .false.
+UNDO_ATTENUATION                = .false.
+NT_DUMP_ATTENUATION             = 100   # how often we dump restart files to undo attenuation, only needed when using UNDO_ATTENUATION
+
 # save AVS or OpenDX movies
 #MOVIE_COARSE saves movie only at corners of elements (SURFACE OR VOLUME)
 #MOVIE_COARSE does not work with create_movie_AVS_DX
diff --git a/noise_examples/test_global/Par_file_NOISE_3_noattenuation b/noise_examples/test_global/Par_file_NOISE_3_noattenuation
index f7b163d..1245f88 100644
--- a/noise_examples/test_global/Par_file_NOISE_3_noattenuation
+++ b/noise_examples/test_global/Par_file_NOISE_3_noattenuation
@@ -54,6 +54,13 @@ ABSORBING_CONDITIONS            = .false.
 # record length in minutes
 RECORD_LENGTH_IN_MINUTES        =  1.0d0
 
+# to undo attenuation for sensitivity kernel calculations or forward runs with SAVE_FORWARD
+# use one (and only one) of the two flags below. UNDO_ATTENUATION is much better (it is exact)
+# but requires a significant amount of disk space for temporary storage.
+PARTIAL_PHYS_DISPERSION_ONLY    = .false.
+UNDO_ATTENUATION                = .false.
+NT_DUMP_ATTENUATION             = 100   # how often we dump restart files to undo attenuation, only needed when using UNDO_ATTENUATION
+
 # save AVS or OpenDX movies
 #MOVIE_COARSE saves movie only at corners of elements (SURFACE OR VOLUME)
 #MOVIE_COARSE does not work with create_movie_AVS_DX
diff --git a/noise_examples/test_regional/Par_file_NOISE_1_attenuation b/noise_examples/test_regional/Par_file_NOISE_1_attenuation
index dd5e217..d19fb32 100644
--- a/noise_examples/test_regional/Par_file_NOISE_1_attenuation
+++ b/noise_examples/test_regional/Par_file_NOISE_1_attenuation
@@ -54,6 +54,13 @@ ABSORBING_CONDITIONS            = .true.
 # record length in minutes
 RECORD_LENGTH_IN_MINUTES        =  1.0d0
 
+# to undo attenuation for sensitivity kernel calculations or forward runs with SAVE_FORWARD
+# use one (and only one) of the two flags below. UNDO_ATTENUATION is much better (it is exact)
+# but requires a significant amount of disk space for temporary storage.
+PARTIAL_PHYS_DISPERSION_ONLY    = .true.
+UNDO_ATTENUATION                = .false.
+NT_DUMP_ATTENUATION             = 100   # how often we dump restart files to undo attenuation, only needed when using UNDO_ATTENUATION
+
 # save AVS or OpenDX movies
 #MOVIE_COARSE saves movie only at corners of elements (SURFACE OR VOLUME)
 #MOVIE_COARSE does not work with create_movie_AVS_DX
diff --git a/noise_examples/test_regional/Par_file_NOISE_1_noattenuation b/noise_examples/test_regional/Par_file_NOISE_1_noattenuation
index 935dd7e..0ea4939 100644
--- a/noise_examples/test_regional/Par_file_NOISE_1_noattenuation
+++ b/noise_examples/test_regional/Par_file_NOISE_1_noattenuation
@@ -54,6 +54,13 @@ ABSORBING_CONDITIONS            = .true.
 # record length in minutes
 RECORD_LENGTH_IN_MINUTES        =  1.0d0
 
+# to undo attenuation for sensitivity kernel calculations or forward runs with SAVE_FORWARD
+# use one (and only one) of the two flags below. UNDO_ATTENUATION is much better (it is exact)
+# but requires a significant amount of disk space for temporary storage.
+PARTIAL_PHYS_DISPERSION_ONLY    = .false.
+UNDO_ATTENUATION                = .false.
+NT_DUMP_ATTENUATION             = 100   # how often we dump restart files to undo attenuation, only needed when using UNDO_ATTENUATION
+
 # save AVS or OpenDX movies
 #MOVIE_COARSE saves movie only at corners of elements (SURFACE OR VOLUME)
 #MOVIE_COARSE does not work with create_movie_AVS_DX
diff --git a/noise_examples/test_regional/Par_file_NOISE_2_attenuation b/noise_examples/test_regional/Par_file_NOISE_2_attenuation
index 7569ed1..d8ddada 100644
--- a/noise_examples/test_regional/Par_file_NOISE_2_attenuation
+++ b/noise_examples/test_regional/Par_file_NOISE_2_attenuation
@@ -54,6 +54,13 @@ ABSORBING_CONDITIONS            = .true.
 # record length in minutes
 RECORD_LENGTH_IN_MINUTES        =  1.0d0
 
+# to undo attenuation for sensitivity kernel calculations or forward runs with SAVE_FORWARD
+# use one (and only one) of the two flags below. UNDO_ATTENUATION is much better (it is exact)
+# but requires a significant amount of disk space for temporary storage.
+PARTIAL_PHYS_DISPERSION_ONLY    = .true.
+UNDO_ATTENUATION                = .false.
+NT_DUMP_ATTENUATION             = 100   # how often we dump restart files to undo attenuation, only needed when using UNDO_ATTENUATION
+
 # save AVS or OpenDX movies
 #MOVIE_COARSE saves movie only at corners of elements (SURFACE OR VOLUME)
 #MOVIE_COARSE does not work with create_movie_AVS_DX
diff --git a/noise_examples/test_regional/Par_file_NOISE_2_noattenuation b/noise_examples/test_regional/Par_file_NOISE_2_noattenuation
index f9b0ad4..fa7d2cc 100644
--- a/noise_examples/test_regional/Par_file_NOISE_2_noattenuation
+++ b/noise_examples/test_regional/Par_file_NOISE_2_noattenuation
@@ -54,6 +54,13 @@ ABSORBING_CONDITIONS            = .true.
 # record length in minutes
 RECORD_LENGTH_IN_MINUTES        =  1.0d0
 
+# to undo attenuation for sensitivity kernel calculations or forward runs with SAVE_FORWARD
+# use one (and only one) of the two flags below. UNDO_ATTENUATION is much better (it is exact)
+# but requires a significant amount of disk space for temporary storage.
+PARTIAL_PHYS_DISPERSION_ONLY    = .false.
+UNDO_ATTENUATION                = .false.
+NT_DUMP_ATTENUATION             = 100   # how often we dump restart files to undo attenuation, only needed when using UNDO_ATTENUATION
+
 # save AVS or OpenDX movies
 #MOVIE_COARSE saves movie only at corners of elements (SURFACE OR VOLUME)
 #MOVIE_COARSE does not work with create_movie_AVS_DX
diff --git a/noise_examples/test_regional/Par_file_NOISE_3_noattenuation b/noise_examples/test_regional/Par_file_NOISE_3_noattenuation
index f6ce9fb..b1b6544 100644
--- a/noise_examples/test_regional/Par_file_NOISE_3_noattenuation
+++ b/noise_examples/test_regional/Par_file_NOISE_3_noattenuation
@@ -54,6 +54,13 @@ ABSORBING_CONDITIONS            = .true.
 # record length in minutes
 RECORD_LENGTH_IN_MINUTES        =  1.0d0
 
+# to undo attenuation for sensitivity kernel calculations or forward runs with SAVE_FORWARD
+# use one (and only one) of the two flags below. UNDO_ATTENUATION is much better (it is exact)
+# but requires a significant amount of disk space for temporary storage.
+PARTIAL_PHYS_DISPERSION_ONLY    = .false.
+UNDO_ATTENUATION                = .false.
+NT_DUMP_ATTENUATION             = 100   # how often we dump restart files to undo attenuation, only needed when using UNDO_ATTENUATION
+
 # save AVS or OpenDX movies
 #MOVIE_COARSE saves movie only at corners of elements (SURFACE OR VOLUME)
 #MOVIE_COARSE does not work with create_movie_AVS_DX
diff --git a/regional_Greece_small/DATA/Par_file b/regional_Greece_small/DATA/Par_file
index 42cf66d..a9b849e 100644
--- a/regional_Greece_small/DATA/Par_file
+++ b/regional_Greece_small/DATA/Par_file
@@ -54,6 +54,13 @@ ABSORBING_CONDITIONS            = .true.
 # record length in minutes
 RECORD_LENGTH_IN_MINUTES        = 2.5d0
 
+# to undo attenuation for sensitivity kernel calculations or forward runs with SAVE_FORWARD
+# use one (and only one) of the two flags below. UNDO_ATTENUATION is much better (it is exact)
+# but requires a significant amount of disk space for temporary storage.
+PARTIAL_PHYS_DISPERSION_ONLY    = .true.
+UNDO_ATTENUATION                = .false.
+NT_DUMP_ATTENUATION             = 100   # how often we dump restart files to undo attenuation, only needed when using UNDO_ATTENUATION
+
 # save AVS or OpenDX movies
 #MOVIE_COARSE saves movie only at corners of elements (SURFACE OR VOLUME)
 #MOVIE_COARSE does not work with create_movie_AVS_DX
diff --git a/regional_MiddleEast/DATA/Par_file b/regional_MiddleEast/DATA/Par_file
index 1075bc8..29b362a 100644
--- a/regional_MiddleEast/DATA/Par_file
+++ b/regional_MiddleEast/DATA/Par_file
@@ -54,6 +54,13 @@ ABSORBING_CONDITIONS            = .true.
 # record length in minutes
 RECORD_LENGTH_IN_MINUTES        = 15.0d0
 
+# to undo attenuation for sensitivity kernel calculations or forward runs with SAVE_FORWARD
+# use one (and only one) of the two flags below. UNDO_ATTENUATION is much better (it is exact)
+# but requires a significant amount of disk space for temporary storage.
+PARTIAL_PHYS_DISPERSION_ONLY    = .true.
+UNDO_ATTENUATION                = .false.
+NT_DUMP_ATTENUATION             = 100   # how often we dump restart files to undo attenuation, only needed when using UNDO_ATTENUATION
+
 # save AVS or OpenDX movies
 #MOVIE_COARSE saves movie only at corners of elements (SURFACE OR VOLUME)
 #MOVIE_COARSE does not work with create_movie_AVS_DX
diff --git a/small_benchmark_run_to_test_more_complex_Earth/Par_file_this_example b/small_benchmark_run_to_test_more_complex_Earth/Par_file_this_example
index eaed0b7..ee25787 100644
--- a/small_benchmark_run_to_test_more_complex_Earth/Par_file_this_example
+++ b/small_benchmark_run_to_test_more_complex_Earth/Par_file_this_example
@@ -54,6 +54,13 @@ ABSORBING_CONDITIONS            = .false.
 # record length in minutes
 RECORD_LENGTH_IN_MINUTES        = 55.0d0
 
+# to undo attenuation for sensitivity kernel calculations or forward runs with SAVE_FORWARD
+# use one (and only one) of the two flags below. UNDO_ATTENUATION is much better (it is exact)
+# but requires a significant amount of disk space for temporary storage.
+PARTIAL_PHYS_DISPERSION_ONLY    = .true.
+UNDO_ATTENUATION                = .false.
+NT_DUMP_ATTENUATION             = 100   # how often we dump restart files to undo attenuation, only needed when using UNDO_ATTENUATION
+
 # save AVS or OpenDX movies
 #MOVIE_COARSE saves movie only at corners of elements (SURFACE OR VOLUME)
 #MOVIE_COARSE does not work with create_movie_AVS_DX
diff --git a/small_benchmark_run_to_test_very_simple_Earth/Par_file_this_example b/small_benchmark_run_to_test_very_simple_Earth/Par_file_this_example
index 77ce4c2..ba38acf 100644
--- a/small_benchmark_run_to_test_very_simple_Earth/Par_file_this_example
+++ b/small_benchmark_run_to_test_very_simple_Earth/Par_file_this_example
@@ -54,6 +54,13 @@ ABSORBING_CONDITIONS            = .false.
 # record length in minutes
 RECORD_LENGTH_IN_MINUTES        = 35.0d0
 
+# to undo attenuation for sensitivity kernel calculations or forward runs with SAVE_FORWARD
+# use one (and only one) of the two flags below. UNDO_ATTENUATION is much better (it is exact)
+# but requires a significant amount of disk space for temporary storage.
+PARTIAL_PHYS_DISPERSION_ONLY    = .false.
+UNDO_ATTENUATION                = .false.
+NT_DUMP_ATTENUATION             = 100   # how often we dump restart files to undo attenuation, only needed when using UNDO_ATTENUATION
+
 # save AVS or OpenDX movies
 #MOVIE_COARSE saves movie only at corners of elements (SURFACE OR VOLUME)
 #MOVIE_COARSE does not work with create_movie_AVS_DX
diff --git a/vi_all_Par_files_to_add_parameters_to_them.bash b/vi_all_Par_files_to_add_parameters_to_them.bash
new file mode 100755
index 0000000..ae69817
--- /dev/null
+++ b/vi_all_Par_files_to_add_parameters_to_them.bash
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+vi ../DATA/Par_file ./global_s362ani/DATA/Par_file ./regional_MiddleEast/DATA/Par_file ./small_benchmark_run_to_test_more_complex_Earth/Par_file_this_example ./noise_examples/test_regional/Par_file_NOISE_3_noattenuation ./noise_examples/test_regional/Par_file_NOISE_2_noattenuation ./noise_examples/test_regional/Par_file_NOISE_1_noattenuation ./noise_examples/test_regional/Par_file_NOISE_1_attenuation ./noise_examples/test_regional/Par_file_NOISE_2_attenuation ./noise_examples/test_global/Par_file_NOISE_3_noattenuation ./noise_examples/test_global/Par_file_NOISE_2_noattenuation ./noise_examples/test_global/Par_file_NOISE_1_noattenuation ./noise_examples/test_global/Par_file_NOISE_1_attenuation ./noise_examples/test_global/Par_file_NOISE_2_attenuation ./noise_examples/global_short/Par_file_NOISE_3_noattenuation ./noise_examples/global_short/Par_file_NOISE_2_noattenuation ./noise_examples/global_short/Par_file_NOISE_1_noattenuation ./noise_examples/global_short/Par_file_NOISE_1_attenua
 tion ./noise_examples/global_short/Par_file_NOISE_2_attenuation ./noise_examples/regional/Par_file_NOISE_3_noattenuation ./noise_examples/regional/Par_file_NOISE_2_noattenuation ./noise_examples/regional/Par_file_NOISE_1_noattenuation ./noise_examples/regional/Par_file_NOISE_1_attenuation ./noise_examples/regional/Par_file_NOISE_2_attenuation ./noise_examples/global_long/Par_file_NOISE_3_noattenuation ./noise_examples/global_long/Par_file_NOISE_2_noattenuation ./noise_examples/global_long/Par_file_NOISE_1_noattenuation ./noise_examples/global_long/Par_file_NOISE_1_attenuation ./noise_examples/global_long/Par_file_NOISE_2_attenuation ./regional_Greece_small/DATA/Par_file ./small_benchmark_run_to_test_very_simple_Earth/Par_file_this_example ./global_PREM_kernels/amplitude/DATA/Par_file ./global_PREM_kernels/traveltime/DATA/Par_file ./benchmarks/prem_ani_noocean_Q_Cowling_Bolivia_9s/SEMD/DATA/Par_file ./benchmarks/prem_iso_noocean_Q_Cowling_Vanuatu/SEMD/DATA/Par_file ./benchmarks/prem_
 ani_noocean_Q_Cowling_Vanuatu/SEMD/DATA/Par_file
+



More information about the CIG-COMMITS mailing list