Skip to content

Commit 5a8e5a4

Browse files
committed
code whitespace cleaning
1 parent f2a8116 commit 5a8e5a4

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

EXAMPLES/regional_EMC_model/REF_KERNEL/output.log

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ directory: /Users/Shared/SPECFEM3D_GLOBE/EXAMPLES/regional_EMC_model
55

66
setting up example...
77

8-
Changed simulation_type to 1 and save_forward = .true. in Par_file
8+
Changed simulation_type to 1 and save_forward = .true. in Par_file
99

1010
#########################################################
1111
forward simulation
1212
#########################################################
1313
(running forward simulation with saving forward wavefield)
1414

15-
Changed simulation_type to 1 and save_forward = .true. in Par_file
15+
Changed simulation_type to 1 and save_forward = .true. in Par_file
1616

1717
running script...
1818

@@ -22,7 +22,7 @@ Tue Nov 19 10:08:50 CET 2024
2222
starting MPI mesher on 4 processors
2323

2424
simulation time step size:
25-
DT determined = 0.11500000000000000
25+
DT determined = 0.11500000000000000
2626
Par_file: user overrides with specified DT = 5.0000000000000003E-002
2727

2828
using local mesh layout:
@@ -41,7 +41,7 @@ Tue Nov 19 10:09:01 CET 2024
4141
starting run in current directory /Users/Shared/SPECFEM3D_GLOBE/EXAMPLES/regional_EMC_model
4242

4343
simulation time step size:
44-
DT determined = 0.11500000000000000
44+
DT determined = 0.11500000000000000
4545
Par_file: user overrides with specified DT = 5.0000000000000003E-002
4646

4747
using local mesh layout:
@@ -78,19 +78,19 @@ xcreate_adjsrc_traveltime -> /Users/Shared/SPECFEM3D_GLOBE/EXAMPLES/regional_EMC
7878
running adjoint source creation
7979

8080
ifile = 0 lrot = F
81-
81+
8282
reading asc file IU.COLA.BXE.sem.ascii ...
8383
reading asc file IU.COLA.BXN.sem.ascii ...
8484
reading asc file IU.COLA.BXZ.sem.ascii ...
85-
86-
start time: -4.5000000000000000
85+
86+
start time: -4.5000000000000000
8787
time step: 5.0000190000000444E-002
8888
number of steps: 3200
89-
89+
9090
i = 1 norm = 1.3382609814114356E-010
9191
i = 2 norm = 7.4112161423547478E-010
9292
i = 3 norm = 2.7333060200934709E-010
93-
93+
9494
write to asc file IU.COLA.BXE.sem.ascii.adj
9595
write to asc file IU.COLA.BXN.sem.ascii.adj
9696
write to asc file IU.COLA.BXZ.sem.ascii.adj
@@ -106,7 +106,7 @@ kernel simulation
106106
#########################################################
107107
(running kernel simulation: SIMULATION_TYPE == 3)
108108

109-
Changed simulation_type to 3 in Par_file
109+
Changed simulation_type to 3 in Par_file
110110

111111
running script...
112112

@@ -116,7 +116,7 @@ Tue Nov 19 10:09:18 CET 2024
116116
starting run in current directory /Users/Shared/SPECFEM3D_GLOBE/EXAMPLES/regional_EMC_model
117117

118118
simulation time step size:
119-
DT determined = 0.11500000000000000
119+
DT determined = 0.11500000000000000
120120
Par_file: user overrides with specified DT = 5.0000000000000003E-002
121121

122122
using local mesh layout:

src/meshfem3D/model_1dref.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
! A radial model of anelasticity consistent with long period surface wave attenuation,
4848
! Bull. Seism. Soc. Am., 86, 144-158
4949
!
50-
! 1-D profiles: see http://www.iris.edu/ds/products/emc-stw105/
50+
! 1-D profiles: see https://ds.iris.edu/ds/products/emc-stw105/
5151
! internal discontinuities: contains a 410-km and 650-km discontinuity
5252
!--------------------------------------------------------------------------------------------------
5353

src/shared/read_compute_parameters.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ subroutine rcp_set_compute_parameters()
105105
! info
106106
if (REGIONAL_MESH_CUTOFF) then
107107
print *,'**************'
108-
print *,'Warning: REGIONAL_MESH_CUTOFF is not supported for global simulations (NCHUNKS==6), will turn it off for now...'
108+
print *,'Warning: REGIONAL_MESH_CUTOFF is not supported for global simulations (NCHUNKS == 6), will turn it off for now...'
109109
print *,'**************'
110110
endif
111111
REGIONAL_MESH_CUTOFF = .false.

utils/scripts/clean_listings_specfem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
fortran_file_extensions = ['.fh', '.f90', '.F90', '.fh.in']
2828

2929
# Define the list of file extensions to be processed as general formatting
30-
general_file_extensions = ['.bash', '.c', '.cpp','.csh','.cu','.h','.h.in','.pl','.tex','.txt','.sh','.rb', '.md']
30+
general_file_extensions = ['.bash', '.c', '.cpp','.csh','.cu','.h','.h.in','.pl','.tex','.txt','.sh','.rb', '.md', '.log']
3131

3232
# Define the list of directories to be excluded (these are mostly submodules included in the source repositories)
3333
exclude_dirs = ['.git', 'm4', './utils/ADJOINT_TOMOGRAPHY_TOOLS/flexwin', './src/inverse_problem_for_source/pyCMT3D']

0 commit comments

Comments
 (0)