[cig-commits] [commit] devel, master: - moved variables SAVE_ALL_SEISMOS_IN_ONE_FILE and USE_BINARY_FOR_LARGE_FILE from constants.h to DATA/Par_file - added a new variable called WRITE_SEISMOGRAMS_BY_MASTER to DATA/Par_file. This new variable allows the user to choose between two modes of seismogram output. Either only the master writes all the time series files, or if set to .false. all processes write the time series of their local receivers (like in V3.6). - changed write_seismograms.f90 to incorporate the above option - adding new variables to DATA/Par_file results in changes in all subroutines calling read_compute_parameters.f90 (4779ebc)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Thu Nov 6 08:03:02 PST 2014


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

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

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

commit 4779ebca5fa63f367113b22f0de03c4d560d82a3
Author: Bernhard Schubert <mail at bernhard-schuberth.de>
Date:   Fri Nov 16 15:03:13 2007 +0000

    - moved variables SAVE_ALL_SEISMOS_IN_ONE_FILE and USE_BINARY_FOR_LARGE_FILE
      from constants.h to DATA/Par_file
    - added a new variable called WRITE_SEISMOGRAMS_BY_MASTER to DATA/Par_file.
      This new variable allows the user to choose between two modes of seismogram
      output. Either only the master writes all the time series files, or if set to
      .false. all processes write the time series of their local receivers (like in V3.6).
    - changed write_seismograms.f90 to incorporate the above option
    - adding new variables to DATA/Par_file results in changes in all subroutines calling
      read_compute_parameters.f90
    
    - added a short shell-script to UTILS called clean_sac_headers_after_crash.sh.
      If a simulation is not finished properly, the number of time steps written to
      seismogram files may be different from the value written in the SAC headers.
      This script corrects the header variable NPTS of binary SAC files, so that
      they still can be used after a crash.


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

4779ebca5fa63f367113b22f0de03c4d560d82a3
 CMTSOLUTION  |   22 +-
 Par_file     |   40 +-
 Par_file.cfg |    8 +
 STATIONS     | 2013 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 4 files changed, 2049 insertions(+), 34 deletions(-)

Diff suppressed because of size. To see it, use:

    git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 4779ebca5fa63f367113b22f0de03c4d560d82a3


More information about the CIG-COMMITS mailing list