Skip to content

Commit

Permalink
updates version number to 8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpeter committed Nov 13, 2023
1 parent 9f18fe4 commit d2d3511
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 13 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.0.0
8.1.0
18 changes: 9 additions & 9 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.71 for Specfem3D_Globe 8.0.0.
# Generated by GNU Autoconf 2.71 for Specfem3D_Globe 8.1.0.
#
# Report bugs to <see the wiki>.
#
Expand Down Expand Up @@ -609,8 +609,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='Specfem3D_Globe'
PACKAGE_TARNAME='Specfem3DGlobe'
PACKAGE_VERSION='8.0.0'
PACKAGE_STRING='Specfem3D_Globe 8.0.0'
PACKAGE_VERSION='8.1.0'
PACKAGE_STRING='Specfem3D_Globe 8.1.0'
PACKAGE_BUGREPORT='see the wiki'
PACKAGE_URL=''

Expand Down Expand Up @@ -1499,7 +1499,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures Specfem3D_Globe 8.0.0 to adapt to many kinds of systems.
\`configure' configures Specfem3D_Globe 8.1.0 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1565,7 +1565,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of Specfem3D_Globe 8.0.0:";;
short | recursive ) echo "Configuration of Specfem3D_Globe 8.1.0:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1740,7 +1740,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
Specfem3D_Globe configure 8.0.0
Specfem3D_Globe configure 8.1.0
generated by GNU Autoconf 2.71
Copyright (C) 2021 Free Software Foundation, Inc.
Expand Down Expand Up @@ -2130,7 +2130,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by Specfem3D_Globe $as_me 8.0.0, which was
It was created by Specfem3D_Globe $as_me 8.1.0, which was
generated by GNU Autoconf 2.71. Invocation command line was
$ $0$ac_configure_args_raw
Expand Down Expand Up @@ -12220,7 +12220,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by Specfem3D_Globe $as_me 8.0.0, which was
This file was extended by Specfem3D_Globe $as_me 8.1.0, which was
generated by GNU Autoconf 2.71. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -12292,7 +12292,7 @@ ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config='$ac_cs_config_escaped'
ac_cs_version="\\
Specfem3D_Globe config.status 8.0.0
Specfem3D_Globe config.status 8.1.0
configured by $0, generated by GNU Autoconf 2.71,
with options \\"\$ac_cs_config\\"
Expand Down
2 changes: 1 addition & 1 deletion setup/adios_xml_files/par_header.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!--*** Solver information ***-->
<attribute name="code_name" path="/solver_info" value="SPECFEM3D_GLOBE" type="string"/>
<attribute name="version_name" path="/solver_info" value="TIGER" type="string"/>
<attribute name="version_number" path="/solver_info" value="8.0" type="string"/>
<attribute name="version_number" path="/solver_info" value="8.1" type="string"/>
<!--************************************************************-->
<!--*** Values read from DATA/Par_file ***-->
<!-- double precision variables -->
Expand Down
4 changes: 4 additions & 0 deletions src/specfem3D/specfem3D.F90
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,10 @@ program xspecfem3D
! Evolution of the code:
! ---------------------
!
! version 8.1, November 2023:
! Daniel Peter, Julien Thurin, Lucas Sawade.
! adds EMC model support; minor fixes and code improvements; updates ADIOS2 and LIBXSMM calls
!
! version 8.0, March 2023:
! Wolfgang Bangerth, Stephen Beller, Ebru Bozdag, Caio Ciardelli, Congyue Cui, Armando Espindola-Carmona,
! Rene Gassmoeller, Sunny Gogar, Leopold Grinberg, Quancheng Huang, Elodie Kendall, Wenjie Lei,
Expand Down
4 changes: 2 additions & 2 deletions src/specfem3D/write_output_SAC.f90
Original file line number Diff line number Diff line change
Expand Up @@ -348,8 +348,8 @@ subroutine write_output_SAC(seismogram_tmp,irec,iorientation,sisname,chn,phi)

! indicates SEM synthetics
KUSER0 = 'SY' ! Network code assigned by IRIS for synthetic seismograms
KUSER1 = 'SEM8.0.0' ! code version 8.0
KUSER2 = 'Tiger' ! year of the tiger: Feb 01 2022 - Jan 21 2023
KUSER1 = 'SEM8.1.0' ! code version 8.1
KUSER2 = 'Tiger' ! version 8 - starts in year of the tiger: Feb 01 2022 - Jan 21 2023
! (chinese zodiac http://en.wikipedia.org/wiki/Chinese_zodiac :)

!KUSER0 = 'PDE_LAT_' ! A8
Expand Down

0 comments on commit d2d3511

Please sign in to comment.