Skip to content

Commit

Permalink
changes to convolve_source_timefunction.csh
Browse files Browse the repository at this point in the history
  • Loading branch information
bottero committed Mar 5, 2015
1 parent 75d03a9 commit 2fc1070
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions utils/convolve_source_timefunction.csh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
# using a Gaussian having a very close shape, as explained in Figure 5.2
# of the manual

set half_duration_triangle = 11.2 # TODO : It shall be better to send this to the script with an option. Ex : ./convolve_source_timefunction fileToConvolve --hdur 11.2
set SPECFEM_PATH = "~/specfem3d/" # Path to your specfem3d/ directory. TODO Could also be send as an (optional) option --path_to_specfem
set use_triangle_source = ".false" # Use .true. for a triangle and .false. for a Gaussian. TODO Idem --use_triangle_source
set half_duration_triangle = 1 # TODO : It shall be better to send this to the script with an option. Ex : ./convolve_source_timefunction fileToConvolve --hdur 11.2
set SPECFEM_PATH = "~/specfem3d" # Path to your specfem3d/ directory. TODO Could also be send as an (optional) option --path_to_specfem
set use_triangle_source = ".false." # Use .true. for a triangle and .false. for a Gaussian. TODO Idem --use_triangle_source

########### DO NOT CHANGE ANYTHING BELOW ###########

Expand Down

0 comments on commit 2fc1070

Please sign in to comment.