PrincetonUniversity / SPECFEMPP

SPECFEM++ is a complete re-write of SPECFEM suite of packages (SPECFEM2D, SPECFEM3D, SPECFEM3D_GLOBE) using C++
https://specfem2d-kokkos.readthedocs.io/en/latest/
GNU General Public License v3.0
16 stars 9 forks source link

Change seismogram default #64

Closed Rohit-Kakodkar closed 1 year ago

Rohit-Kakodkar commented 1 year ago

Update seismogram writer default behavior:

Current version of the code only writes seismograms when the config file provides a seismogram YAML node. The default behavior is to not write any seismograms when a YAML is not provided. It would be more appropriate to write the seismograms in a default format (for now the ASCII format) inside the working directory as the default.

Rohit-Kakodkar commented 1 year ago

New issue - Create a results folder with date and time. Currently it just puts the results folder which can crash if one doesnt exists.