[cig-commits] r21344 - seismo/3D/CPML/trunk

dkomati1 at geodynamics.org dkomati1 at geodynamics.org
Thu Feb 7 10:13:55 PST 2013


Author: dkomati1
Date: 2013-02-07 10:13:55 -0800 (Thu, 07 Feb 2013)
New Revision: 21344

Added:
   seismo/3D/CPML/trunk/seismic_ADEPML_2D_elastic_RK4_eighth_order.f90
   seismo/3D/CPML/trunk/seismic_ADEPML_2D_viscoelastic_RK4_eighth_order.f90
Removed:
   seismo/3D/CPML/trunk/seismic_ADEPML_2D_RK4_eighth_order.f90
Modified:
   seismo/3D/CPML/trunk/Makefile
   seismo/3D/CPML/trunk/README_seismic_cpml.html
Log:
added seismic_ADEPML_2D_viscoelastic_RK4_eighth_order.f90, contributed by Ruiqi Shi from China.


Modified: seismo/3D/CPML/trunk/Makefile
===================================================================
--- seismo/3D/CPML/trunk/Makefile	2013-02-07 16:30:38 UTC (rev 21343)
+++ seismo/3D/CPML/trunk/Makefile	2013-02-07 18:13:55 UTC (rev 21344)
@@ -19,7 +19,7 @@
 # Intel (leave option -ftz, which can be *critical* for performance)
 #F90 = ifort
 #MPIF90 = mpif90
-#FLAGS = -O3 -xSSE4.2 -vec-report0 -implicitnone -warn truncated_source -warn argument_checking -warn unused -warn declarations -warn alignments -warn ignore_loc -warn usage -check nobounds -fpe0 -ftz
+#FLAGS = -O3 -xHost -vec-report0 -implicitnone -warn truncated_source -warn argument_checking -warn unused -warn declarations -warn alignments -warn ignore_loc -warn usage -check nobounds -ftz
 #MEDIUM_MEMORY = -mcmodel=medium
 #OPEN_MP = -openmp -openmp-report1
 
@@ -37,16 +37,19 @@
 MEDIUM_MEMORY = -mcmodel=medium
 #OPEN_MP = -fopenmp
 
-default: clean seismic_CPML_2D_isotropic_second_order seismic_CPML_2D_isotropic_fourth_order seismic_CPML_2D_anisotropic seismic_PML_Collino_2D_isotropic seismic_PML_Collino_3D_isotropic_OpenMP seismic_CPML_3D_isotropic_MPI_OpenMP seismic_CPML_2D_poroelastic_fourth_order seismic_CPML_3D_viscoelastic_MPI seismic_PML_Collino_2D_anisotropic_fourth seismic_ADEPML_2D_RK4_eighth_order
+default: clean seismic_CPML_2D_isotropic_second_order seismic_CPML_2D_isotropic_fourth_order seismic_CPML_2D_anisotropic seismic_PML_Collino_2D_isotropic seismic_PML_Collino_3D_isotropic_OpenMP seismic_CPML_3D_isotropic_MPI_OpenMP seismic_CPML_2D_poroelastic_fourth_order seismic_CPML_3D_viscoelastic_MPI seismic_PML_Collino_2D_anisotropic_fourth seismic_ADEPML_2D_elastic_RK4_eighth_order seismic_ADEPML_2D_viscoelastic_RK4_eighth_order
 
 all: default
 
 clean:
-	/bin/rm -f *.o xseismic_CPML_2D_isotropic_second_order xseismic_CPML_2D_isotropic_fourth_order xseismic_CPML_2D_anisotropic xseismic_PML_Collino_2D_isotropic xseismic_CPML_3D_isotropic_MPI_OpenMP xseismic_PML_Collino_3D_isotropic_OpenMP xseismic_CPML_2D_poroelastic_fourth_order xseismic_CPML_3D_viscoelastic_MPI xseismic_PML_Collino_2D_anisotropic_fourth xseismic_ADEPML_2D_RK4_eighth_order
+	/bin/rm -f *.o xseismic_CPML_2D_isotropic_second_order xseismic_CPML_2D_isotropic_fourth_order xseismic_CPML_2D_anisotropic xseismic_PML_Collino_2D_isotropic xseismic_CPML_3D_isotropic_MPI_OpenMP xseismic_PML_Collino_3D_isotropic_OpenMP xseismic_CPML_2D_poroelastic_fourth_order xseismic_CPML_3D_viscoelastic_MPI xseismic_PML_Collino_2D_anisotropic_fourth xseismic_ADEPML_2D_elastic_RK4_eighth_order xseismic_ADEPML_2D_viscoelastic_RK4_eighth_order
 
-seismic_ADEPML_2D_RK4_eighth_order:
-	$(F90) $(FLAGS) -o xseismic_ADEPML_2D_RK4_eighth_order seismic_ADEPML_2D_RK4_eighth_order.f90
+seismic_ADEPML_2D_elastic_RK4_eighth_order:
+	$(F90) $(FLAGS) -o xseismic_ADEPML_2D_elastic_RK4_eighth_order seismic_ADEPML_2D_elastic_RK4_eighth_order.f90
 
+seismic_ADEPML_2D_viscoelastic_RK4_eighth_order:
+	$(F90) $(FLAGS) -o xseismic_ADEPML_2D_viscoelastic_RK4_eighth_order seismic_ADEPML_2D_viscoelastic_RK4_eighth_order.f90
+
 seismic_CPML_2D_poroelastic_fourth_order:
 	$(F90) $(FLAGS) -o xseismic_CPML_2D_poroelastic_fourth_order seismic_CPML_2D_poroelastic_fourth_order.f90
 

Modified: seismo/3D/CPML/trunk/README_seismic_cpml.html
===================================================================
--- seismo/3D/CPML/trunk/README_seismic_cpml.html	2013-02-07 16:30:38 UTC (rev 21343)
+++ seismo/3D/CPML/trunk/README_seismic_cpml.html	2013-02-07 18:13:55 UTC (rev 21344)
@@ -3,10 +3,9 @@
 <HEAD>
 	<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=utf-8">
 	<TITLE>The SEISMIC_CPML software package</TITLE>
-	<META NAME="GENERATOR" CONTENT="OpenOffice.org 3.3  (Unix)">
+	<META NAME="GENERATOR" CONTENT="LibreOffice 3.6  (Linux)">
 	<META NAME="CREATED" CONTENT="0;0">
-	<META NAME="CHANGEDBY" CONTENT="Dimitri Komatitsch">
-	<META NAME="CHANGED" CONTENT="20110503;580000">
+	<META NAME="CHANGED" CONTENT="20130207;19112300">
 	<STYLE TYPE="text/css">
 	<!--
 		P { color: #000000; font-family: "Times New Roman"; font-size: 12pt }
@@ -25,7 +24,8 @@
 SEISMIC_CPML download map since its first release</B></U></FONT></FONT></FONT></P>
 <P>&nbsp;</P>
 <P><FONT COLOR="#ff0000"><FONT SIZE=3 STYLE="font-size: 13pt">SEISMIC_CPML
-is a set of ten open-source Fortran90 programs</FONT></FONT> <FONT SIZE=3 STYLE="font-size: 13pt">to
+is a set of </FONT></FONT><FONT COLOR="#ff0000"><FONT SIZE=3 STYLE="font-size: 13pt">eleven</FONT></FONT><FONT COLOR="#ff0000"><FONT SIZE=3 STYLE="font-size: 13pt">
+open-source Fortran90 programs</FONT></FONT> <FONT SIZE=3 STYLE="font-size: 13pt">to
 solve the two-dimensional or three-dimensional isotropic or
 anisotropic elastic, viscoelastic or poroelastic wave equation using
 a finite-difference method with Convolutional or Auxiliary Perfectly
@@ -40,9 +40,9 @@
 was introduced and is described in detail in: </FONT>
 </P>
 <P><FONT SIZE=3 STYLE="font-size: 13pt"><B>Dimitri Komatitsch and
-Roland Martin,</B></FONT> <FONT SIZE=3 STYLE="font-size: 13pt"><SPAN STYLE="font-style: normal">An
+Roland Martin,</B></FONT> <SPAN STYLE="font-variant: normal"><FONT SIZE=3 STYLE="font-size: 13pt"><SPAN STYLE="font-style: normal">An
 unsplit convolutional Perfectly Matched Layer improved at grazing
-incidence for the seismic wave equation</SPAN></FONT><FONT SIZE=3 STYLE="font-size: 13pt"><I>,
+incidence for the seismic wave equation</SPAN></FONT></SPAN><FONT SIZE=3 STYLE="font-size: 13pt"><I>,
 Geophysics</I></FONT><FONT SIZE=3 STYLE="font-size: 13pt">, vol.
 72(5), p SM155-SM167, doi: 10.1190/1.2757586 (2007). <A HREF="http://www.univ-pau.fr/%7Edkomati1/published_papers/geophysics_CPML_2007_elastic_typos_fixed.pdf">PDF
 reprint</A> <A HREF="http://www.univ-pau.fr/%7Edkomati1/bibtex_komatitsch.bib">BibTeX</A></FONT></P>
@@ -57,17 +57,17 @@
 grazing incidence for the viscoelastic wave equation, </SPAN></FONT></SPAN><SPAN STYLE="text-decoration: none"><FONT SIZE=3 STYLE="font-size: 13pt"><I><SPAN STYLE="font-weight: normal">Geophysical
 Journal International</SPAN></I></FONT></SPAN><SPAN STYLE="text-decoration: none"><FONT SIZE=3 STYLE="font-size: 13pt"><SPAN STYLE="font-weight: normal">,
 </SPAN></FONT></SPAN><SPAN STYLE="text-decoration: none"><FONT SIZE=3 STYLE="font-size: 13pt"><SPAN LANG="fr-FR"><SPAN STYLE="font-weight: normal">vol.
-179(1), p. 333-344, </SPAN></SPAN></FONT></SPAN><FONT COLOR="#000000"><SPAN STYLE="text-decoration: none"><FONT FACE="Times New Roman, serif"><FONT SIZE=3 STYLE="font-size: 13pt"><SPAN LANG="fr-FR"><SPAN STYLE="font-style: normal"><SPAN STYLE="font-weight: normal">doi:
-10.1111/j.1365-246X.2009.04278.x </SPAN></SPAN></SPAN></FONT></FONT></SPAN></FONT><SPAN STYLE="text-decoration: none"><FONT SIZE=3 STYLE="font-size: 13pt"><SPAN STYLE="font-weight: normal">(2009).</SPAN></FONT></SPAN><FONT COLOR="#000000"><SPAN STYLE="text-decoration: none">
+179(1), p. 333-344, </SPAN></SPAN></FONT></SPAN><SPAN STYLE="font-variant: normal"><FONT COLOR="#000000"><SPAN STYLE="text-decoration: none"><FONT FACE="Times New Roman, serif"><FONT SIZE=3 STYLE="font-size: 13pt"><SPAN LANG="fr-FR"><SPAN STYLE="font-style: normal"><SPAN STYLE="font-weight: normal">doi:
+10.1111/j.1365-246X.2009.04278.x </SPAN></SPAN></SPAN></FONT></FONT></SPAN></FONT></SPAN><SPAN STYLE="text-decoration: none"><FONT SIZE=3 STYLE="font-size: 13pt"><SPAN STYLE="font-weight: normal">(2009).</SPAN></FONT></SPAN><FONT COLOR="#000000"><SPAN STYLE="text-decoration: none">
 </SPAN></FONT><FONT COLOR="#000000"><SPAN STYLE="text-decoration: none"><FONT FACE="Times New Roman, serif"><FONT SIZE=3 STYLE="font-size: 13pt"><SPAN LANG="fr-FR"><SPAN STYLE="font-weight: normal"><A HREF="http://www.univ-pau.fr/%7Edkomati1/published_papers/GJI_CPML_2009_viscoelastic.pdf">PDF
 reprint</A> <A HREF="http://www.univ-pau.fr/%7Edkomati1/bibtex_komatitsch.bib">BibTeX</A></SPAN></SPAN></FONT></FONT></SPAN></FONT></P>
 <P><FONT SIZE=3 STYLE="font-size: 13pt">An extension to poroelastic
 media is developed in:</FONT></P>
 <P><SPAN STYLE="text-decoration: none"><FONT SIZE=3 STYLE="font-size: 13pt"><B>Roland
 Martin, Dimitri Komatitsch and Abdelaâziz Ezziani</B></FONT></SPAN><FONT SIZE=3 STYLE="font-size: 13pt">,
-</FONT><FONT SIZE=3 STYLE="font-size: 13pt"><SPAN STYLE="font-style: normal">An
+</FONT><SPAN STYLE="font-variant: normal"><FONT SIZE=3 STYLE="font-size: 13pt"><SPAN STYLE="font-style: normal">An
 unsplit convolutional Perfectly Matched Layer improved at grazing
-incidence for seismic wave propagation in poroelastic media</SPAN></FONT><FONT SIZE=3 STYLE="font-size: 13pt"><I>,
+incidence for seismic wave propagation in poroelastic media</SPAN></FONT></SPAN><FONT SIZE=3 STYLE="font-size: 13pt"><I>,
 Geophysics</I></FONT><FONT SIZE=3 STYLE="font-size: 13pt">, vol.
 73(4), p T51-T61, doi: 10.1190/1.2939484 (2008). <A HREF="http://www.univ-pau.fr/%7Edkomati1/published_papers/geophysics_CPML_2008_poroelastic_typos_fixed.pdf">PDF
 reprint</A> <A HREF="http://www.univ-pau.fr/%7Edkomati1/bibtex_komatitsch.bib">BibTeX</A></FONT></P>
@@ -162,7 +162,8 @@
 Letters},<BR>year = {2000},<BR>volume = {27},<BR>number = {5},<BR>pages
 = {334-339},<BR>doi =
 {10.1002/1098-2760(20001205)27:5&lt;334::AID-MOP14&gt;3.0.CO;2-A}}<BR></FONT></FONT><A HREF="http://www.geodynamics.org/cig/software"><FONT COLOR="#000000"><FONT FACE="Liberation Serif, serif"><FONT SIZE=1 STYLE="font-size: 6pt"><B><BR><BR></B></FONT></FONT></FONT></A><FONT SIZE=3 STYLE="font-size: 13pt"><SPAN STYLE="font-weight: normal">The
-package is composed of the following ten programs:</SPAN></FONT></P>
+package is composed of the following </SPAN></FONT><FONT SIZE=3 STYLE="font-size: 13pt"><SPAN STYLE="font-weight: normal">eleven
+</SPAN></FONT><FONT SIZE=3 STYLE="font-size: 13pt"><SPAN STYLE="font-weight: normal">programs:</SPAN></FONT></P>
 <P STYLE="margin-bottom: 0in"><BR>
 </P>
 <P><FONT COLOR="#ff0000"><FONT FACE="Liberation Serif, serif"><FONT SIZE=3 STYLE="font-size: 13pt"><B>seismic_CPML_2D_isotropic_second_order.f90</B></FONT></FONT></FONT><FONT COLOR="#000000"><FONT FACE="Liberation Serif, serif"><FONT SIZE=3 STYLE="font-size: 13pt">:
@@ -183,10 +184,15 @@
 <P><FONT COLOR="#ff0000"><FONT FACE="Liberation Serif, serif"><FONT SIZE=3 STYLE="font-size: 13pt"><B>seismic_CPML_2D_poroelastic_fourth_order.f90</B></FONT></FONT></FONT><FONT COLOR="#000000"><FONT FACE="Liberation Serif, serif"><FONT SIZE=3 STYLE="font-size: 13pt">:
 2D C-PML program for a poroelastic medium using a fourth-order
 finite-difference spatial operator.</FONT></FONT></FONT></P>
-<P><FONT COLOR="#ff0000"><FONT FACE="Liberation Serif, serif"><FONT SIZE=3 STYLE="font-size: 13pt"><B>seismic_ADEPML_2D_RK4_eighth_order.f90</B></FONT></FONT></FONT><FONT COLOR="#000000"><FONT FACE="Liberation Serif, serif"><FONT SIZE=3 STYLE="font-size: 13pt">:
+<P><FONT COLOR="#ff0000"><FONT FACE="Liberation Serif, serif"><FONT SIZE=3 STYLE="font-size: 13pt"><B>seismic_ADEPML_2D_</B></FONT></FONT></FONT><FONT COLOR="#ff0000"><FONT FACE="Liberation Serif, serif"><FONT SIZE=3 STYLE="font-size: 13pt"><B>elastic_</B></FONT></FONT></FONT><FONT COLOR="#ff0000"><FONT FACE="Liberation Serif, serif"><FONT SIZE=3 STYLE="font-size: 13pt"><B>RK4_eighth_order.f90</B></FONT></FONT></FONT><FONT COLOR="#000000"><FONT FACE="Liberation Serif, serif"><FONT SIZE=3 STYLE="font-size: 13pt">:
 2D ADE-PML program for an isotropic elastic medium using an
 eighth-order finite-difference spatial operator and fourth-order
 Runge-Kutta implicit, semi implicit or explicit time scheme.</FONT></FONT></FONT></P>
+<P><FONT COLOR="#ff0000"><FONT FACE="Liberation Serif, serif"><FONT SIZE=3 STYLE="font-size: 13pt"><B>seismic_ADEPML_2D_</B></FONT></FONT></FONT><FONT COLOR="#ff0000"><FONT FACE="Liberation Serif, serif"><FONT SIZE=3 STYLE="font-size: 13pt"><B>viscoelastic_</B></FONT></FONT></FONT><FONT COLOR="#ff0000"><FONT FACE="Liberation Serif, serif"><FONT SIZE=3 STYLE="font-size: 13pt"><B>RK4_eighth_order.f90</B></FONT></FONT></FONT><FONT COLOR="#000000"><FONT FACE="Liberation Serif, serif"><FONT SIZE=3 STYLE="font-size: 13pt">:
+2D ADE-PML program for an isotropic </FONT></FONT></FONT><FONT COLOR="#000000"><FONT FACE="Liberation Serif, serif"><FONT SIZE=3 STYLE="font-size: 13pt">visco</FONT></FONT></FONT><FONT COLOR="#000000"><FONT FACE="Liberation Serif, serif"><FONT SIZE=3 STYLE="font-size: 13pt">elastic
+medium using an eighth-order finite-difference spatial operator and
+fourth-order Runge-Kutta implicit, semi implicit or explicit time
+scheme.</FONT></FONT></FONT></P>
 <P><FONT COLOR="#ff0000"><FONT FACE="Liberation Serif, serif"><FONT SIZE=3 STYLE="font-size: 13pt"><B>seismic_PML_Collino_2D_isotropic.f90</B></FONT></FONT></FONT><FONT COLOR="#000000"><FONT FACE="Liberation Serif, serif"><FONT SIZE=3 STYLE="font-size: 13pt">:
 2D classical split PML program for an isotropic medium using a
 second-order finite-difference spatial operator, for comparison.</FONT></FONT></FONT></P>
@@ -222,4 +228,4 @@
 <P><A HREF="http://www.univ-pau.fr/%7Edkomati1"><FONT SIZE=3 STYLE="font-size: 13pt">Home
 page of Dimitri Komatitsch</FONT></A></P>
 </BODY>
-</HTML>
+</HTML>
\ No newline at end of file

Deleted: seismo/3D/CPML/trunk/seismic_ADEPML_2D_RK4_eighth_order.f90
===================================================================
--- seismo/3D/CPML/trunk/seismic_ADEPML_2D_RK4_eighth_order.f90	2013-02-07 16:30:38 UTC (rev 21343)
+++ seismo/3D/CPML/trunk/seismic_ADEPML_2D_RK4_eighth_order.f90	2013-02-07 18:13:55 UTC (rev 21344)
@@ -1,1802 +0,0 @@
-!
-! Copyright Universite de Pau et des Pays de l'Adour, CNRS and INRIA, France.
-! Contributor: Roland Martin, roland DOT martin aT univ-pau DOT fr
-!
-! This software is a computer program whose purpose is to solve
-! the two-dimensional isotropic elastic wave equation
-! using a finite-difference method with Auxiliary Differential
-! Equation Perfectly Matched Layer (ADE-PML) conditions.
-!
-! This software is governed by the CeCILL license under French law and
-! abiding by the rules of distribution of free software. You can use,
-! modify and/or redistribute the software under the terms of the CeCILL
-! license as circulated by CEA, CNRS and INRIA at the following URL
-! "http://www.cecill.info".
-!
-! As a counterpart to the access to the source code and rights to copy,
-! modify and redistribute granted by the license, users are provided only
-! with a limited warranty and the software's author, the holder of the
-! economic rights, and the successive licensors have only limited
-! liability.
-!
-! In this respect, the user's attention is drawn to the risks associated
-! with loading, using, modifying and/or developing or reproducing the
-! software by the user in light of its specific status of free software,
-! that may mean that it is complicated to manipulate, and that also
-! therefore means that it is reserved for developers and experienced
-! professionals having in-depth computer knowledge. Users are therefore
-! encouraged to load and test the software's suitability as regards their
-! requirements in conditions enabling the security of their systems and/or
-! data to be ensured and, more generally, to use and operate it in the
-! same conditions as regards security.
-!
-! The full text of the license is available at the end of this program
-! and in file "LICENSE".
-
-  program seismic_ADEPML_2D_RK4_eighth_order
-
-! High order 2D explicit-semi implicit-implicit elastic finite-difference code
-! in velocity and stress formulation with Auxiliary Differential
-! Equation Perfectly Matched Layer (ADE-PML) absorbing conditions for
-! an isotropic medium. It is fourth order Runge-Kutta (RK4) in time
-! and 8th order in space using Holberg spatial
-! discretization. 1 and/or 2 frequency shift poles are implemented
-
-! Version 1.1.2
-! by Roland Martin, University of Pau, France, Jan 2010.
-! based on seismic_CPML_2D_isotropic_second_order.f90
-! by Dimitri Komatitsch and Roland Martin, University of Pau, France, 2007.
-
-! The 8th-order staggered-grid formulation of Holberg is used:
-!
-!            ^ y
-!            |
-!            |
-!
-!            +-------------------+
-!            |                   |
-!            |                   |
-!            |                   |
-!            |                   |
-!            |        v_y        |
-!   sigma_xy +---------+         |
-!            |         |         |
-!            |         |         |
-!            |         |         |
-!            |         |         |
-!            |         |         |
-!            +---------+---------+  ---> x
-!           v_x    sigma_xx
-!                  sigma_yy
-!
-
-! The ADE-PML implementation is based in part on formulas given in Roden and Gedney (2010)
-!
-! If you use this code for your own research, please cite some (or all) of these articles:
-!
-! @ARTICLE{MaKoGeBr10,
-! author = {Roland Martin and Dimitri Komatitsch and Stephen D. Gedney and
-! Emilien Bruthiaux},
-!  title = {A high-order time and space formulation of the unsplit perfectly matched layer
-!  for the seismic wave equation using {Auxiliary Differential Equations (ADE-PML)}},
-!  journal = {Comput. Model. Eng. Sci.},
-!  year = {2010},
-!  volume = {56},
-!  pages = {17-42},
-!  number = {1}}
-!
-! @ARTICLE{MaCo10,
-!  author = {Roland Martin and Carlos Couder-Casta{\~n}eda},
-!  title = {An improved unsplit and convolutional Perfectly Matched Layer
-!  absorbing technique for the Navier-Stokes equations using cut-off frequency shift},
-!  journal = {Comput. Model. Eng. Sci.},
-!  pages ={47-77}
-!  year = {2010},
-!  volume = {63},
-!  number = {1}}
-!
-! @ARTICLE{KoMa07,
-! author = {Dimitri Komatitsch and Roland Martin},
-! title = {An unsplit convolutional {P}erfectly {M}atched {L}ayer improved
-!          at grazing incidence for the seismic wave equation},
-! journal = {Geophysics},
-! year = {2007},
-! volume = {72},
-! number = {5},
-! pages = {SM155-SM167},
-! doi = {10.1190/1.2757586}}
-!
-! @ARTICLE{MaKoEz08,
-! author = {Roland Martin and Dimitri Komatitsch and Abdelaaziz Ezziani},
-! title = {An unsplit convolutional perfectly matched layer improved at grazing
-!          incidence for seismic wave equation in poroelastic media},
-! journal = {Geophysics},
-! year = {2008},
-! volume = {73},
-! pages = {T51-T61},
-! number = {4},
-! doi = {10.1190/1.2939484}}
-!
-! @ARTICLE{MaKoGe08,
-! author = {Roland Martin and Dimitri Komatitsch and Stephen D. Gedney},
-! title = {A variational formulation of a stabilized unsplit convolutional perfectly
-!          matched layer for the isotropic or anisotropic seismic wave equation},
-! journal = {Computer Modeling in Engineering and Sciences},
-! year = {2008},
-! volume = {37},
-! pages = {274-304},
-! number = {3}}
-!
-! @ARTICLE{MaKo09,
-!  author = {Roland Martin and Dimitri Komatitsch},
-!  title = {An unsplit convolutional perfectly matched layer technique improved
-!        at grazing incidence for the viscoelastic wave equation},
-!  journal = {Geophysical Journal International},
-!  year = {2009},
-!  volume = {179},
-!  pages = {333-344},
-!  number = {1},
-!  doi = {10.1111/j.1365-246X.2009.04278.x}}
-!
-! @ARTICLE{RoGe00,
-! author = {J. A. Roden and S. D. Gedney},
-! title = {Convolution {PML} ({CPML}): {A}n Efficient {FDTD} Implementation
-!          of the {CFS}-{PML} for Arbitrary Media},
-! journal = {Microwave and Optical Technology Letters},
-! year = {2000},
-! volume = {27},
-! number = {5},
-! pages = {334-339},
-! doi = {10.1002/1098-2760(20001205)27:5<334::AID-MOP14>3.0.CO;2-A}}
-
-!
-! To display the 2D results as color images, use:
-!
-!   " display image*.gif " or " gimp image*.gif "
-!
-! or
-!
-!   " montage -geometry +0+3 -rotate 90 -tile 1x21 image*Vx*.gif allfiles_Vx.gif "
-!   " montage -geometry +0+3 -rotate 90 -tile 1x21 image*Vy*.gif allfiles_Vy.gif "
-!   then " display allfiles_Vx.gif " or " gimp allfiles_Vx.gif "
-!   then " display allfiles_Vy.gif " or " gimp allfiles_Vy.gif "
-!
-
-! IMPORTANT : all our CPML codes work fine in single precision as well (which is significantly faster).
-!             If you want you can thus force automatic conversion to single precision at compile time
-!             or change all the declarations and constants in the code from double precision to single.
-
-  implicit none
-
-! total number of grid points in each direction of the grid
-  integer, parameter :: NX = 101
-  integer, parameter :: NY = 641
-
-! Explicit (epsn=1,epsn=0), Implicit (epsn=0,epsn1=1), semi-implicit (epsn=0.5,epsn1=0.5)
-   integer, parameter :: iexpl=0
-   integer, parameter :: iimpl=0
-   integer, parameter :: isemiimpl=1
-
-   double precision :: epsn,epsn1
-
-! size of a grid cell
-  double precision, parameter :: DELTAX = 10.d0
-  double precision, parameter :: DELTAY = DELTAX
-
-! flags to add PML layers to the edges of the grid
-  logical, parameter :: USE_PML_XMIN = .true.
-  logical, parameter :: USE_PML_XMAX = .true.
-  logical, parameter :: USE_PML_YMIN = .true.
-  logical, parameter :: USE_PML_YMAX = .true.
-
-! thickness of the PML layer in grid points. 8th order in space imposes to
-! increase the thickness of the CPML
-  integer, parameter :: NPOINTS_PML = 10
-
-! P-velocity, S-velocity and density
-  double precision, parameter :: cp = 3300.d0
-  double precision, parameter :: cs =  1905.d0
-  double precision, parameter :: density = 2800.d0
-
-! total number of time steps
-! the time step is twice smaller for this fourth-order simulation,
-! therefore let us double the number of time steps to keep the same total duration
-  integer, parameter :: NSTEP =  100000
-
-! time step in seconds
-! 8th-order in space and 4th-order in time finite-difference schemes
-! are less stable than second-order in space and second-order in time,
-! therefore let us divide the time step by 2
-  double precision, parameter :: DELTAT = 1.d-3
-
-! parameters for the source
-  double precision, parameter :: f0 = 8.d0
-  double precision, parameter :: t0 = 1.20d0 / f0
-  double precision, parameter :: factor = 1.d4
-
-! source
-  integer, parameter :: ISOURCE = NX - 2*NPOINTS_PML  - 1
-! integer, parameter :: ISOURCE = (NX-1)/2
-  integer, parameter :: JSOURCE = 2 * NY / 3 + 1
-  double precision, parameter :: xsource = (ISOURCE - 1) * DELTAX
-  double precision, parameter :: ysource = (JSOURCE - 1) * DELTAY
-! angle of source force clockwise with respect to vertical (Y) axis
-  double precision, parameter :: ANGLE_FORCE = 135.d0
-
-! receivers
-  integer, parameter :: NREC = 3
-  double precision, parameter :: xdeb = xsource    ! first receiver x in meters
-  double precision, parameter :: ydeb = ysource - 2000.d0   ! first receiver y in meters
-  double precision, parameter :: xfin = xsource    ! last receiver x in meters
-  double precision, parameter :: yfin = ysource - 4000.d0  ! last receiver y in meters
-
-! display information on the screen from time to time
-! the time step is twice smaller for this fourth-order simulation,
-! therefore let us double the interval in time steps at which we display information
-  integer, parameter :: IT_DISPLAY = 400
-! value of PI
-  double precision, parameter :: PI = 3.141592653589793238462643d0
-
-! conversion from degrees to radians
-  double precision, parameter :: DEGREES_TO_RADIANS = PI / 180.d0
-
-! zero
-  double precision, parameter :: ZERO = 0.d0
-
-! large value for maximum
-  double precision, parameter :: HUGEVAL = 1.d+30
-
-! velocity threshold above which we consider that the code became unstable
-  double precision, parameter :: STABILITY_THRESHOLD = 1.d+25
-
-! Holberg (1987) coefficients, taken from
-!  @ARTICLE{Hol87,
-!  author = {O. Holberg},
-!  title = {Computational aspects of the choice of operator and sampling interval
-!  for numerical differentiation in large-scale simulation of wave phenomena},
-!  journal = {Geophysical Prospecting},
-!  year = {1987},
-!  volume = {35},
-!  pages = {629-655}}
-  double precision, parameter :: c1 = 1.231666d0
-  double precision, parameter :: c2 = -1.041182d-1
-  double precision, parameter :: c3 = 2.063707d-2
-  double precision, parameter :: c4 = -3.570998d-3
-
-! RK4 scheme coefficients, 2 per subloop, 8 in total
-  double precision, dimension(4) :: rk41, rk42
-
-! main arrays
-  double precision, dimension(-4:NX+4,-4:NY+4) :: lambda,mu,rho,vx,vy,sigmaxx,sigmayy,sigmaxy
-
-! Variables are stored in 4 indices in the first dimension to implement RK4
-! dv does not always indicate a derivative
-  double precision, dimension(4,-4:NX+4,-4:NY+4) :: dvx,dvy,dsigmaxx,dsigmayy,dsigmaxy
-
-! to interpolate material parameters at the right location in the staggered grid cell
-  double precision lambda_half_x,mu_half_x,lambda_plus_two_mu_half_x,mu_half_y,rho_half_x_half_y
-
-! for evolution of total energy in the medium
-  double precision epsilon_xx,epsilon_yy,epsilon_xy
-  double precision, dimension(NSTEP) :: total_energy_kinetic,total_energy_potential
-
-! power to compute d0 profile
-  double precision, parameter :: NPOWER = 2.d0
-  double precision, parameter :: NPOWER2 = 2.d0
-
-! Kappa must be strong enough to absorb energy and low enough to avoid
-! reflections.
-! Alpha1 must be low to absorb energy and high enough to have efficiency on
-! grazing incident waves.
-  double precision, parameter :: K_MAX_PML_1 = 7.d0
-  double precision, parameter :: ALPHA_MAX_PML_1 = 2.d0*PI*(f0/2.d0)
-
-! arrays for the memory variables
-! could declare these arrays in PML only to save a lot of memory, but proof of concept only here
-! We have as many memory variables as the number of frequency shift poles in the CPML
-! Indices are 1 and 2 for the 2 frequency shift poles
-  double precision, dimension(4,-4:NX+4,-4:NY+4) :: &
-      memory_dvx_dx_1, &
-      memory_dvx_dy_1, &
-      memory_dvy_dx_1, &
-      memory_dvy_dy_1, &
-      memory_dsigmaxx_dx_1, &
-      memory_dsigmayy_dy_1, &
-      memory_dsigmaxy_dx_1, &
-      memory_dsigmaxy_dy_1
-
-  double precision, dimension(4,-4:NX+4,-4:NY+4) :: &
-      memory_dvx_dx_2, &
-      memory_dvx_dy_2, &
-      memory_dvy_dx_2, &
-      memory_dvy_dy_2, &
-      memory_dsigmaxx_dx_2, &
-      memory_dsigmayy_dy_2, &
-      memory_dsigmaxy_dx_2, &
-      memory_dsigmaxy_dy_2
-
-  double precision :: &
-      value_dvx_dx, &
-      value_dvx_dy, &
-      value_dvy_dx, &
-      value_dvy_dy, &
-      value_dsigmaxx_dx, &
-      value_dsigmayy_dy, &
-      value_dsigmaxy_dx, &
-      value_dsigmaxy_dy
-
-! 1D arrays for the damping profiles
-  double precision, dimension(-4:NX+4) :: d_x_1,K_x_1,alpha_x_1,g_x_1,ksi_x
-  double precision, dimension(-4:NX+4) :: d_x_half_1,K_x_half_1,alpha_x_half_1,g_x_half_1,ksi_x_half
-  double precision, dimension(-4:NY+4) :: d_y_1,K_y_1,alpha_y_1,g_y_1,ksi_y
-  double precision, dimension(-4:NY+4) :: d_y_half_1,K_y_half_1,alpha_y_half_1,g_y_half_1,ksi_y_half
-
-! 1D arrays for the damping profiles
-  double precision, dimension(-4:NX+4) :: d_x_2,K_x_2,alpha_x_2,g_x_2
-  double precision, dimension(-4:NX+4) :: d_x_half_2,K_x_half_2,alpha_x_half_2,g_x_half_2
-  double precision, dimension(-4:NY+4) :: d_y_2,K_y_2,alpha_y_2,g_y_2
-  double precision, dimension(-4:NY+4) :: d_y_half_2,K_y_half_2,alpha_y_half_2,g_y_half_2
-
-! coefficients that allow to reset the memory variables at each RK4 substep depend on the substepping and are then of dimension 4,
-! 1D arrays for the damping profiles
-  double precision, dimension(4,-4:NX+4) :: a_x_1,b_x_1
-  double precision, dimension(4,-4:NX+4) :: a_x_half_1,b_x_half_1
-  double precision, dimension(4,-4:NY+4) :: a_y_1,b_y_1
-  double precision, dimension(4,-4:NY+4) :: a_y_half_1,b_y_half_1
-
-! 1D arrays for the damping profiles
-  double precision, dimension(4,-4:NX+4) :: a_x_2
-  double precision, dimension(4,-4:NX+4) :: a_x_half_2
-  double precision, dimension(4,-4:NY+4) :: a_y_2
-  double precision, dimension(4,-4:NY+4) :: a_y_half_2
-
-  double precision :: thickness_PML_x,thickness_PML_y,xoriginleft,xoriginright,yoriginbottom,yorigintop
-  double precision :: Rcoef,d0_x,d0_y,xval,yval,abscissa_in_PML,abscissa_normalized
-
-! for the source
-  double precision :: a,t,force_x,force_y,source_term
-
-! for receivers
-  double precision xspacerec,yspacerec,distval,dist
-  integer, dimension(NREC) :: ix_rec,iy_rec
-  double precision, dimension(NREC) :: xrec,yrec
-
-! for seismograms
-  double precision, dimension(NSTEP,NREC) :: sisvx,sisvy
-
-  integer :: i,j,it,it2,irec,inc
-
-  double precision :: Courant_number,velocnorm
-
-!---
-!--- program starts here
-!---
-
-  if(iexpl == 1) then
-    epsn = 1.d0
-    epsn1 = 0.d0
-  endif
-
-  if(iimpl == 1) then
-    epsn = 0.d0
-    epsn1 = 1.d0
-  endif
-
-  if(isemiimpl == 1) then
-    epsn = 0.5d0
-    epsn1 = 0.5d0
-  endif
-
-  print *
-  print *,'2D elastic finite-difference code in velocity and stress formulation with C-PML'
-  print *
-
-! display size of the model
-  print *
-  print *,'NX = ',NX
-  print *,'NY = ',NY
-  print *
-  print *,'size of the model along X = ',(NX - 1) * DELTAX
-  print *,'size of the model along Y = ',(NY - 1) * DELTAY
-  print *
-  print *,'Total number of grid points = ',NX * NY
-  print *
-
-!--- define profile of absorption in PML region
-
-! thickness of the PML layer in meters
-  thickness_PML_x = NPOINTS_PML * DELTAX
-  thickness_PML_y = NPOINTS_PML * DELTAY
-
-! reflection coefficient (INRIA report section 6.1) http://hal.inria.fr/docs/00/07/32/19/PDF/RR-3471.pdf
-  Rcoef = 0.00001d0
-
-! check that NPOWER is okay
-  if(NPOWER < 1) stop 'NPOWER must be greater than 1'
-
-! compute d0 from INRIA report section 6.1 http://hal.inria.fr/docs/00/07/32/19/PDF/RR-3471.pdf
-  d0_x = - (NPOWER + 1) * cp * log(Rcoef) / (2.d0 * thickness_PML_x)
-  d0_y = - (NPOWER + 1) * cp * log(Rcoef) / (2.d0 * thickness_PML_y)
-
-  print *,'d0_x = ',d0_x
-  print *,'d0_y = ',d0_y
-  print *
-
-! parameters involved in RK4 time expansion
-  rk41(1) = ZERO
-  rk41(2) = 0.5d0
-  rk41(3) = 0.5d0
-  rk41(4) = 1.d0
-
-  rk42(1) = 1.d0 / 6.d0
-  rk42(2) = 2.d0 / 6.d0
-  rk42(3) = 2.d0 / 6.d0
-  rk42(4) = 1.d0 / 6.d0
-
-  ksi_x(:) = ZERO
-  ksi_x_half(:) = ZERO
-  d_x_1(:) = ZERO
-  d_x_half_1(:) = ZERO
-  K_x_1(:) = 1.d0
-  K_x_half_1(:) = 1.d0
-  alpha_x_1(:) = ZERO
-  alpha_x_half_1(:) = ZERO
-  a_x_1(:,:) = ZERO
-  a_x_half_1(:,:) = ZERO
-  g_x_1(:) = 5.d-1
-  g_x_half_1(:) = 5.d-1
-
-  ksi_y(:) = ZERO
-  ksi_y_half(:) = ZERO
-  d_y_1(:) = ZERO
-  d_y_half_1(:) = ZERO
-  K_y_1(:) = 1.d0
-  K_y_half_1(:) = 1.d0
-  alpha_y_1(:) = ZERO
-  alpha_y_half_1(:) = ZERO
-  a_y_1(:,:) = ZERO
-  a_y_half_1(:,:) = ZERO
-  g_y_1(:) = 1.d0
-  g_y_half_1(:) = 1.d0
-
-  d_x_2(:) = ZERO
-  d_x_half_2(:) = ZERO
-  K_x_2(:) = 1.d0
-  K_x_half_2(:) = 1.d0
-  alpha_x_2(:) = ZERO
-  alpha_x_half_2(:) = ZERO
-  a_x_2(:,:) = ZERO
-  a_x_half_2(:,:) = ZERO
-  g_x_2(:) = 1.d0
-  g_x_half_2(:) = 1.d0
-
-  d_y_2(:) = ZERO
-  d_y_half_2(:) = ZERO
-  K_y_2(:) = 1.d0
-  K_y_half_2(:) = 1.d0
-  alpha_y_2(:) = ZERO
-  alpha_y_half_2(:) = ZERO
-  a_y_2(:,:) = ZERO
-  a_y_half_2(:,:) = ZERO
-  g_y_2(:) = 1.d0
-  g_y_half_2(:) =1.d0
-
-! damping in the X direction
-
-! origin of the PML layer (position of right edge minus thickness, in meters)
-  xoriginleft = thickness_PML_x
-  xoriginright = (NX-1)*DELTAX - thickness_PML_x
-
-  do i = -4,NX+4
-
-! abscissa of current grid point along the damping profile
-    xval = DELTAX * dble(i-1)
-
-!---------- left edge
-    if(USE_PML_XMIN) then
-
-! define damping profile at the grid points
-      abscissa_in_PML = xoriginleft - xval
-      if(abscissa_in_PML >= ZERO) then
-        abscissa_normalized = abscissa_in_PML / thickness_PML_x
-        d_x_1(i) = d0_x * abscissa_normalized**NPOWER
-! this taken from Gedney page 8.2
-        K_x_1(i) = 1.d0 + (K_MAX_PML_1 - 1.d0) * abscissa_normalized**NPOWER2
-        alpha_x_1(i) = ALPHA_MAX_PML_1 * (1.d0 - abscissa_normalized) + 0.1d0 * ALPHA_MAX_PML_1
-      endif
-
-! define damping profile at half the grid points
-      abscissa_in_PML = xoriginleft - (xval + DELTAX/2.d0)
-      if(abscissa_in_PML >= ZERO) then
-        abscissa_normalized = abscissa_in_PML / thickness_PML_x
-        d_x_half_1(i) = d0_x * abscissa_normalized**NPOWER
-! this taken from Gedney page 8.2
-        K_x_half_1(i) = 1.d0 + (K_MAX_PML_1 - 1.d0) * abscissa_normalized**NPOWER2
-        alpha_x_half_1(i) = ALPHA_MAX_PML_1 * (1.d0 - abscissa_normalized) + 0.1d0 * ALPHA_MAX_PML_1
-      endif
-
-    endif
-
-!---------- right edge
-    if(USE_PML_XMAX) then
-
-! define damping profile at the grid points
-      abscissa_in_PML = xval - xoriginright
-      if(abscissa_in_PML >= ZERO) then
-        abscissa_normalized = abscissa_in_PML / thickness_PML_x
-        d_x_1(i) = d0_x * abscissa_normalized**NPOWER
-! this taken from Gedney page 8.2
-        K_x_1(i) = 1.d0 + (K_MAX_PML_1 - 1.d0) * abscissa_normalized**NPOWER2
-        alpha_x_1(i) = ALPHA_MAX_PML_1 * (1.d0 - abscissa_normalized) + 0.1d0 * ALPHA_MAX_PML_1
-      endif
-
-! define damping profile at half the grid points
-      abscissa_in_PML = xval + DELTAX/2.d0 - xoriginright
-      if(abscissa_in_PML >= ZERO) then
-        abscissa_normalized = abscissa_in_PML / thickness_PML_x
-        d_x_half_1(i) = d0_x * abscissa_normalized**NPOWER
-! this taken from Gedney page 8.2
-        K_x_half_1(i) = 1.d0 + (K_MAX_PML_1 - 1.d0) * abscissa_normalized**NPOWER2
-        alpha_x_half_1(i) = ALPHA_MAX_PML_1 * (1.d0 - abscissa_normalized) + 0.1d0 * ALPHA_MAX_PML_1
-      endif
-
-    endif
-
-! 1 pole
-    d_x_2(i) = 0.d0
-    d_x_half_2(i) = 0.d0
-
-! just in case, for -5 at the end
-    if(alpha_x_1(i) < ZERO) alpha_x_1(i) = ZERO
-    if(alpha_x_half_1(i) < ZERO) alpha_x_half_1(i) = ZERO
-
-! just in case, for -5 at the end
-    if(alpha_x_2(i) < ZERO) alpha_x_2(i) = ZERO
-    if(alpha_x_half_2(i) < ZERO) alpha_x_half_2(i) = ZERO
-
-! CPML damping parameters for the 4 sub time steps of RK4 algorithm
-do inc=1,4
-    b_x_1(inc,i) =  (1.-epsn*DELTAT*rk41(inc)*(d_x_1(i)/K_x_1(i) + alpha_x_1(i)))/&
-    (1.+epsn1*DELTAT*rk41(inc)*(d_x_1(i)/K_x_1(i) + alpha_x_1(i)))
-    b_x_half_1(inc,i) = (1.-epsn*DELTAT*rk41(inc)*(d_x_half_1(i)/K_x_half_1(i) &
-   + alpha_x_half_1(i)))/(1. +epsn1*DELTAT*rk41(inc)*(d_x_half_1(i)/K_x_half_1(i) &
-    + alpha_x_half_1(i)))
-
-! this to avoid division by zero outside the PML
-if(abs(d_x_1(i)) > 1.d-6) a_x_1(inc,i) = - DELTAT*rk41(inc)*d_x_1(i) / (K_x_1(i)* K_x_1(i))/&
- (1. +epsn1*DELTAT*rk41(inc)*(d_x_1(i)/K_x_1(i) + alpha_x_1(i)))
-
- if(abs(d_x_half_1(i)) > 1.d-6) a_x_half_1(inc,i) =-DELTAT*rk41(inc)*d_x_half_1(i)/&
-   (K_x_half_1(i)*K_x_half_1(i) )/&
-   (1. +epsn1*DELTAT*rk41(inc)*(d_x_half_1(i)/K_x_half_1(i)&
-    + alpha_x_half_1(i)))
-
-  enddo
-
-enddo
-
-! damping in the Y direction
-
-! origin of the PML layer (position of right edge minus thickness, in meters)
-  yoriginbottom = thickness_PML_y
-  yorigintop = (NY-1)*DELTAY - thickness_PML_y
-
-  do j = -4,NY+4
-
-! abscissa of current grid point along the damping profile
-    yval = DELTAY * dble(j-1)
-
-!---------- bottom edge
-    if(USE_PML_YMIN) then
-
-! define damping profile at the grid points
-      abscissa_in_PML = yoriginbottom - yval
-      if(abscissa_in_PML >= ZERO) then
-        abscissa_normalized = abscissa_in_PML / thickness_PML_y
-        d_y_1(j) = d0_y * abscissa_normalized**NPOWER
-! this taken from Gedney page 8.2
-        K_y_1(j) = 1.d0 + (K_MAX_PML_1 - 1.d0) * abscissa_normalized**NPOWER2
-        alpha_y_1(j) = ALPHA_MAX_PML_1 * (1.d0 - abscissa_normalized) + 0.1d0 * ALPHA_MAX_PML_1
-      endif
-
-! define damping profile at half the grid points
-      abscissa_in_PML = yoriginbottom - (yval + DELTAY/2.d0)
-      if(abscissa_in_PML >= ZERO) then
-        abscissa_normalized = abscissa_in_PML / thickness_PML_y
-        d_y_half_1(j) = d0_y * abscissa_normalized**NPOWER
-! this taken from Gedney page 8.2
-        K_y_half_1(j) = 1.d0 + (K_MAX_PML_1 - 1.d0) * abscissa_normalized**NPOWER2
-        alpha_y_half_1(j) = ALPHA_MAX_PML_1 * (1.d0 - abscissa_normalized) + 0.1d0 * ALPHA_MAX_PML_1
-      endif
-
-    endif
-
-!---------- top edge
-    if(USE_PML_YMAX) then
-
-! define damping profile at the grid points
-      abscissa_in_PML = yval - yorigintop
-      if(abscissa_in_PML >= ZERO) then
-        abscissa_normalized = abscissa_in_PML / thickness_PML_y
-        d_y_1(j) = d0_y * abscissa_normalized**NPOWER
-! this taken from Gedney page 8.2
-        K_y_1(j) = 1.d0 + (K_MAX_PML_1 - 1.d0) * abscissa_normalized**NPOWER2
-        alpha_y_1(j) = ALPHA_MAX_PML_1 * (1.d0 - abscissa_normalized) + 0.1d0 * ALPHA_MAX_PML_1
-      endif
-
-! define damping profile at half the grid points
-      abscissa_in_PML = yval + DELTAY/2.d0 - yorigintop
-      if(abscissa_in_PML >= ZERO) then
-        abscissa_normalized = abscissa_in_PML / thickness_PML_y
-        d_y_half_1(j) = d0_y * abscissa_normalized**NPOWER
-! this taken from Gedney page 8.2
-        K_y_half_1(j) = 1.d0 + (K_MAX_PML_1 - 1.d0) * abscissa_normalized**NPOWER2
-        alpha_y_half_1(j) = ALPHA_MAX_PML_1 * (1.d0 - abscissa_normalized) + 0.1d0 * ALPHA_MAX_PML_1
-      endif
-
-    endif
-
-! just in case, for -5 at the end
-    if(alpha_y_1(j) < ZERO) alpha_y_1(j) = ZERO
-    if(alpha_y_half_1(j) < ZERO) alpha_y_half_1(j) = ZERO
-
-! CPML damping parameters for the 4 sub time steps of RK4 algorithm
-do inc=1,4
-    b_y_1(inc,j) =  (1.-epsn*DELTAT*rk41(inc)*(d_y_1(j)/K_y_1(j) + alpha_y_1(j)))/&
-    (1.+epsn1*DELTAT*rk41(inc)*(d_y_1(j)/K_y_1(j) + alpha_y_1(j)))
-    b_y_half_1(inc,j) = (1.-epsn*DELTAT*rk41(inc)*(d_y_half_1(j)/K_y_half_1(j) + &
-    alpha_y_half_1(j)))/(1.+epsn1*DELTAT*rk41(inc)*(d_y_half_1(j)/K_y_half_1(j)&
-     + alpha_y_half_1(j)))
-
-! this to avoid division by zero outside the PML
-  if(abs(d_y_1(j)) > 1.d-6) a_y_1(inc,j) = - DELTAT*rk41(inc)*d_y_1(j)&
-   / (K_y_1(j)* K_y_1(j))/&
-  (1.+epsn1*DELTAT*rk41(inc)*(d_y_1(j)/K_y_1(j) + alpha_y_1(j)))
- if(abs(d_y_half_1(j)) > 1.d-6) a_y_half_1(inc,j) = -DELTAT*rk41(inc)*d_y_half_1(j) /&
-   (K_y_half_1(j) * K_y_half_1(j) )/&
-(1.+epsn1*DELTAT*rk41(inc)*(d_y_half_1(j)/K_y_half_1(j) + alpha_y_half_1(j)))
-  enddo
-
-enddo
-
-! compute the Lame parameters and density
-  do j = -4,NY+4
-    do i = -4,NX+4
-        rho(i,j) = density
-        mu(i,j) = density*cs*cs
-        lambda(i,j) = density*(cp*cp - 2.d0*cs*cs)
-    enddo
-  enddo
-
-! print position of the source
-  print *,'Position of the source:'
-  print *
-  print *,'x = ',xsource
-  print *,'y = ',ysource
-  print *
-
-! define location of receivers
-  print *,'There are ',nrec,' receivers'
-  print *
-  xspacerec = (xfin-xdeb) / dble(NREC-1)
-  yspacerec = (yfin-ydeb) / dble(NREC-1)
-  do irec=1,nrec
-    xrec(irec) = xdeb + dble(irec-1)*xspacerec
-    yrec(irec) = ydeb + dble(irec-1)*yspacerec
-  enddo
-! xrec(1)=200.d0
-! yrec(1)=4130.d0
-! xrec(2)=700.d0
-! yrec(2)=2300.d0
-! xrec(3)=800.d0
-! yrec(3)=300.d0
-
-! find closest grid point for each receiver
-  do irec=1,nrec
-    dist = HUGEVAL
-    do j = 1,NY
-    do i = 1,NX
-      distval = sqrt((DELTAX*dble(i-1) - xrec(irec))**2 + (DELTAY*dble(j-1) - yrec(irec))**2)
-      if(distval < dist) then
-        dist = distval
-        ix_rec(irec) = i
-        iy_rec(irec) = j
-      endif
-    enddo
-    enddo
-    print *,'receiver ',irec,' x_target,y_target = ',xrec(irec),yrec(irec)
-    print *,'closest grid point found at distance ',dist,' in i,j = ',ix_rec(irec),iy_rec(irec)
-    print *
-  enddo
-
-! check the Courant stability condition for the explicit time scheme
-! R. Courant and K. O. Friedrichs and H. Lewy (1928)
-  Courant_number = cp * DELTAT * sqrt(1.d0/DELTAX**2 + 1.d0/DELTAY**2)
-  print *,'Courant number is ',Courant_number
-  print *
-  if(Courant_number > 1.d0) stop 'time step is too large, simulation will be unstable'
-
-! suppress old files (can be commented out if "call system" is missing in your compiler)
-! call system('rm -f Vx_*.dat Vy_*.dat image*.pnm image*.gif')
-
-! initialize arrays
-  dvx(:,:,:) = ZERO
-  dvy(:,:,:) = ZERO
-  dsigmaxx(:,:,:) = ZERO
-  dsigmayy(:,:,:) = ZERO
-  dsigmaxy(:,:,:) = ZERO
-
-  vx(:,:) = ZERO
-  vy(:,:) = ZERO
-  sigmaxx(:,:) = ZERO
-  sigmayy(:,:) = ZERO
-  sigmaxy(:,:) = ZERO
-
-! PML
-  memory_dvx_dx_1(:,:,:) = ZERO
-  memory_dvx_dy_1(:,:,:) = ZERO
-  memory_dvy_dx_1(:,:,:) = ZERO
-  memory_dvy_dy_1(:,:,:) = ZERO
-  memory_dsigmaxx_dx_1(:,:,:) = ZERO
-  memory_dsigmayy_dy_1(:,:,:) = ZERO
-  memory_dsigmaxy_dx_1(:,:,:) = ZERO
-  memory_dsigmaxy_dy_1(:,:,:) = ZERO
-
-  memory_dvx_dx_2(:,:,:) = ZERO
-  memory_dvx_dy_2(:,:,:) = ZERO
-  memory_dvy_dx_2(:,:,:) = ZERO
-  memory_dvy_dy_2(:,:,:) = ZERO
-  memory_dsigmaxx_dx_2(:,:,:) = ZERO
-  memory_dsigmayy_dy_2(:,:,:) = ZERO
-  memory_dsigmaxy_dx_2(:,:,:) = ZERO
-  memory_dsigmaxy_dy_2(:,:,:) = ZERO
-
-! initialize seismograms
-  sisvx(:,:) = ZERO
-  sisvy(:,:) = ZERO
-
-! initialize total energy
-  total_energy_kinetic(:) = ZERO
-  total_energy_potential(:) = ZERO
-
-!---
-!---  beginning of time loop
-!---
-
-  do it = 1,NSTEP
-
-! v and sigma temporary variables of RK4
-
-      dvx(1,:,:) = vx(:,:)
-      dvy(1,:,:) = vy(:,:)
-      dsigmaxx(1,:,:) = sigmaxx(:,:)
-      dsigmayy(1,:,:) = sigmayy(:,:)
-      dsigmaxy(1,:,:) = sigmaxy(:,:)
-
-      dvx(4,:,:) = dvx(1,:,:)
-      dvy(4,:,:) = dvy(1,:,:)
-      dsigmaxx(4,:,:) = dsigmaxx(1,:,:)
-      dsigmayy(4,:,:) = dsigmayy(1,:,:)
-      dsigmaxy(4,:,:) = dsigmaxy(1,:,:)
-
-! same thing for CPML memory variables
-      memory_dsigmaxx_dx_1(4,:,:) = memory_dsigmaxx_dx_1(2,:,:)
-      memory_dsigmaxy_dy_1(4,:,:) = memory_dsigmaxy_dy_1(2,:,:)
-      memory_dsigmaxx_dx_2(4,:,:) = memory_dsigmaxx_dx_2(2,:,:)
-      memory_dsigmaxy_dy_2(4,:,:) = memory_dsigmaxy_dy_2(2,:,:)
-      memory_dsigmaxy_dx_1(4,:,:) = memory_dsigmaxy_dx_1(2,:,:)
-      memory_dsigmayy_dy_1(4,:,:) = memory_dsigmayy_dy_1(2,:,:)
-      memory_dsigmaxy_dx_2(4,:,:) = memory_dsigmaxy_dx_2(2,:,:)
-      memory_dsigmayy_dy_2(4,:,:) = memory_dsigmayy_dy_2(2,:,:)
-      memory_dvx_dx_1(4,:,:) = memory_dvx_dx_1(2,:,:)
-      memory_dvy_dy_1(4,:,:) = memory_dvy_dy_1(2,:,:)
-      memory_dvx_dx_2(4,:,:) = memory_dvx_dx_2(2,:,:)
-      memory_dvy_dy_2(4,:,:) = memory_dvy_dy_2(2,:,:)
-      memory_dvy_dx_1(4,:,:) = memory_dvy_dx_1(2,:,:)
-      memory_dvx_dy_1(4,:,:) = memory_dvx_dy_1(2,:,:)
-      memory_dvy_dx_2(4,:,:) = memory_dvy_dx_2(2,:,:)
-      memory_dvx_dy_2(4,:,:) = memory_dvx_dy_2(2,:,:)
-
-! RK4 loop (loop on the four RK4 substeps)
- do inc= 1,4
-
-!------------------
-! compute velocity
-!------------------
-
-    do j = 2,NY
-      do i = 2,NX
-
-        value_dsigmaxx_dx = ( c1 * (dsigmaxx(1,i,j) - dsigmaxx(1,i-1,j)) + c2 * (dsigmaxx(1,i+1,j) - dsigmaxx(1,i-2,j)) + &
-         c3 * (dsigmaxx(1,i+2,j) - dsigmaxx(1,i-3,j)) + c4 * (dsigmaxx(1,i+3,j) - dsigmaxx(1,i-4,j)) )/ DELTAX
-
-        value_dsigmaxy_dy = ( c1 * (dsigmaxy(1,i,j) - dsigmaxy(1,i,j-1)) + c2* (dsigmaxy(1,i,j+1) - dsigmaxy(1,i,j-2)) + &
-         c3 * (dsigmaxy(1,i,j+2) - dsigmaxy(1,i,j-3)) + c4 * (dsigmaxy(1,i,j+3) - dsigmaxy(1,i,j-4)) )/ DELTAY
-
-    if(i.le.NPOINTS_PML+2 .or.i.ge.NX-NPOINTS_PML-2 .or. j.le.NPOINTS_PML+2 .or. j.ge. NY-NPOINTS_PML-2) then
-      memory_dsigmaxx_dx_1(2,i,j) = b_x_1(inc,i) * memory_dsigmaxx_dx_1(4,i,j) + a_x_1(inc,i) * value_dsigmaxx_dx
-      memory_dsigmaxy_dy_1(2,i,j) = b_y_1(inc,j) * memory_dsigmaxy_dy_1(4,i,j) + a_y_1(inc,j) * value_dsigmaxy_dy
-
-      value_dsigmaxx_dx = value_dsigmaxx_dx / K_x_1(i) + memory_dsigmaxx_dx_1(1,i,j)
-      value_dsigmaxy_dy = value_dsigmaxy_dy / K_y_1(j) + memory_dsigmaxy_dy_1(1,i,j)
-    endif
-
-      dvx(2,i,j) = (value_dsigmaxx_dx + value_dsigmaxy_dy) / rho(i,j)
-
-    enddo
-  enddo
-
-    do j = 1,NY-1
-      do i = 1,NX-1
-
-! interpolate density at the right location in the staggered grid cell
-      rho_half_x_half_y = 0.25d0 * (rho(i,j) + rho(i+1,j) + rho(i+1,j+1) + rho(i,j+1))
-
-        value_dsigmaxy_dx = ( c1 * (dsigmaxy(1,i+1,j) - dsigmaxy(1,i,j)) + c2 * (dsigmaxy(1,i+2,j) - dsigmaxy(1,i-1,j)) + &
-         c3 * (dsigmaxy(1,i+3,j) - dsigmaxy(1,i-2,j)) + c4 * (dsigmaxy(1,i+4,j) - dsigmaxy(1,i-3,j)) )/ DELTAX
-
-        value_dsigmayy_dy = ( c1 * (dsigmayy(1,i,j+1) - dsigmayy(1,i,j)) + c2 * (dsigmayy(1,i,j+2) - dsigmayy(1,i,j-1)) + &
-         c3 * (dsigmayy(1,i,j+3) - dsigmayy(1,i,j-2)) + c4 * (dsigmayy(1,i,j+4) - dsigmayy(1,i,j-3)) )/ DELTAY
-
-    if(i.le.NPOINTS_PML+2 .or.i.ge.NX-NPOINTS_PML-2 .or. j.le.NPOINTS_PML+2 .or. j.ge. NY-NPOINTS_PML-2) then
-      memory_dsigmaxy_dx_1(2,i,j) = b_x_half_1(inc,i) * memory_dsigmaxy_dx_1(4,i,j) + a_x_half_1(inc,i) * value_dsigmaxy_dx
-      memory_dsigmayy_dy_1(2,i,j) = b_y_half_1(inc,j) * memory_dsigmayy_dy_1(4,i,j) + a_y_half_1(inc,j) * value_dsigmayy_dy
-
-      value_dsigmaxy_dx = value_dsigmaxy_dx/K_x_half_1(i)+memory_dsigmaxy_dx_1(1,i,j)
-      value_dsigmayy_dy = value_dsigmayy_dy/K_y_half_1(j)+memory_dsigmayy_dy_1(1,i,j)
-    endif
-
-      dvy(2,i,j) = (value_dsigmaxy_dx + value_dsigmayy_dy) / rho_half_x_half_y
-
-    enddo
-  enddo
-
-! add the source (force vector located at a given grid point)
-  a = pi*pi*f0*f0
-  t = (dble(it-1)+ rk41(inc)) * DELTAT
-
-! Gaussian
-! source_term = factor * exp(-a*(t-t0)**2) !
-
-! first derivative of a Gaussian
-  source_term = - factor * 2.d0*a*(t-t0)*exp(-a*(t-t0)**2)
-
-! Ricker source time function (second derivative of a Gaussian)
-! source_term = factor * (1.d0 - 2.d0*a*(t-t0)**2)*exp(-a*(t-t0)**2)
-
-  force_x = sin(ANGLE_FORCE * DEGREES_TO_RADIANS) * source_term
-  force_y = cos(ANGLE_FORCE * DEGREES_TO_RADIANS) * source_term
-
-! define location of the source
-  i = ISOURCE
-  j = JSOURCE
-
-! interpolate density at the right location in the staggered grid cell
-  rho_half_x_half_y = 0.25d0 * (rho(i,j) + rho(i+1,j) + rho(i+1,j+1) + rho(i,j+1))
-
-  dvx(2,i,j) = dvx(2,i,j) + force_x  / rho(i,j)
-  dvy(2,i,j) = dvy(2,i,j) + force_y / rho_half_x_half_y
-
-! Dirichlet conditions (rigid boundaries) on all the edges of the grid
-  dvx(:,-4:1,:) = ZERO
-  dvx(:,NX:NX+4,:) = ZERO
-
-  dvx(:,:,-4:1) = ZERO
-  dvx(:,:,NY:NY+4) = ZERO
-
-  dvy(:,-4:1,:) = ZERO
-  dvy(:,NX:NX+4,:) = ZERO
-
-  dvy(:,:,-4:1) = ZERO
-  dvy(:,:,NY:NY+4) = ZERO
-
-!----------------------
-! compute stress sigma
-!----------------------
-
-  do j = 2,NY
-    do i = 1,NX-1
-
-! interpolate material parameters at the right location in the staggered grid cell
-      lambda_half_x = 0.5d0 * (lambda(i+1,j) + lambda(i,j))
-      mu_half_x = 0.5d0 * (mu(i+1,j) + mu(i,j))
-      lambda_plus_two_mu_half_x = lambda_half_x + 2.d0 * mu_half_x
-
-        value_dvx_dx = ( c1 * (dvx(1,i+1,j) - dvx(1,i,j)) + c2 * (dvx(1,i+2,j) - dvx(1,i-1,j)) + &
-         c3 * (dvx(1,i+3,j) - dvx(1,i-2,j)) + c4 * (dvx(1,i+4,j) - dvx(1,i-3,j)) )/ DELTAX
-
-        value_dvy_dy = ( c1 * (dvy(1,i,j) - dvy(1,i,j-1)) + c2 * (dvy(1,i,j+1) - dvy(1,i,j-2)) + &
-         c3 * (dvy(1,i,j+2) - dvy(1,i,j-3)) + c4 * (dvy(1,i,j+3) - dvy(1,i,j-4)) )/ DELTAY
-
-    if(i.le.NPOINTS_PML+2 .or.i.ge.NX-NPOINTS_PML-2 .or. j.le.NPOINTS_PML+2 .or. j.ge. NY-NPOINTS_PML-2) then
-      memory_dvx_dx_1(2,i,j) = b_x_half_1(inc,i) * memory_dvx_dx_1(4,i,j) + a_x_half_1(inc,i) * value_dvx_dx
-      memory_dvy_dy_1(2,i,j) = b_y_1(inc,j) * memory_dvy_dy_1(4,i,j) + a_y_1(inc,j) * value_dvy_dy
-
-      value_dvx_dx = value_dvx_dx / K_x_half_1(i)  + memory_dvx_dx_1(1,i,j)
-      value_dvy_dy = value_dvy_dy / K_y_1(j) + memory_dvy_dy_1(1,i,j)
-    endif
-
-      dsigmaxx(2,i,j) = (lambda_plus_two_mu_half_x * value_dvx_dx + lambda_half_x * value_dvy_dy)
-      dsigmayy(2,i,j) =  (lambda_half_x * value_dvx_dx + lambda_plus_two_mu_half_x * value_dvy_dy)
-
-    enddo
-  enddo
-
-    do j = 1,NY-1
-      do i = 2,NX
-
-! interpolate material parameters at the right location in the staggered grid cell
-      mu_half_y = 0.5d0 * (mu(i,j+1) + mu(i,j))
-
-        value_dvx_dy = ( c1 * (dvx(1,i,j+1) - dvx(1,i,j)) + c2 * (dvx(1,i,j+2) - dvx(1,i,j-1)) +  &
-        c3 * (dvx(1,i,j+3) - dvx(1,i,j-2)) + c4 * (dvx(1,i,j+4) - dvx(1,i,j-3)) )/ DELTAY
-        value_dvy_dx = ( c1 * (dvy(1,i,j) - dvy(1,i-1,j)) + c2 * (dvy(1,i+1,j) - dvy(1,i-2,j)) + &
-        c3 * (dvy(1,i+2,j) - dvy(1,i-3,j)) + c4 * (dvy(1,i+3,j) - dvy(1,i-4,j)) )/ DELTAX
-
-    if(i.le.NPOINTS_PML+2 .or.i.ge.NX-NPOINTS_PML-2 .or. j.le.NPOINTS_PML+2 .or. j.ge. NY-NPOINTS_PML-2) then
-      memory_dvy_dx_1(2,i,j) = b_x_1(inc,i) * memory_dvy_dx_1(4,i,j) + a_x_1(inc,i) * value_dvy_dx
-      memory_dvx_dy_1(2,i,j) = b_y_half_1(inc,j) * memory_dvx_dy_1(4,i,j) + a_y_half_1(inc,j) * value_dvx_dy
-
-      value_dvy_dx = value_dvy_dx / K_x_1(i)  + memory_dvy_dx_1(1,i,j)
-      value_dvx_dy = value_dvx_dy / K_y_half_1(j) + memory_dvx_dy_1(1,i,j)
-    endif
-
-      dsigmaxy(2,i,j) = mu_half_y * (value_dvy_dx + value_dvx_dy)
-
-    enddo
-  enddo
-
-! The new values of the different variables v and sigma are computed
-      dvx(1,:,:) = dvx(4,:,:) + rk41(inc) * dvx(2,:,:) * DELTAT
-      dvy(1,:,:) = dvy(4,:,:) + rk41(inc) * dvy(2,:,:) * DELTAT
-      dsigmaxx(1,:,:) = dsigmaxx(4,:,:) + rk41(inc) * dsigmaxx(2,:,:) * DELTAT
-      dsigmayy(1,:,:) = dsigmayy(4,:,:) + rk41(inc) * dsigmayy(2,:,:) * DELTAT
-      dsigmaxy(1,:,:) = dsigmaxy(4,:,:) + rk41(inc) * dsigmaxy(2,:,:) * DELTAT
-
-      memory_dsigmaxx_dx_1(1,:,:) = memory_dsigmaxx_dx_1(2,:,:)
-      memory_dsigmaxy_dy_1(1,:,:) = memory_dsigmaxy_dy_1(2,:,:)
-      memory_dsigmaxy_dx_1(1,:,:) = memory_dsigmaxy_dx_1(2,:,:)
-      memory_dsigmayy_dy_1(1,:,:) = memory_dsigmayy_dy_1(2,:,:)
-      memory_dvx_dx_1(1,:,:) = memory_dvx_dx_1(2,:,:)
-      memory_dvy_dy_1(1,:,:) = memory_dvy_dy_1(2,:,:)
-      memory_dvx_dy_1(1,:,:) = memory_dvx_dy_1(2,:,:)
-      memory_dvy_dx_1(1,:,:) = memory_dvy_dx_1(2,:,:)
-
-! Dirichlet conditions (rigid boundaries) on all the edges of the grid
-  dvx(:,-4:1,:) = ZERO
-  dvx(:,NX:NX+4,:) = ZERO
-
-  dvx(:,:,-4:1) = ZERO
-  dvx(:,:,NY:NY+4) = ZERO
-
-  dvy(:,-4:1,:) = ZERO
-  dvy(:,NX:NX+4,:) = ZERO
-
-  dvy(:,:,-4:1) = ZERO
-  dvy(:,:,NY:NY+4) = ZERO
-
-  vx(-4:1,:) = ZERO
-  vx(:,-4:1) = ZERO
-  vy(-4:1,:) = ZERO
-  vy(:,-4:1) = ZERO
-
-  vx(NX:NX+4,:) = ZERO
-  vx(:,NY:NY+4) = ZERO
-  vy(NX:NX+4,:) = ZERO
-  vy(:,NY:NY+4) = ZERO
-
-   enddo
-
-      vx(:,:) =  dvx(1,:,:)
-      vy(:,:) =  dvy(1,:,:)
-      sigmaxx(:,:) =  dsigmaxx(1,:,:)
-      sigmayy(:,:) =  dsigmayy(1,:,:)
-      sigmaxy(:,:) =  dsigmaxy(1,:,:)
-
-! end of RK4 loop
-
-! store seismograms
-  do irec = 1,NREC
-    sisvx(it,irec) = (vx(ix_rec(irec),iy_rec(irec))+&
-      vx(ix_rec(irec)+1,iy_rec(irec))+&
-      vx(ix_rec(irec),iy_rec(irec)+1)+&
-      vx(ix_rec(irec)+1,iy_rec(irec)+1))/4.d0
-    sisvy(it,irec) = vy(ix_rec(irec),iy_rec(irec))
-  enddo
-
-! compute total energy in the medium (without the PML layers)
-
-! compute kinetic energy first, defined as 1/2 rho ||v||^2
-! in principle we should use rho_half_x_half_y instead of rho for vy
-! in order to interpolate density at the right location in the staggered grid cell
-! but in a homogeneous medium we can safely ignore it
-  total_energy_kinetic(it) = 0.5d0 * sum( &
-      rho(NPOINTS_PML+1:NX-NPOINTS_PML,NPOINTS_PML+1:NY-NPOINTS_PML)*( &
-       vx(NPOINTS_PML+1:NX-NPOINTS_PML,NPOINTS_PML+1:NY-NPOINTS_PML)**2 +  &
-       vy(NPOINTS_PML+1:NX-NPOINTS_PML,NPOINTS_PML+1:NY-NPOINTS_PML)**2))
-
-! add potential energy, defined as 1/2 epsilon_ij sigma_ij
-! in principle we should interpolate the medium parameters at the right location
-! in the staggered grid cell but in a homogeneous medium we can safely ignore it
-  total_energy_potential(it) = ZERO
-  do j = NPOINTS_PML+1, NY-NPOINTS_PML
-    do i = NPOINTS_PML+1, NX-NPOINTS_PML
-      epsilon_xx = ((lambda(i,j) + 2.d0*mu(i,j)) * sigmaxx(i,j) - lambda(i,j) * &
-        sigmayy(i,j)) / (4.d0 * mu(i,j) * (lambda(i,j) + mu(i,j)))
-      epsilon_yy = ((lambda(i,j) + 2.d0*mu(i,j)) * sigmayy(i,j) - lambda(i,j) * &
-        sigmaxx(i,j)) / (4.d0 * mu(i,j) * (lambda(i,j) + mu(i,j)))
-      epsilon_xy = sigmaxy(i,j) / (2.d0 * mu(i,j))
-      total_energy_potential(it) = total_energy_potential(it) + &
-        0.5d0 * (epsilon_xx * sigmaxx(i,j) + epsilon_yy * sigmayy(i,j) + 2.d0 * epsilon_xy * sigmaxy(i,j))
-    enddo
-  enddo
-
-! output information
-  if(mod(it,IT_DISPLAY) == 0 .or. it == 5) then
-
-! print maximum of norm of velocity
-    velocnorm = maxval(sqrt(vx**2 + vy**2))
-    print *,'Time step # ',it
-    print *,'Time: ',sngl((it-1)*DELTAT),' seconds'
-    print *,'Max norm velocity vector V (m/s) = ',velocnorm
-    print *,'total energy = ',total_energy_kinetic(it) + total_energy_potential(it)
-    print *
-! check stability of the code, exit if unstable
-    if(velocnorm > STABILITY_THRESHOLD) stop 'code became unstable and blew up'
-
-    call create_color_image(vx(1:NX,1:NY),NX,NY,it,ISOURCE,JSOURCE,ix_rec,iy_rec,nrec, &
-                         NPOINTS_PML,USE_PML_XMIN,USE_PML_XMAX,USE_PML_YMIN,USE_PML_YMAX,1)
-    call create_color_image(vy(1:NX,1:NY),NX,NY,it,ISOURCE,JSOURCE,ix_rec,iy_rec,nrec, &
-                         NPOINTS_PML,USE_PML_XMIN,USE_PML_XMAX,USE_PML_YMIN,USE_PML_YMAX,2)
-  open(unit=20,file='energy.dat',status='unknown')
-  do it2 = 1,NSTEP
-    write(20,*) sngl(dble(it2-1)*DELTAT),sngl(total_energy_kinetic(it2)), &
-       sngl(total_energy_potential(it2)),sngl(total_energy_kinetic(it2) + total_energy_potential(it2))
-  enddo
-  close(20)
-  call write_seismograms(sisvx,sisvy,NSTEP,NREC,DELTAT)
-
-  endif
-
-  enddo   ! end of time loop
-
-! save seismograms
-  call write_seismograms(sisvx,sisvy,NSTEP,NREC,DELTAT)
-
-! save total energy
-  open(unit=20,file='energy.dat',status='unknown')
-  do it = 1,NSTEP
-    write(20,*) sngl(dble(it-1)*DELTAT),sngl(total_energy_kinetic(it)), &
-       sngl(total_energy_potential(it)),sngl(total_energy_kinetic(it) + total_energy_potential(it))
-  enddo
-  close(20)
-
-! create script for Gnuplot for total energy
-  open(unit=20,file='plot_energy',status='unknown')
-  write(20,*) '# set term x11'
-  write(20,*) 'set term postscript landscape monochrome dashed "Helvetica" 22'
-  write(20,*)
-  write(20,*) 'set xlabel "Time (s)"'
-  write(20,*) 'set ylabel "Total energy"'
-  write(20,*)
-  write(20,*) 'set output "cpml_total_energy_semilog.eps"'
-  write(20,*) 'set logscale y'
-  write(20,*) 'plot "energy.dat" us 1:2 t ''Ec'' w l lc 1, "energy.dat" us 1:3 &
-              & t ''Ep'' w l lc 3, "energy.dat" us 1:4 t ''Total energy'' w l lc 4'
-  write(20,*) 'pause -1 "Hit any key..."'
-  write(20,*)
-  close(20)
-
-  open(unit=20,file='plot_comparison',status='unknown')
-  write(20,*) '# set term x11'
-  write(20,*) 'set term postscript landscape monochrome dashed "Helvetica" 22'
-  write(20,*)
-  write(20,*) 'set xlabel "Time (s)"'
-  write(20,*) 'set ylabel "Total energy"'
-  write(20,*)
-  write(20,*) 'set output "compare_total_energy_semilog.eps"'
-  write(20,*) 'set logscale y'
-  write(20,*) 'plot "energy.dat" us 1:4 t ''Total energy CPML'' w l lc 1, &
-              & "../collino/energy.dat" us 1:4 t ''Total energy Collino'' w l lc 2'
-  write(20,*) 'pause -1 "Hit any key..."'
-  write(20,*)
-  close(20)
-
-! create script for Gnuplot
-  open(unit=20,file='plotgnu',status='unknown')
-  write(20,*) 'set term x11'
-  write(20,*) '# set term postscript landscape monochrome dashed "Helvetica" 22'
-  write(20,*)
-  write(20,*) 'set xlabel "Time (s)"'
-  write(20,*) 'set ylabel "Amplitude (m / s)"'
-  write(20,*)
-
-  write(20,*) 'set output "v_sigma_Vx_receiver_001.eps"'
-  write(20,*) 'plot "Vx_file_001.dat" t ''Vx C-PML'' w l lc 1'
-  write(20,*) 'pause -1 "Hit any key..."'
-  write(20,*)
-
-  write(20,*) 'set output "v_sigma_Vy_receiver_001.eps"'
-  write(20,*) 'plot "Vy_file_001.dat" t ''Vy C-PML'' w l lc 1'
-  write(20,*) 'pause -1 "Hit any key..."'
-  write(20,*)
-
-  write(20,*) 'set output "v_sigma_Vx_receiver_002.eps"'
-  write(20,*) 'plot "Vx_file_002.dat" t ''Vx C-PML'' w l lc 1'
-  write(20,*) 'pause -1 "Hit any key..."'
-  write(20,*)
-
-  write(20,*) 'set output "v_sigma_Vy_receiver_002.eps"'
-  write(20,*) 'plot "Vy_file_002.dat" t ''Vy C-PML'' w l lc 1'
-  write(20,*) 'pause -1 "Hit any key..."'
-  write(20,*)
-
-  close(20)
-
-  print *
-  print *,'End of the simulation'
-  print *
-
-  end program seismic_ADEPML_2D_RK4_eighth_order
-
-!----
-!----  save the seismograms in ASCII text format
-!----
-
-  subroutine write_seismograms(sisvx,sisvy,nt,nrec,DELTAT)
-
-  implicit none
-
-  integer nt,nrec
-  double precision DELTAT
-
-  double precision sisvx(nt,nrec)
-  double precision sisvy(nt,nrec)
-
-  integer irec,it
-
-  character(len=100) file_name
-
-! X component
-  do irec=1,nrec
-    write(file_name,"('Vx_file_',i3.3,'.dat')") irec
-    open(unit=11,file=file_name,status='unknown')
-    do it=1,nt
-      write(11,*) sngl(dble(it-1)*DELTAT),' ',sngl(sisvx(it,irec))
-    enddo
-    close(11)
-  enddo
-
-! Y component
-  do irec=1,nrec
-    write(file_name,"('Vy_file_',i3.3,'.dat')") irec
-    open(unit=11,file=file_name,status='unknown')
-    do it=1,nt
-      write(11,*) sngl(dble(it-1)*DELTAT),' ',sngl(sisvy(it,irec))
-    enddo
-    close(11)
-  enddo
-
-  end subroutine write_seismograms
-
-!----
-!----  routine to create a color image of a given vector component
-!----  the image is created in PNM format and then converted to GIF
-!----
-
-  subroutine create_color_image(image_data_2D,NX,NY,it,ISOURCE,JSOURCE,ix_rec,iy_rec,nrec, &
-              NPOINTS_PML,USE_PML_XMIN,USE_PML_XMAX,USE_PML_YMIN,USE_PML_YMAX,field_number)
-
-  implicit none
-
-! non linear display to enhance small amplitudes for graphics
-  double precision, parameter :: POWER_DISPLAY = 0.30d0
-
-! amplitude threshold above which we draw the color point
-  double precision, parameter :: cutvect = 0.01d0
-
-! use black or white background for points that are below the threshold
-  logical, parameter :: WHITE_BACKGROUND = .true.
-
-! size of cross and square in pixels drawn to represent the source and the receivers
-  integer, parameter :: width_cross = 5, thickness_cross = 1, size_square = 3
-
-  integer NX,NY,it,field_number,ISOURCE,JSOURCE,NPOINTS_PML,nrec
-  logical USE_PML_XMIN,USE_PML_XMAX,USE_PML_YMIN,USE_PML_YMAX
-
-  double precision, dimension(NX,NY) :: image_data_2D
-
-  integer, dimension(nrec) :: ix_rec,iy_rec
-
-  integer :: ix,iy,irec
-
-  character(len=100) :: file_name,system_command
-
-  integer :: R, G, B
-
-  double precision :: normalized_value,max_amplitude
-
-! open image file and create system command to convert image to more convenient format
-! use the "convert" command from ImageMagick http://www.imagemagick.org
-  if(field_number == 1) then
-    write(file_name,"('image',i6.6,'_Vx.pnm')") it
-    write(system_command,"('convert image',i6.6,'_Vx.pnm image',i6.6,'_Vx.gif ; rm image',i6.6,'_Vx.pnm')") it,it,it
-  else if(field_number == 2) then
-    write(file_name,"('image',i6.6,'_Vy.pnm')") it
-    write(system_command,"('convert image',i6.6,'_Vy.pnm image',i6.6,'_Vy.gif ; rm image',i6.6,'_Vy.pnm')") it,it,it
-  endif
-
-  open(unit=27, file=file_name, status='unknown')
-
-  write(27,"('P3')") ! write image in PNM P3 format
-
-  write(27,*) NX,NY ! write image size
-  write(27,*) '255' ! maximum value of each pixel color
-
-! compute maximum amplitude
-  max_amplitude = maxval(abs(image_data_2D))
-
-! image starts in upper-left corner in PNM format
-  do iy=NY,1,-1
-    do ix=1,NX
-
-! define data as vector component normalized to [-1:1] and rounded to nearest integer
-! keeping in mind that amplitude can be negative
-    normalized_value = image_data_2D(ix,iy) / max_amplitude
-
-! suppress values that are outside [-1:+1] to avoid small edge effects
-    if(normalized_value < -1.d0) normalized_value = -1.d0
-    if(normalized_value > 1.d0) normalized_value = 1.d0
-
-! draw an orange cross to represent the source
-    if((ix >= ISOURCE - width_cross .and. ix <= ISOURCE + width_cross .and. &
-        iy >= JSOURCE - thickness_cross .and. iy <= JSOURCE + thickness_cross) .or. &
-       (ix >= ISOURCE - thickness_cross .and. ix <= ISOURCE + thickness_cross .and. &
-        iy >= JSOURCE - width_cross .and. iy <= JSOURCE + width_cross)) then
-      R = 255
-      G = 157
-      B = 0
-
-! display two-pixel-thick black frame around the image
-  else if(ix <= 2 .or. ix >= NX-1 .or. iy <= 2 .or. iy >= NY-1) then
-      R = 0
-      G = 0
-      B = 0
-
-! display edges of the PML layers
-  else if((USE_PML_XMIN .and. ix == NPOINTS_PML) .or. &
-          (USE_PML_XMAX .and. ix == NX - NPOINTS_PML) .or. &
-          (USE_PML_YMIN .and. iy == NPOINTS_PML) .or. &
-          (USE_PML_YMAX .and. iy == NY - NPOINTS_PML)) then
-      R = 255
-      G = 150
-      B = 0
-
-! suppress all the values that are below the threshold
-    else if(abs(image_data_2D(ix,iy)) <= max_amplitude * cutvect) then
-
-! use a black or white background for points that are below the threshold
-      if(WHITE_BACKGROUND) then
-        R = 255
-        G = 255
-        B = 255
-      else
-        R = 0
-        G = 0
-        B = 0
-      endif
-
-! represent regular image points using red if value is positive, blue if negative
-    else if(normalized_value >= 0.d0) then
-      R = nint(255.d0*normalized_value**POWER_DISPLAY)
-      G = 0
-      B = 0
-    else
-      R = 0
-      G = 0
-      B = nint(255.d0*abs(normalized_value)**POWER_DISPLAY)
-    endif
-
-! draw a green square to represent the receivers
-  do irec = 1,nrec
-    if((ix >= ix_rec(irec) - size_square .and. ix <= ix_rec(irec) + size_square .and. &
-        iy >= iy_rec(irec) - size_square .and. iy <= iy_rec(irec) + size_square) .or. &
-       (ix >= ix_rec(irec) - size_square .and. ix <= ix_rec(irec) + size_square .and. &
-        iy >= iy_rec(irec) - size_square .and. iy <= iy_rec(irec) + size_square)) then
-! use dark green color
-      R = 30
-      G = 180
-      B = 60
-    endif
-  enddo
-
-! write color pixel
-    write(27,"(i3,' ',i3,' ',i3)") R,G,B
-
-    enddo
-  enddo
-
-! close file
-  close(27)
-
-! call the system to convert image to GIF (can be commented out if "call system" is missing in your compiler)
-! call system(system_command)
-
-  end subroutine create_color_image
-
-!
-! CeCILL FREE SOFTWARE LICENSE AGREEMENT
-!
-!     Notice
-!
-! This Agreement is a Free Software license agreement that is the result
-! of discussions between its authors in order to ensure compliance with
-! the two main principles guiding its drafting:
-!
-!     * firstly, compliance with the principles governing the distribution
-!       of Free Software: access to source code, broad rights granted to
-!       users,
-!     * secondly, the election of a governing law, French law, with which
-!       it is conformant, both as regards the law of torts and
-!       intellectual property law, and the protection that it offers to
-!       both authors and holders of the economic rights over software.
-!
-! The authors of the CeCILL (for Ce[a] C[nrs] I[nria] L[ogiciel] L[ibre])
-! license are:
-!
-! Commissariat a l'Energie Atomique - CEA, a public scientific, technical
-! and industrial research establishment, having its principal place of
-! business at 25 rue Leblanc, immeuble Le Ponant D, 75015 Paris, France.
-!
-! Centre National de la Recherche Scientifique - CNRS, a public scientific
-! and technological establishment, having its principal place of business
-! at 3 rue Michel-Ange, 75794 Paris cedex 16, France.
-!
-! Institut National de Recherche en Informatique et en Automatique -
-! INRIA, a public scientific and technological establishment, having its
-! principal place of business at Domaine de Voluceau, Rocquencourt, BP
-! 105, 78153 Le Chesnay cedex, France.
-!
-!     Preamble
-!
-! The purpose of this Free Software license agreement is to grant users
-! the right to modify and redistribute the software governed by this
-! license within the framework of an open source distribution model.
-!
-! The exercising of these rights is conditional upon certain obligations
-! for users so as to preserve this status for all subsequent redistributions.
-!
-! In consideration of access to the source code and the rights to copy,
-! modify and redistribute granted by the license, users are provided only
-! with a limited warranty and the software's author, the holder of the
-! economic rights, and the successive licensors only have limited liability.
-!
-! In this respect, the risks associated with loading, using, modifying
-! and/or developing or reproducing the software by the user are brought to
-! the user's attention, given its Free Software status, which may make it
-! complicated to use, with the result that its use is reserved for
-! developers and experienced professionals having in-depth computer
-! knowledge. Users are therefore encouraged to load and test the
-! suitability of the software as regards their requirements in conditions
-! enabling the security of their systems and/or data to be ensured and,
-! more generally, to use and operate it in the same conditions of
-! security. This Agreement may be freely reproduced and published,
-! provided it is not altered, and that no provisions are either added or
-! removed herefrom.
-!
-! This Agreement may apply to any or all software for which the holder of
-! the economic rights decides to submit the use thereof to its provisions.
-!
-!     Article 1 - DEFINITIONS
-!
-! For the purpose of this Agreement, when the following expressions
-! commence with a capital letter, they shall have the following meaning:
-!
-! Agreement: means this license agreement, and its possible subsequent
-! versions and annexes.
-!
-! Software: means the software in its Object Code and/or Source Code form
-! and, where applicable, its documentation, "as is" when the Licensee
-! accepts the Agreement.
-!
-! Initial Software: means the Software in its Source Code and possibly its
-! Object Code form and, where applicable, its documentation, "as is" when
-! it is first distributed under the terms and conditions of the Agreement.
-!
-! Modified Software: means the Software modified by at least one
-! Contribution.
-!
-! Source Code: means all the Software's instructions and program lines to
-! which access is required so as to modify the Software.
-!
-! Object Code: means the binary files originating from the compilation of
-! the Source Code.
-!
-! Holder: means the holder(s) of the economic rights over the Initial
-! Software.
-!
-! Licensee: means the Software user(s) having accepted the Agreement.
-!
-! Contributor: means a Licensee having made at least one Contribution.
-!
-! Licensor: means the Holder, or any other individual or legal entity, who
-! distributes the Software under the Agreement.
-!
-! Contribution: means any or all modifications, corrections, translations,
-! adaptations and/or new functions integrated into the Software by any or
-! all Contributors, as well as any or all Internal Modules.
-!
-! Module: means a set of sources files including their documentation that
-! enables supplementary functions or services in addition to those offered
-! by the Software.
-!
-! External Module: means any or all Modules, not derived from the
-! Software, so that this Module and the Software run in separate address
-! spaces, with one calling the other when they are run.
-!
-! Internal Module: means any or all Module, connected to the Software so
-! that they both execute in the same address space.
-!
-! GNU GPL: means the GNU General Public License version 2 or any
-! subsequent version, as published by the Free Software Foundation Inc.
-!
-! Parties: mean both the Licensee and the Licensor.
-!
-! These expressions may be used both in singular and plural form.
-!
-!     Article 2 - PURPOSE
-!
-! The purpose of the Agreement is the grant by the Licensor to the
-! Licensee of a non-exclusive, transferable and worldwide license for the
-! Software as set forth in Article 5 hereinafter for the whole term of the
-! protection granted by the rights over said Software.
-!
-!     Article 3 - ACCEPTANCE
-!
-! 3.1 The Licensee shall be deemed as having accepted the terms and
-! conditions of this Agreement upon the occurrence of the first of the
-! following events:
-!
-!     * (i) loading the Software by any or all means, notably, by
-!       downloading from a remote server, or by loading from a physical
-!       medium;
-!     * (ii) the first time the Licensee exercises any of the rights
-!       granted hereunder.
-!
-! 3.2 One copy of the Agreement, containing a notice relating to the
-! characteristics of the Software, to the limited warranty, and to the
-! fact that its use is restricted to experienced users has been provided
-! to the Licensee prior to its acceptance as set forth in Article 3.1
-! hereinabove, and the Licensee hereby acknowledges that it has read and
-! understood it.
-!
-!     Article 4 - EFFECTIVE DATE AND TERM
-!
-!       4.1 EFFECTIVE DATE
-!
-! The Agreement shall become effective on the date when it is accepted by
-! the Licensee as set forth in Article 3.1.
-!
-!       4.2 TERM
-!
-! The Agreement shall remain in force for the entire legal term of
-! protection of the economic rights over the Software.
-!
-!     Article 5 - SCOPE OF RIGHTS GRANTED
-!
-! The Licensor hereby grants to the Licensee, who accepts, the following
-! rights over the Software for any or all use, and for the term of the
-! Agreement, on the basis of the terms and conditions set forth hereinafter.
-!
-! Besides, if the Licensor owns or comes to own one or more patents
-! protecting all or part of the functions of the Software or of its
-! components, the Licensor undertakes not to enforce the rights granted by
-! these patents against successive Licensees using, exploiting or
-! modifying the Software. If these patents are transferred, the Licensor
-! undertakes to have the transferees subscribe to the obligations set
-! forth in this paragraph.
-!
-!       5.1 RIGHT OF USE
-!
-! The Licensee is authorized to use the Software, without any limitation
-! as to its fields of application, with it being hereinafter specified
-! that this comprises:
-!
-!    1. permanent or temporary reproduction of all or part of the Software
-!       by any or all means and in any or all form.
-!
-!    2. loading, displaying, running, or storing the Software on any or
-!       all medium.
-!
-!    3. entitlement to observe, study or test its operation so as to
-!       determine the ideas and principles behind any or all constituent
-!       elements of said Software. This shall apply when the Licensee
-!       carries out any or all loading, displaying, running, transmission
-!       or storage operation as regards the Software, that it is entitled
-!       to carry out hereunder.
-!
-!       5.2 ENTITLEMENT TO MAKE CONTRIBUTIONS
-!
-! The right to make Contributions includes the right to translate, adapt,
-! arrange, or make any or all modifications to the Software, and the right
-! to reproduce the resulting software.
-!
-! The Licensee is authorized to make any or all Contributions to the
-! Software provided that it includes an explicit notice that it is the
-! author of said Contribution and indicates the date of the creation thereof.
-!
-!       5.3 RIGHT OF DISTRIBUTION
-!
-! In particular, the right of distribution includes the right to publish,
-! transmit and communicate the Software to the general public on any or
-! all medium, and by any or all means, and the right to market, either in
-! consideration of a fee, or free of charge, one or more copies of the
-! Software by any means.
-!
-! The Licensee is further authorized to distribute copies of the modified
-! or unmodified Software to third parties according to the terms and
-! conditions set forth hereinafter.
-!
-!         5.3.1 DISTRIBUTION OF SOFTWARE WITHOUT MODIFICATION
-!
-! The Licensee is authorized to distribute true copies of the Software in
-! Source Code or Object Code form, provided that said distribution
-! complies with all the provisions of the Agreement and is accompanied by:
-!
-!    1. a copy of the Agreement,
-!
-!    2. a notice relating to the limitation of both the Licensor's
-!       warranty and liability as set forth in Articles 8 and 9,
-!
-! and that, in the event that only the Object Code of the Software is
-! redistributed, the Licensee allows future Licensees unhindered access to
-! the full Source Code of the Software by indicating how to access it, it
-! being understood that the additional cost of acquiring the Source Code
-! shall not exceed the cost of transferring the data.
-!
-!         5.3.2 DISTRIBUTION OF MODIFIED SOFTWARE
-!
-! When the Licensee makes a Contribution to the Software, the terms and
-! conditions for the distribution of the resulting Modified Software
-! become subject to all the provisions of this Agreement.
-!
-! The Licensee is authorized to distribute the Modified Software, in
-! source code or object code form, provided that said distribution
-! complies with all the provisions of the Agreement and is accompanied by:
-!
-!    1. a copy of the Agreement,
-!
-!    2. a notice relating to the limitation of both the Licensor's
-!       warranty and liability as set forth in Articles 8 and 9,
-!
-! and that, in the event that only the object code of the Modified
-! Software is redistributed, the Licensee allows future Licensees
-! unhindered access to the full source code of the Modified Software by
-! indicating how to access it, it being understood that the additional
-! cost of acquiring the source code shall not exceed the cost of
-! transferring the data.
-!
-!         5.3.3 DISTRIBUTION OF EXTERNAL MODULES
-!
-! When the Licensee has developed an External Module, the terms and
-! conditions of this Agreement do not apply to said External Module, that
-! may be distributed under a separate license agreement.
-!
-!         5.3.4 COMPATIBILITY WITH THE GNU GPL
-!
-! The Licensee can include a code that is subject to the provisions of one
-! of the versions of the GNU GPL in the Modified or unmodified Software,
-! and distribute that entire code under the terms of the same version of
-! the GNU GPL.
-!
-! The Licensee can include the Modified or unmodified Software in a code
-! that is subject to the provisions of one of the versions of the GNU GPL,
-! and distribute that entire code under the terms of the same version of
-! the GNU GPL.
-!
-!     Article 6 - INTELLECTUAL PROPERTY
-!
-!       6.1 OVER THE INITIAL SOFTWARE
-!
-! The Holder owns the economic rights over the Initial Software. Any or
-! all use of the Initial Software is subject to compliance with the terms
-! and conditions under which the Holder has elected to distribute its work
-! and no one shall be entitled to modify the terms and conditions for the
-! distribution of said Initial Software.
-!
-! The Holder undertakes that the Initial Software will remain ruled at
-! least by this Agreement, for the duration set forth in Article 4.2.
-!
-!       6.2 OVER THE CONTRIBUTIONS
-!
-! The Licensee who develops a Contribution is the owner of the
-! intellectual property rights over this Contribution as defined by
-! applicable law.
-!
-!       6.3 OVER THE EXTERNAL MODULES
-!
-! The Licensee who develops an External Module is the owner of the
-! intellectual property rights over this External Module as defined by
-! applicable law and is free to choose the type of agreement that shall
-! govern its distribution.
-!
-!       6.4 JOINT PROVISIONS
-!
-! The Licensee expressly undertakes:
-!
-!    1. not to remove, or modify, in any manner, the intellectual property
-!       notices attached to the Software;
-!
-!    2. to reproduce said notices, in an identical manner, in the copies
-!       of the Software modified or not.
-!
-! The Licensee undertakes not to directly or indirectly infringe the
-! intellectual property rights of the Holder and/or Contributors on the
-! Software and to take, where applicable, vis-a-vis its staff, any and all
-! measures required to ensure respect of said intellectual property rights
-! of the Holder and/or Contributors.
-!
-!     Article 7 - RELATED SERVICES
-!
-! 7.1 Under no circumstances shall the Agreement oblige the Licensor to
-! provide technical assistance or maintenance services for the Software.
-!
-! However, the Licensor is entitled to offer this type of services. The
-! terms and conditions of such technical assistance, and/or such
-! maintenance, shall be set forth in a separate instrument. Only the
-! Licensor offering said maintenance and/or technical assistance services
-! shall incur liability therefor.
-!
-! 7.2 Similarly, any Licensor is entitled to offer to its licensees, under
-! its sole responsibility, a warranty, that shall only be binding upon
-! itself, for the redistribution of the Software and/or the Modified
-! Software, under terms and conditions that it is free to decide. Said
-! warranty, and the financial terms and conditions of its application,
-! shall be subject of a separate instrument executed between the Licensor
-! and the Licensee.
-!
-!     Article 8 - LIABILITY
-!
-! 8.1 Subject to the provisions of Article 8.2, the Licensee shall be
-! entitled to claim compensation for any direct loss it may have suffered
-! from the Software as a result of a fault on the part of the relevant
-! Licensor, subject to providing evidence thereof.
-!
-! 8.2 The Licensor's liability is limited to the commitments made under
-! this Agreement and shall not be incurred as a result of in particular:
-! (i) loss due the Licensee's total or partial failure to fulfill its
-! obligations, (ii) direct or consequential loss that is suffered by the
-! Licensee due to the use or performance of the Software, and (iii) more
-! generally, any consequential loss. In particular the Parties expressly
-! agree that any or all pecuniary or business loss (i.e. loss of data,
-! loss of profits, operating loss, loss of customers or orders,
-! opportunity cost, any disturbance to business activities) or any or all
-! legal proceedings instituted against the Licensee by a third party,
-! shall constitute consequential loss and shall not provide entitlement to
-! any or all compensation from the Licensor.
-!
-!     Article 9 - WARRANTY
-!
-! 9.1 The Licensee acknowledges that the scientific and technical
-! state-of-the-art when the Software was distributed did not enable all
-! possible uses to be tested and verified, nor for the presence of
-! possible defects to be detected. In this respect, the Licensee's
-! attention has been drawn to the risks associated with loading, using,
-! modifying and/or developing and reproducing the Software which are
-! reserved for experienced users.
-!
-! The Licensee shall be responsible for verifying, by any or all means,
-! the suitability of the product for its requirements, its good working
-! order, and for ensuring that it shall not cause damage to either persons
-! or properties.
-!
-! 9.2 The Licensor hereby represents, in good faith, that it is entitled
-! to grant all the rights over the Software (including in particular the
-! rights set forth in Article 5).
-!
-! 9.3 The Licensee acknowledges that the Software is supplied "as is" by
-! the Licensor without any other express or tacit warranty, other than
-! that provided for in Article 9.2 and, in particular, without any warranty
-! as to its commercial value, its secured, safe, innovative or relevant
-! nature.
-!
-! Specifically, the Licensor does not warrant that the Software is free
-! from any error, that it will operate without interruption, that it will
-! be compatible with the Licensee's own equipment and software
-! configuration, nor that it will meet the Licensee's requirements.
-!
-! 9.4 The Licensor does not either expressly or tacitly warrant that the
-! Software does not infringe any third party intellectual property right
-! relating to a patent, software or any other property right. Therefore,
-! the Licensor disclaims any and all liability towards the Licensee
-! arising out of any or all proceedings for infringement that may be
-! instituted in respect of the use, modification and redistribution of the
-! Software. Nevertheless, should such proceedings be instituted against
-! the Licensee, the Licensor shall provide it with technical and legal
-! assistance for its defense. Such technical and legal assistance shall be
-! decided on a case-by-case basis between the relevant Licensor and the
-! Licensee pursuant to a memorandum of understanding. The Licensor
-! disclaims any and all liability as regards the Licensee's use of the
-! name of the Software. No warranty is given as regards the existence of
-! prior rights over the name of the Software or as regards the existence
-! of a trademark.
-!
-!     Article 10 - TERMINATION
-!
-! 10.1 In the event of a breach by the Licensee of its obligations
-! hereunder, the Licensor may automatically terminate this Agreement
-! thirty (30) days after notice has been sent to the Licensee and has
-! remained ineffective.
-!
-! 10.2 A Licensee whose Agreement is terminated shall no longer be
-! authorized to use, modify or distribute the Software. However, any
-! licenses that it may have granted prior to termination of the Agreement
-! shall remain valid subject to their having been granted in compliance
-! with the terms and conditions hereof.
-!
-!     Article 11 - MISCELLANEOUS
-!
-!       11.1 EXCUSABLE EVENTS
-!
-! Neither Party shall be liable for any or all delay, or failure to
-! perform the Agreement, that may be attributable to an event of force
-! majeure, an act of God or an outside cause, such as defective
-! functioning or interruptions of the electricity or telecommunications
-! networks, network paralysis following a virus attack, intervention by
-! government authorities, natural disasters, water damage, earthquakes,
-! fire, explosions, strikes and labor unrest, war, etc.
-!
-! 11.2 Any failure by either Party, on one or more occasions, to invoke
-! one or more of the provisions hereof, shall under no circumstances be
-! interpreted as being a waiver by the interested Party of its right to
-! invoke said provision(s) subsequently.
-!
-! 11.3 The Agreement cancels and replaces any or all previous agreements,
-! whether written or oral, between the Parties and having the same
-! purpose, and constitutes the entirety of the agreement between said
-! Parties concerning said purpose. No supplement or modification to the
-! terms and conditions hereof shall be effective as between the Parties
-! unless it is made in writing and signed by their duly authorized
-! representatives.
-!
-! 11.4 In the event that one or more of the provisions hereof were to
-! conflict with a current or future applicable act or legislative text,
-! said act or legislative text shall prevail, and the Parties shall make
-! the necessary amendments so as to comply with said act or legislative
-! text. All other provisions shall remain effective. Similarly, invalidity
-! of a provision of the Agreement, for any reason whatsoever, shall not
-! cause the Agreement as a whole to be invalid.
-!
-!       11.5 LANGUAGE
-!
-! The Agreement is drafted in both French and English and both versions
-! are deemed authentic.
-!
-!     Article 12 - NEW VERSIONS OF THE AGREEMENT
-!
-! 12.1 Any person is authorized to duplicate and distribute copies of this
-! Agreement.
-!
-! 12.2 So as to ensure coherence, the wording of this Agreement is
-! protected and may only be modified by the authors of the License, who
-! reserve the right to periodically publish updates or new versions of the
-! Agreement, each with a separate number. These subsequent versions may
-! address new issues encountered by Free Software.
-!
-! 12.3 Any Software distributed under a given version of the Agreement may
-! only be subsequently distributed under the same version of the Agreement
-! or a subsequent version, subject to the provisions of Article 5.3.4.
-!
-!     Article 13 - GOVERNING LAW AND JURISDICTION
-!
-! 13.1 The Agreement is governed by French law. The Parties agree to
-! endeavor to seek an amicable solution to any disagreements or disputes
-! that may arise during the performance of the Agreement.
-!
-! 13.2 Failing an amicable solution within two (2) months as from their
-! occurrence, and unless emergency proceedings are necessary, the
-! disagreements or disputes shall be referred to the Paris Courts having
-! jurisdiction, by the more diligent Party.
-!
-! Version 2.0 dated 2006-09-05.
-!

Copied: seismo/3D/CPML/trunk/seismic_ADEPML_2D_elastic_RK4_eighth_order.f90 (from rev 21343, seismo/3D/CPML/trunk/seismic_ADEPML_2D_RK4_eighth_order.f90)
===================================================================
--- seismo/3D/CPML/trunk/seismic_ADEPML_2D_elastic_RK4_eighth_order.f90	                        (rev 0)
+++ seismo/3D/CPML/trunk/seismic_ADEPML_2D_elastic_RK4_eighth_order.f90	2013-02-07 18:13:55 UTC (rev 21344)
@@ -0,0 +1,1802 @@
+!
+! Copyright Universite de Pau et des Pays de l'Adour, CNRS and INRIA, France.
+! Contributor: Roland Martin, roland DOT martin aT univ-pau DOT fr
+!
+! This software is a computer program whose purpose is to solve
+! the two-dimensional isotropic elastic wave equation
+! using a finite-difference method with Auxiliary Differential
+! Equation Perfectly Matched Layer (ADE-PML) conditions.
+!
+! This software is governed by the CeCILL license under French law and
+! abiding by the rules of distribution of free software. You can use,
+! modify and/or redistribute the software under the terms of the CeCILL
+! license as circulated by CEA, CNRS and INRIA at the following URL
+! "http://www.cecill.info".
+!
+! As a counterpart to the access to the source code and rights to copy,
+! modify and redistribute granted by the license, users are provided only
+! with a limited warranty and the software's author, the holder of the
+! economic rights, and the successive licensors have only limited
+! liability.
+!
+! In this respect, the user's attention is drawn to the risks associated
+! with loading, using, modifying and/or developing or reproducing the
+! software by the user in light of its specific status of free software,
+! that may mean that it is complicated to manipulate, and that also
+! therefore means that it is reserved for developers and experienced
+! professionals having in-depth computer knowledge. Users are therefore
+! encouraged to load and test the software's suitability as regards their
+! requirements in conditions enabling the security of their systems and/or
+! data to be ensured and, more generally, to use and operate it in the
+! same conditions as regards security.
+!
+! The full text of the license is available at the end of this program
+! and in file "LICENSE".
+
+  program seismic_ADEPML_2D_elastic_RK4_eighth_order
+
+! High order 2D explicit-semi implicit-implicit elastic finite-difference code
+! in velocity and stress formulation with Auxiliary Differential
+! Equation Perfectly Matched Layer (ADE-PML) absorbing conditions for
+! an isotropic elastic medium. It is fourth order Runge-Kutta (RK4) in time
+! and 8th order in space using Holberg spatial
+! discretization. 1 and/or 2 frequency shift poles are implemented
+
+! Version 1.1.2
+! by Roland Martin, University of Pau, France, Jan 2010.
+! based on seismic_CPML_2D_isotropic_second_order.f90
+! by Dimitri Komatitsch and Roland Martin, University of Pau, France, 2007.
+
+! The 8th-order staggered-grid formulation of Holberg is used:
+!
+!            ^ y
+!            |
+!            |
+!
+!            +-------------------+
+!            |                   |
+!            |                   |
+!            |                   |
+!            |                   |
+!            |        v_y        |
+!   sigma_xy +---------+         |
+!            |         |         |
+!            |         |         |
+!            |         |         |
+!            |         |         |
+!            |         |         |
+!            +---------+---------+  ---> x
+!           v_x    sigma_xx
+!                  sigma_yy
+!
+
+! The ADE-PML implementation is based in part on formulas given in Roden and Gedney (2010)
+!
+! If you use this code for your own research, please cite some (or all) of these articles:
+!
+! @ARTICLE{MaKoGeBr10,
+! author = {Roland Martin and Dimitri Komatitsch and Stephen D. Gedney and
+! Emilien Bruthiaux},
+!  title = {A high-order time and space formulation of the unsplit perfectly matched layer
+!  for the seismic wave equation using {Auxiliary Differential Equations (ADE-PML)}},
+!  journal = {Comput. Model. Eng. Sci.},
+!  year = {2010},
+!  volume = {56},
+!  pages = {17-42},
+!  number = {1}}
+!
+! @ARTICLE{MaCo10,
+!  author = {Roland Martin and Carlos Couder-Casta{\~n}eda},
+!  title = {An improved unsplit and convolutional Perfectly Matched Layer
+!  absorbing technique for the Navier-Stokes equations using cut-off frequency shift},
+!  journal = {Comput. Model. Eng. Sci.},
+!  pages ={47-77}
+!  year = {2010},
+!  volume = {63},
+!  number = {1}}
+!
+! @ARTICLE{KoMa07,
+! author = {Dimitri Komatitsch and Roland Martin},
+! title = {An unsplit convolutional {P}erfectly {M}atched {L}ayer improved
+!          at grazing incidence for the seismic wave equation},
+! journal = {Geophysics},
+! year = {2007},
+! volume = {72},
+! number = {5},
+! pages = {SM155-SM167},
+! doi = {10.1190/1.2757586}}
+!
+! @ARTICLE{MaKoEz08,
+! author = {Roland Martin and Dimitri Komatitsch and Abdelaaziz Ezziani},
+! title = {An unsplit convolutional perfectly matched layer improved at grazing
+!          incidence for seismic wave equation in poroelastic media},
+! journal = {Geophysics},
+! year = {2008},
+! volume = {73},
+! pages = {T51-T61},
+! number = {4},
+! doi = {10.1190/1.2939484}}
+!
+! @ARTICLE{MaKoGe08,
+! author = {Roland Martin and Dimitri Komatitsch and Stephen D. Gedney},
+! title = {A variational formulation of a stabilized unsplit convolutional perfectly
+!          matched layer for the isotropic or anisotropic seismic wave equation},
+! journal = {Computer Modeling in Engineering and Sciences},
+! year = {2008},
+! volume = {37},
+! pages = {274-304},
+! number = {3}}
+!
+! @ARTICLE{MaKo09,
+!  author = {Roland Martin and Dimitri Komatitsch},
+!  title = {An unsplit convolutional perfectly matched layer technique improved
+!        at grazing incidence for the viscoelastic wave equation},
+!  journal = {Geophysical Journal International},
+!  year = {2009},
+!  volume = {179},
+!  pages = {333-344},
+!  number = {1},
+!  doi = {10.1111/j.1365-246X.2009.04278.x}}
+!
+! @ARTICLE{RoGe00,
+! author = {J. A. Roden and S. D. Gedney},
+! title = {Convolution {PML} ({CPML}): {A}n Efficient {FDTD} Implementation
+!          of the {CFS}-{PML} for Arbitrary Media},
+! journal = {Microwave and Optical Technology Letters},
+! year = {2000},
+! volume = {27},
+! number = {5},
+! pages = {334-339},
+! doi = {10.1002/1098-2760(20001205)27:5<334::AID-MOP14>3.0.CO;2-A}}
+
+!
+! To display the 2D results as color images, use:
+!
+!   " display image*.gif " or " gimp image*.gif "
+!
+! or
+!
+!   " montage -geometry +0+3 -rotate 90 -tile 1x21 image*Vx*.gif allfiles_Vx.gif "
+!   " montage -geometry +0+3 -rotate 90 -tile 1x21 image*Vy*.gif allfiles_Vy.gif "
+!   then " display allfiles_Vx.gif " or " gimp allfiles_Vx.gif "
+!   then " display allfiles_Vy.gif " or " gimp allfiles_Vy.gif "
+!
+
+! IMPORTANT : all our CPML codes work fine in single precision as well (which is significantly faster).
+!             If you want you can thus force automatic conversion to single precision at compile time
+!             or change all the declarations and constants in the code from double precision to single.
+
+  implicit none
+
+! total number of grid points in each direction of the grid
+  integer, parameter :: NX = 101
+  integer, parameter :: NY = 641
+
+! Explicit (epsn=1,epsn=0), Implicit (epsn=0,epsn1=1), semi-implicit (epsn=0.5,epsn1=0.5)
+   integer, parameter :: iexpl=0
+   integer, parameter :: iimpl=0
+   integer, parameter :: isemiimpl=1
+
+   double precision :: epsn,epsn1
+
+! size of a grid cell
+  double precision, parameter :: DELTAX = 10.d0
+  double precision, parameter :: DELTAY = DELTAX
+
+! flags to add PML layers to the edges of the grid
+  logical, parameter :: USE_PML_XMIN = .true.
+  logical, parameter :: USE_PML_XMAX = .true.
+  logical, parameter :: USE_PML_YMIN = .true.
+  logical, parameter :: USE_PML_YMAX = .true.
+
+! thickness of the PML layer in grid points. 8th order in space imposes to
+! increase the thickness of the CPML
+  integer, parameter :: NPOINTS_PML = 10
+
+! P-velocity, S-velocity and density
+  double precision, parameter :: cp = 3300.d0
+  double precision, parameter :: cs =  1905.d0
+  double precision, parameter :: density = 2800.d0
+
+! total number of time steps
+! the time step is twice smaller for this fourth-order simulation,
+! therefore let us double the number of time steps to keep the same total duration
+  integer, parameter :: NSTEP =  100000
+
+! time step in seconds
+! 8th-order in space and 4th-order in time finite-difference schemes
+! are less stable than second-order in space and second-order in time,
+! therefore let us divide the time step by 2
+  double precision, parameter :: DELTAT = 1.d-3
+
+! parameters for the source
+  double precision, parameter :: f0 = 8.d0
+  double precision, parameter :: t0 = 1.20d0 / f0
+  double precision, parameter :: factor = 1.d4
+
+! source
+  integer, parameter :: ISOURCE = NX - 2*NPOINTS_PML  - 1
+! integer, parameter :: ISOURCE = (NX-1)/2
+  integer, parameter :: JSOURCE = 2 * NY / 3 + 1
+  double precision, parameter :: xsource = (ISOURCE - 1) * DELTAX
+  double precision, parameter :: ysource = (JSOURCE - 1) * DELTAY
+! angle of source force clockwise with respect to vertical (Y) axis
+  double precision, parameter :: ANGLE_FORCE = 135.d0
+
+! receivers
+  integer, parameter :: NREC = 3
+  double precision, parameter :: xdeb = xsource    ! first receiver x in meters
+  double precision, parameter :: ydeb = ysource - 2000.d0   ! first receiver y in meters
+  double precision, parameter :: xfin = xsource    ! last receiver x in meters
+  double precision, parameter :: yfin = ysource - 4000.d0  ! last receiver y in meters
+
+! display information on the screen from time to time
+! the time step is twice smaller for this fourth-order simulation,
+! therefore let us double the interval in time steps at which we display information
+  integer, parameter :: IT_DISPLAY = 400
+! value of PI
+  double precision, parameter :: PI = 3.141592653589793238462643d0
+
+! conversion from degrees to radians
+  double precision, parameter :: DEGREES_TO_RADIANS = PI / 180.d0
+
+! zero
+  double precision, parameter :: ZERO = 0.d0
+
+! large value for maximum
+  double precision, parameter :: HUGEVAL = 1.d+30
+
+! velocity threshold above which we consider that the code became unstable
+  double precision, parameter :: STABILITY_THRESHOLD = 1.d+25
+
+! Holberg (1987) coefficients, taken from
+!  @ARTICLE{Hol87,
+!  author = {O. Holberg},
+!  title = {Computational aspects of the choice of operator and sampling interval
+!  for numerical differentiation in large-scale simulation of wave phenomena},
+!  journal = {Geophysical Prospecting},
+!  year = {1987},
+!  volume = {35},
+!  pages = {629-655}}
+  double precision, parameter :: c1 = 1.231666d0
+  double precision, parameter :: c2 = -1.041182d-1
+  double precision, parameter :: c3 = 2.063707d-2
+  double precision, parameter :: c4 = -3.570998d-3
+
+! RK4 scheme coefficients, 2 per subloop, 8 in total
+  double precision, dimension(4) :: rk41, rk42
+
+! main arrays
+  double precision, dimension(-4:NX+4,-4:NY+4) :: lambda,mu,rho,vx,vy,sigmaxx,sigmayy,sigmaxy
+
+! Variables are stored in 4 indices in the first dimension to implement RK4
+! dv does not always indicate a derivative
+  double precision, dimension(4,-4:NX+4,-4:NY+4) :: dvx,dvy,dsigmaxx,dsigmayy,dsigmaxy
+
+! to interpolate material parameters at the right location in the staggered grid cell
+  double precision lambda_half_x,mu_half_x,lambda_plus_two_mu_half_x,mu_half_y,rho_half_x_half_y
+
+! for evolution of total energy in the medium
+  double precision epsilon_xx,epsilon_yy,epsilon_xy
+  double precision, dimension(NSTEP) :: total_energy_kinetic,total_energy_potential
+
+! power to compute d0 profile
+  double precision, parameter :: NPOWER = 2.d0
+  double precision, parameter :: NPOWER2 = 2.d0
+
+! Kappa must be strong enough to absorb energy and low enough to avoid
+! reflections.
+! Alpha1 must be low to absorb energy and high enough to have efficiency on
+! grazing incident waves.
+  double precision, parameter :: K_MAX_PML_1 = 7.d0
+  double precision, parameter :: ALPHA_MAX_PML_1 = 2.d0*PI*(f0/2.d0)
+
+! arrays for the memory variables
+! could declare these arrays in PML only to save a lot of memory, but proof of concept only here
+! We have as many memory variables as the number of frequency shift poles in the CPML
+! Indices are 1 and 2 for the 2 frequency shift poles
+  double precision, dimension(4,-4:NX+4,-4:NY+4) :: &
+      memory_dvx_dx_1, &
+      memory_dvx_dy_1, &
+      memory_dvy_dx_1, &
+      memory_dvy_dy_1, &
+      memory_dsigmaxx_dx_1, &
+      memory_dsigmayy_dy_1, &
+      memory_dsigmaxy_dx_1, &
+      memory_dsigmaxy_dy_1
+
+  double precision, dimension(4,-4:NX+4,-4:NY+4) :: &
+      memory_dvx_dx_2, &
+      memory_dvx_dy_2, &
+      memory_dvy_dx_2, &
+      memory_dvy_dy_2, &
+      memory_dsigmaxx_dx_2, &
+      memory_dsigmayy_dy_2, &
+      memory_dsigmaxy_dx_2, &
+      memory_dsigmaxy_dy_2
+
+  double precision :: &
+      value_dvx_dx, &
+      value_dvx_dy, &
+      value_dvy_dx, &
+      value_dvy_dy, &
+      value_dsigmaxx_dx, &
+      value_dsigmayy_dy, &
+      value_dsigmaxy_dx, &
+      value_dsigmaxy_dy
+
+! 1D arrays for the damping profiles
+  double precision, dimension(-4:NX+4) :: d_x_1,K_x_1,alpha_x_1,g_x_1,ksi_x
+  double precision, dimension(-4:NX+4) :: d_x_half_1,K_x_half_1,alpha_x_half_1,g_x_half_1,ksi_x_half
+  double precision, dimension(-4:NY+4) :: d_y_1,K_y_1,alpha_y_1,g_y_1,ksi_y
+  double precision, dimension(-4:NY+4) :: d_y_half_1,K_y_half_1,alpha_y_half_1,g_y_half_1,ksi_y_half
+
+! 1D arrays for the damping profiles
+  double precision, dimension(-4:NX+4) :: d_x_2,K_x_2,alpha_x_2,g_x_2
+  double precision, dimension(-4:NX+4) :: d_x_half_2,K_x_half_2,alpha_x_half_2,g_x_half_2
+  double precision, dimension(-4:NY+4) :: d_y_2,K_y_2,alpha_y_2,g_y_2
+  double precision, dimension(-4:NY+4) :: d_y_half_2,K_y_half_2,alpha_y_half_2,g_y_half_2
+
+! coefficients that allow to reset the memory variables at each RK4 substep depend on the substepping and are then of dimension 4,
+! 1D arrays for the damping profiles
+  double precision, dimension(4,-4:NX+4) :: a_x_1,b_x_1
+  double precision, dimension(4,-4:NX+4) :: a_x_half_1,b_x_half_1
+  double precision, dimension(4,-4:NY+4) :: a_y_1,b_y_1
+  double precision, dimension(4,-4:NY+4) :: a_y_half_1,b_y_half_1
+
+! 1D arrays for the damping profiles
+  double precision, dimension(4,-4:NX+4) :: a_x_2
+  double precision, dimension(4,-4:NX+4) :: a_x_half_2
+  double precision, dimension(4,-4:NY+4) :: a_y_2
+  double precision, dimension(4,-4:NY+4) :: a_y_half_2
+
+  double precision :: thickness_PML_x,thickness_PML_y,xoriginleft,xoriginright,yoriginbottom,yorigintop
+  double precision :: Rcoef,d0_x,d0_y,xval,yval,abscissa_in_PML,abscissa_normalized
+
+! for the source
+  double precision :: a,t,force_x,force_y,source_term
+
+! for receivers
+  double precision xspacerec,yspacerec,distval,dist
+  integer, dimension(NREC) :: ix_rec,iy_rec
+  double precision, dimension(NREC) :: xrec,yrec
+
+! for seismograms
+  double precision, dimension(NSTEP,NREC) :: sisvx,sisvy
+
+  integer :: i,j,it,it2,irec,inc
+
+  double precision :: Courant_number,velocnorm
+
+!---
+!--- program starts here
+!---
+
+  if(iexpl == 1) then
+    epsn = 1.d0
+    epsn1 = 0.d0
+  endif
+
+  if(iimpl == 1) then
+    epsn = 0.d0
+    epsn1 = 1.d0
+  endif
+
+  if(isemiimpl == 1) then
+    epsn = 0.5d0
+    epsn1 = 0.5d0
+  endif
+
+  print *
+  print *,'2D elastic finite-difference code in velocity and stress formulation with C-PML'
+  print *
+
+! display size of the model
+  print *
+  print *,'NX = ',NX
+  print *,'NY = ',NY
+  print *
+  print *,'size of the model along X = ',(NX - 1) * DELTAX
+  print *,'size of the model along Y = ',(NY - 1) * DELTAY
+  print *
+  print *,'Total number of grid points = ',NX * NY
+  print *
+
+!--- define profile of absorption in PML region
+
+! thickness of the PML layer in meters
+  thickness_PML_x = NPOINTS_PML * DELTAX
+  thickness_PML_y = NPOINTS_PML * DELTAY
+
+! reflection coefficient (INRIA report section 6.1) http://hal.inria.fr/docs/00/07/32/19/PDF/RR-3471.pdf
+  Rcoef = 0.00001d0
+
+! check that NPOWER is okay
+  if(NPOWER < 1) stop 'NPOWER must be greater than 1'
+
+! compute d0 from INRIA report section 6.1 http://hal.inria.fr/docs/00/07/32/19/PDF/RR-3471.pdf
+  d0_x = - (NPOWER + 1) * cp * log(Rcoef) / (2.d0 * thickness_PML_x)
+  d0_y = - (NPOWER + 1) * cp * log(Rcoef) / (2.d0 * thickness_PML_y)
+
+  print *,'d0_x = ',d0_x
+  print *,'d0_y = ',d0_y
+  print *
+
+! parameters involved in RK4 time expansion
+  rk41(1) = ZERO
+  rk41(2) = 0.5d0
+  rk41(3) = 0.5d0
+  rk41(4) = 1.d0
+
+  rk42(1) = 1.d0 / 6.d0
+  rk42(2) = 2.d0 / 6.d0
+  rk42(3) = 2.d0 / 6.d0
+  rk42(4) = 1.d0 / 6.d0
+
+  ksi_x(:) = ZERO
+  ksi_x_half(:) = ZERO
+  d_x_1(:) = ZERO
+  d_x_half_1(:) = ZERO
+  K_x_1(:) = 1.d0
+  K_x_half_1(:) = 1.d0
+  alpha_x_1(:) = ZERO
+  alpha_x_half_1(:) = ZERO
+  a_x_1(:,:) = ZERO
+  a_x_half_1(:,:) = ZERO
+  g_x_1(:) = 5.d-1
+  g_x_half_1(:) = 5.d-1
+
+  ksi_y(:) = ZERO
+  ksi_y_half(:) = ZERO
+  d_y_1(:) = ZERO
+  d_y_half_1(:) = ZERO
+  K_y_1(:) = 1.d0
+  K_y_half_1(:) = 1.d0
+  alpha_y_1(:) = ZERO
+  alpha_y_half_1(:) = ZERO
+  a_y_1(:,:) = ZERO
+  a_y_half_1(:,:) = ZERO
+  g_y_1(:) = 1.d0
+  g_y_half_1(:) = 1.d0
+
+  d_x_2(:) = ZERO
+  d_x_half_2(:) = ZERO
+  K_x_2(:) = 1.d0
+  K_x_half_2(:) = 1.d0
+  alpha_x_2(:) = ZERO
+  alpha_x_half_2(:) = ZERO
+  a_x_2(:,:) = ZERO
+  a_x_half_2(:,:) = ZERO
+  g_x_2(:) = 1.d0
+  g_x_half_2(:) = 1.d0
+
+  d_y_2(:) = ZERO
+  d_y_half_2(:) = ZERO
+  K_y_2(:) = 1.d0
+  K_y_half_2(:) = 1.d0
+  alpha_y_2(:) = ZERO
+  alpha_y_half_2(:) = ZERO
+  a_y_2(:,:) = ZERO
+  a_y_half_2(:,:) = ZERO
+  g_y_2(:) = 1.d0
+  g_y_half_2(:) =1.d0
+
+! damping in the X direction
+
+! origin of the PML layer (position of right edge minus thickness, in meters)
+  xoriginleft = thickness_PML_x
+  xoriginright = (NX-1)*DELTAX - thickness_PML_x
+
+  do i = -4,NX+4
+
+! abscissa of current grid point along the damping profile
+    xval = DELTAX * dble(i-1)
+
+!---------- left edge
+    if(USE_PML_XMIN) then
+
+! define damping profile at the grid points
+      abscissa_in_PML = xoriginleft - xval
+      if(abscissa_in_PML >= ZERO) then
+        abscissa_normalized = abscissa_in_PML / thickness_PML_x
+        d_x_1(i) = d0_x * abscissa_normalized**NPOWER
+! this taken from Gedney page 8.2
+        K_x_1(i) = 1.d0 + (K_MAX_PML_1 - 1.d0) * abscissa_normalized**NPOWER2
+        alpha_x_1(i) = ALPHA_MAX_PML_1 * (1.d0 - abscissa_normalized) + 0.1d0 * ALPHA_MAX_PML_1
+      endif
+
+! define damping profile at half the grid points
+      abscissa_in_PML = xoriginleft - (xval + DELTAX/2.d0)
+      if(abscissa_in_PML >= ZERO) then
+        abscissa_normalized = abscissa_in_PML / thickness_PML_x
+        d_x_half_1(i) = d0_x * abscissa_normalized**NPOWER
+! this taken from Gedney page 8.2
+        K_x_half_1(i) = 1.d0 + (K_MAX_PML_1 - 1.d0) * abscissa_normalized**NPOWER2
+        alpha_x_half_1(i) = ALPHA_MAX_PML_1 * (1.d0 - abscissa_normalized) + 0.1d0 * ALPHA_MAX_PML_1
+      endif
+
+    endif
+
+!---------- right edge
+    if(USE_PML_XMAX) then
+
+! define damping profile at the grid points
+      abscissa_in_PML = xval - xoriginright
+      if(abscissa_in_PML >= ZERO) then
+        abscissa_normalized = abscissa_in_PML / thickness_PML_x
+        d_x_1(i) = d0_x * abscissa_normalized**NPOWER
+! this taken from Gedney page 8.2
+        K_x_1(i) = 1.d0 + (K_MAX_PML_1 - 1.d0) * abscissa_normalized**NPOWER2
+        alpha_x_1(i) = ALPHA_MAX_PML_1 * (1.d0 - abscissa_normalized) + 0.1d0 * ALPHA_MAX_PML_1
+      endif
+
+! define damping profile at half the grid points
+      abscissa_in_PML = xval + DELTAX/2.d0 - xoriginright
+      if(abscissa_in_PML >= ZERO) then
+        abscissa_normalized = abscissa_in_PML / thickness_PML_x
+        d_x_half_1(i) = d0_x * abscissa_normalized**NPOWER
+! this taken from Gedney page 8.2
+        K_x_half_1(i) = 1.d0 + (K_MAX_PML_1 - 1.d0) * abscissa_normalized**NPOWER2
+        alpha_x_half_1(i) = ALPHA_MAX_PML_1 * (1.d0 - abscissa_normalized) + 0.1d0 * ALPHA_MAX_PML_1
+      endif
+
+    endif
+
+! 1 pole
+    d_x_2(i) = 0.d0
+    d_x_half_2(i) = 0.d0
+
+! just in case, for -5 at the end
+    if(alpha_x_1(i) < ZERO) alpha_x_1(i) = ZERO
+    if(alpha_x_half_1(i) < ZERO) alpha_x_half_1(i) = ZERO
+
+! just in case, for -5 at the end
+    if(alpha_x_2(i) < ZERO) alpha_x_2(i) = ZERO
+    if(alpha_x_half_2(i) < ZERO) alpha_x_half_2(i) = ZERO
+
+! CPML damping parameters for the 4 sub time steps of RK4 algorithm
+do inc=1,4
+    b_x_1(inc,i) =  (1.-epsn*DELTAT*rk41(inc)*(d_x_1(i)/K_x_1(i) + alpha_x_1(i)))/&
+    (1.+epsn1*DELTAT*rk41(inc)*(d_x_1(i)/K_x_1(i) + alpha_x_1(i)))
+    b_x_half_1(inc,i) = (1.-epsn*DELTAT*rk41(inc)*(d_x_half_1(i)/K_x_half_1(i) &
+   + alpha_x_half_1(i)))/(1. +epsn1*DELTAT*rk41(inc)*(d_x_half_1(i)/K_x_half_1(i) &
+    + alpha_x_half_1(i)))
+
+! this to avoid division by zero outside the PML
+if(abs(d_x_1(i)) > 1.d-6) a_x_1(inc,i) = - DELTAT*rk41(inc)*d_x_1(i) / (K_x_1(i)* K_x_1(i))/&
+ (1. +epsn1*DELTAT*rk41(inc)*(d_x_1(i)/K_x_1(i) + alpha_x_1(i)))
+
+ if(abs(d_x_half_1(i)) > 1.d-6) a_x_half_1(inc,i) =-DELTAT*rk41(inc)*d_x_half_1(i)/&
+   (K_x_half_1(i)*K_x_half_1(i) )/&
+   (1. +epsn1*DELTAT*rk41(inc)*(d_x_half_1(i)/K_x_half_1(i)&
+    + alpha_x_half_1(i)))
+
+  enddo
+
+enddo
+
+! damping in the Y direction
+
+! origin of the PML layer (position of right edge minus thickness, in meters)
+  yoriginbottom = thickness_PML_y
+  yorigintop = (NY-1)*DELTAY - thickness_PML_y
+
+  do j = -4,NY+4
+
+! abscissa of current grid point along the damping profile
+    yval = DELTAY * dble(j-1)
+
+!---------- bottom edge
+    if(USE_PML_YMIN) then
+
+! define damping profile at the grid points
+      abscissa_in_PML = yoriginbottom - yval
+      if(abscissa_in_PML >= ZERO) then
+        abscissa_normalized = abscissa_in_PML / thickness_PML_y
+        d_y_1(j) = d0_y * abscissa_normalized**NPOWER
+! this taken from Gedney page 8.2
+        K_y_1(j) = 1.d0 + (K_MAX_PML_1 - 1.d0) * abscissa_normalized**NPOWER2
+        alpha_y_1(j) = ALPHA_MAX_PML_1 * (1.d0 - abscissa_normalized) + 0.1d0 * ALPHA_MAX_PML_1
+      endif
+
+! define damping profile at half the grid points
+      abscissa_in_PML = yoriginbottom - (yval + DELTAY/2.d0)
+      if(abscissa_in_PML >= ZERO) then
+        abscissa_normalized = abscissa_in_PML / thickness_PML_y
+        d_y_half_1(j) = d0_y * abscissa_normalized**NPOWER
+! this taken from Gedney page 8.2
+        K_y_half_1(j) = 1.d0 + (K_MAX_PML_1 - 1.d0) * abscissa_normalized**NPOWER2
+        alpha_y_half_1(j) = ALPHA_MAX_PML_1 * (1.d0 - abscissa_normalized) + 0.1d0 * ALPHA_MAX_PML_1
+      endif
+
+    endif
+
+!---------- top edge
+    if(USE_PML_YMAX) then
+
+! define damping profile at the grid points
+      abscissa_in_PML = yval - yorigintop
+      if(abscissa_in_PML >= ZERO) then
+        abscissa_normalized = abscissa_in_PML / thickness_PML_y
+        d_y_1(j) = d0_y * abscissa_normalized**NPOWER
+! this taken from Gedney page 8.2
+        K_y_1(j) = 1.d0 + (K_MAX_PML_1 - 1.d0) * abscissa_normalized**NPOWER2
+        alpha_y_1(j) = ALPHA_MAX_PML_1 * (1.d0 - abscissa_normalized) + 0.1d0 * ALPHA_MAX_PML_1
+      endif
+
+! define damping profile at half the grid points
+      abscissa_in_PML = yval + DELTAY/2.d0 - yorigintop
+      if(abscissa_in_PML >= ZERO) then
+        abscissa_normalized = abscissa_in_PML / thickness_PML_y
+        d_y_half_1(j) = d0_y * abscissa_normalized**NPOWER
+! this taken from Gedney page 8.2
+        K_y_half_1(j) = 1.d0 + (K_MAX_PML_1 - 1.d0) * abscissa_normalized**NPOWER2
+        alpha_y_half_1(j) = ALPHA_MAX_PML_1 * (1.d0 - abscissa_normalized) + 0.1d0 * ALPHA_MAX_PML_1
+      endif
+
+    endif
+
+! just in case, for -5 at the end
+    if(alpha_y_1(j) < ZERO) alpha_y_1(j) = ZERO
+    if(alpha_y_half_1(j) < ZERO) alpha_y_half_1(j) = ZERO
+
+! CPML damping parameters for the 4 sub time steps of RK4 algorithm
+do inc=1,4
+    b_y_1(inc,j) =  (1.-epsn*DELTAT*rk41(inc)*(d_y_1(j)/K_y_1(j) + alpha_y_1(j)))/&
+    (1.+epsn1*DELTAT*rk41(inc)*(d_y_1(j)/K_y_1(j) + alpha_y_1(j)))
+    b_y_half_1(inc,j) = (1.-epsn*DELTAT*rk41(inc)*(d_y_half_1(j)/K_y_half_1(j) + &
+    alpha_y_half_1(j)))/(1.+epsn1*DELTAT*rk41(inc)*(d_y_half_1(j)/K_y_half_1(j)&
+     + alpha_y_half_1(j)))
+
+! this to avoid division by zero outside the PML
+  if(abs(d_y_1(j)) > 1.d-6) a_y_1(inc,j) = - DELTAT*rk41(inc)*d_y_1(j)&
+   / (K_y_1(j)* K_y_1(j))/&
+  (1.+epsn1*DELTAT*rk41(inc)*(d_y_1(j)/K_y_1(j) + alpha_y_1(j)))
+ if(abs(d_y_half_1(j)) > 1.d-6) a_y_half_1(inc,j) = -DELTAT*rk41(inc)*d_y_half_1(j) /&
+   (K_y_half_1(j) * K_y_half_1(j) )/&
+(1.+epsn1*DELTAT*rk41(inc)*(d_y_half_1(j)/K_y_half_1(j) + alpha_y_half_1(j)))
+  enddo
+
+enddo
+
+! compute the Lame parameters and density
+  do j = -4,NY+4
+    do i = -4,NX+4
+        rho(i,j) = density
+        mu(i,j) = density*cs*cs
+        lambda(i,j) = density*(cp*cp - 2.d0*cs*cs)
+    enddo
+  enddo
+
+! print position of the source
+  print *,'Position of the source:'
+  print *
+  print *,'x = ',xsource
+  print *,'y = ',ysource
+  print *
+
+! define location of receivers
+  print *,'There are ',nrec,' receivers'
+  print *
+  xspacerec = (xfin-xdeb) / dble(NREC-1)
+  yspacerec = (yfin-ydeb) / dble(NREC-1)
+  do irec=1,nrec
+    xrec(irec) = xdeb + dble(irec-1)*xspacerec
+    yrec(irec) = ydeb + dble(irec-1)*yspacerec
+  enddo
+! xrec(1)=200.d0
+! yrec(1)=4130.d0
+! xrec(2)=700.d0
+! yrec(2)=2300.d0
+! xrec(3)=800.d0
+! yrec(3)=300.d0
+
+! find closest grid point for each receiver
+  do irec=1,nrec
+    dist = HUGEVAL
+    do j = 1,NY
+    do i = 1,NX
+      distval = sqrt((DELTAX*dble(i-1) - xrec(irec))**2 + (DELTAY*dble(j-1) - yrec(irec))**2)
+      if(distval < dist) then
+        dist = distval
+        ix_rec(irec) = i
+        iy_rec(irec) = j
+      endif
+    enddo
+    enddo
+    print *,'receiver ',irec,' x_target,y_target = ',xrec(irec),yrec(irec)
+    print *,'closest grid point found at distance ',dist,' in i,j = ',ix_rec(irec),iy_rec(irec)
+    print *
+  enddo
+
+! check the Courant stability condition for the explicit time scheme
+! R. Courant and K. O. Friedrichs and H. Lewy (1928)
+  Courant_number = cp * DELTAT * sqrt(1.d0/DELTAX**2 + 1.d0/DELTAY**2)
+  print *,'Courant number is ',Courant_number
+  print *
+  if(Courant_number > 1.d0) stop 'time step is too large, simulation will be unstable'
+
+! suppress old files (can be commented out if "call system" is missing in your compiler)
+! call system('rm -f Vx_*.dat Vy_*.dat image*.pnm image*.gif')
+
+! initialize arrays
+  dvx(:,:,:) = ZERO
+  dvy(:,:,:) = ZERO
+  dsigmaxx(:,:,:) = ZERO
+  dsigmayy(:,:,:) = ZERO
+  dsigmaxy(:,:,:) = ZERO
+
+  vx(:,:) = ZERO
+  vy(:,:) = ZERO
+  sigmaxx(:,:) = ZERO
+  sigmayy(:,:) = ZERO
+  sigmaxy(:,:) = ZERO
+
+! PML
+  memory_dvx_dx_1(:,:,:) = ZERO
+  memory_dvx_dy_1(:,:,:) = ZERO
+  memory_dvy_dx_1(:,:,:) = ZERO
+  memory_dvy_dy_1(:,:,:) = ZERO
+  memory_dsigmaxx_dx_1(:,:,:) = ZERO
+  memory_dsigmayy_dy_1(:,:,:) = ZERO
+  memory_dsigmaxy_dx_1(:,:,:) = ZERO
+  memory_dsigmaxy_dy_1(:,:,:) = ZERO
+
+  memory_dvx_dx_2(:,:,:) = ZERO
+  memory_dvx_dy_2(:,:,:) = ZERO
+  memory_dvy_dx_2(:,:,:) = ZERO
+  memory_dvy_dy_2(:,:,:) = ZERO
+  memory_dsigmaxx_dx_2(:,:,:) = ZERO
+  memory_dsigmayy_dy_2(:,:,:) = ZERO
+  memory_dsigmaxy_dx_2(:,:,:) = ZERO
+  memory_dsigmaxy_dy_2(:,:,:) = ZERO
+
+! initialize seismograms
+  sisvx(:,:) = ZERO
+  sisvy(:,:) = ZERO
+
+! initialize total energy
+  total_energy_kinetic(:) = ZERO
+  total_energy_potential(:) = ZERO
+
+!---
+!---  beginning of time loop
+!---
+
+  do it = 1,NSTEP
+
+! v and sigma temporary variables of RK4
+
+      dvx(1,:,:) = vx(:,:)
+      dvy(1,:,:) = vy(:,:)
+      dsigmaxx(1,:,:) = sigmaxx(:,:)
+      dsigmayy(1,:,:) = sigmayy(:,:)
+      dsigmaxy(1,:,:) = sigmaxy(:,:)
+
+      dvx(4,:,:) = dvx(1,:,:)
+      dvy(4,:,:) = dvy(1,:,:)
+      dsigmaxx(4,:,:) = dsigmaxx(1,:,:)
+      dsigmayy(4,:,:) = dsigmayy(1,:,:)
+      dsigmaxy(4,:,:) = dsigmaxy(1,:,:)
+
+! same thing for CPML memory variables
+      memory_dsigmaxx_dx_1(4,:,:) = memory_dsigmaxx_dx_1(2,:,:)
+      memory_dsigmaxy_dy_1(4,:,:) = memory_dsigmaxy_dy_1(2,:,:)
+      memory_dsigmaxx_dx_2(4,:,:) = memory_dsigmaxx_dx_2(2,:,:)
+      memory_dsigmaxy_dy_2(4,:,:) = memory_dsigmaxy_dy_2(2,:,:)
+      memory_dsigmaxy_dx_1(4,:,:) = memory_dsigmaxy_dx_1(2,:,:)
+      memory_dsigmayy_dy_1(4,:,:) = memory_dsigmayy_dy_1(2,:,:)
+      memory_dsigmaxy_dx_2(4,:,:) = memory_dsigmaxy_dx_2(2,:,:)
+      memory_dsigmayy_dy_2(4,:,:) = memory_dsigmayy_dy_2(2,:,:)
+      memory_dvx_dx_1(4,:,:) = memory_dvx_dx_1(2,:,:)
+      memory_dvy_dy_1(4,:,:) = memory_dvy_dy_1(2,:,:)
+      memory_dvx_dx_2(4,:,:) = memory_dvx_dx_2(2,:,:)
+      memory_dvy_dy_2(4,:,:) = memory_dvy_dy_2(2,:,:)
+      memory_dvy_dx_1(4,:,:) = memory_dvy_dx_1(2,:,:)
+      memory_dvx_dy_1(4,:,:) = memory_dvx_dy_1(2,:,:)
+      memory_dvy_dx_2(4,:,:) = memory_dvy_dx_2(2,:,:)
+      memory_dvx_dy_2(4,:,:) = memory_dvx_dy_2(2,:,:)
+
+! RK4 loop (loop on the four RK4 substeps)
+ do inc= 1,4
+
+!------------------
+! compute velocity
+!------------------
+
+    do j = 2,NY
+      do i = 2,NX
+
+        value_dsigmaxx_dx = ( c1 * (dsigmaxx(1,i,j) - dsigmaxx(1,i-1,j)) + c2 * (dsigmaxx(1,i+1,j) - dsigmaxx(1,i-2,j)) + &
+         c3 * (dsigmaxx(1,i+2,j) - dsigmaxx(1,i-3,j)) + c4 * (dsigmaxx(1,i+3,j) - dsigmaxx(1,i-4,j)) )/ DELTAX
+
+        value_dsigmaxy_dy = ( c1 * (dsigmaxy(1,i,j) - dsigmaxy(1,i,j-1)) + c2* (dsigmaxy(1,i,j+1) - dsigmaxy(1,i,j-2)) + &
+         c3 * (dsigmaxy(1,i,j+2) - dsigmaxy(1,i,j-3)) + c4 * (dsigmaxy(1,i,j+3) - dsigmaxy(1,i,j-4)) )/ DELTAY
+
+    if(i.le.NPOINTS_PML+2 .or.i.ge.NX-NPOINTS_PML-2 .or. j.le.NPOINTS_PML+2 .or. j.ge. NY-NPOINTS_PML-2) then
+      memory_dsigmaxx_dx_1(2,i,j) = b_x_1(inc,i) * memory_dsigmaxx_dx_1(4,i,j) + a_x_1(inc,i) * value_dsigmaxx_dx
+      memory_dsigmaxy_dy_1(2,i,j) = b_y_1(inc,j) * memory_dsigmaxy_dy_1(4,i,j) + a_y_1(inc,j) * value_dsigmaxy_dy
+
+      value_dsigmaxx_dx = value_dsigmaxx_dx / K_x_1(i) + memory_dsigmaxx_dx_1(1,i,j)
+      value_dsigmaxy_dy = value_dsigmaxy_dy / K_y_1(j) + memory_dsigmaxy_dy_1(1,i,j)
+    endif
+
+      dvx(2,i,j) = (value_dsigmaxx_dx + value_dsigmaxy_dy) / rho(i,j)
+
+    enddo
+  enddo
+
+    do j = 1,NY-1
+      do i = 1,NX-1
+
+! interpolate density at the right location in the staggered grid cell
+      rho_half_x_half_y = 0.25d0 * (rho(i,j) + rho(i+1,j) + rho(i+1,j+1) + rho(i,j+1))
+
+        value_dsigmaxy_dx = ( c1 * (dsigmaxy(1,i+1,j) - dsigmaxy(1,i,j)) + c2 * (dsigmaxy(1,i+2,j) - dsigmaxy(1,i-1,j)) + &
+         c3 * (dsigmaxy(1,i+3,j) - dsigmaxy(1,i-2,j)) + c4 * (dsigmaxy(1,i+4,j) - dsigmaxy(1,i-3,j)) )/ DELTAX
+
+        value_dsigmayy_dy = ( c1 * (dsigmayy(1,i,j+1) - dsigmayy(1,i,j)) + c2 * (dsigmayy(1,i,j+2) - dsigmayy(1,i,j-1)) + &
+         c3 * (dsigmayy(1,i,j+3) - dsigmayy(1,i,j-2)) + c4 * (dsigmayy(1,i,j+4) - dsigmayy(1,i,j-3)) )/ DELTAY
+
+    if(i.le.NPOINTS_PML+2 .or.i.ge.NX-NPOINTS_PML-2 .or. j.le.NPOINTS_PML+2 .or. j.ge. NY-NPOINTS_PML-2) then
+      memory_dsigmaxy_dx_1(2,i,j) = b_x_half_1(inc,i) * memory_dsigmaxy_dx_1(4,i,j) + a_x_half_1(inc,i) * value_dsigmaxy_dx
+      memory_dsigmayy_dy_1(2,i,j) = b_y_half_1(inc,j) * memory_dsigmayy_dy_1(4,i,j) + a_y_half_1(inc,j) * value_dsigmayy_dy
+
+      value_dsigmaxy_dx = value_dsigmaxy_dx/K_x_half_1(i)+memory_dsigmaxy_dx_1(1,i,j)
+      value_dsigmayy_dy = value_dsigmayy_dy/K_y_half_1(j)+memory_dsigmayy_dy_1(1,i,j)
+    endif
+
+      dvy(2,i,j) = (value_dsigmaxy_dx + value_dsigmayy_dy) / rho_half_x_half_y
+
+    enddo
+  enddo
+
+! add the source (force vector located at a given grid point)
+  a = pi*pi*f0*f0
+  t = (dble(it-1)+ rk41(inc)) * DELTAT
+
+! Gaussian
+! source_term = factor * exp(-a*(t-t0)**2) !
+
+! first derivative of a Gaussian
+  source_term = - factor * 2.d0*a*(t-t0)*exp(-a*(t-t0)**2)
+
+! Ricker source time function (second derivative of a Gaussian)
+! source_term = factor * (1.d0 - 2.d0*a*(t-t0)**2)*exp(-a*(t-t0)**2)
+
+  force_x = sin(ANGLE_FORCE * DEGREES_TO_RADIANS) * source_term
+  force_y = cos(ANGLE_FORCE * DEGREES_TO_RADIANS) * source_term
+
+! define location of the source
+  i = ISOURCE
+  j = JSOURCE
+
+! interpolate density at the right location in the staggered grid cell
+  rho_half_x_half_y = 0.25d0 * (rho(i,j) + rho(i+1,j) + rho(i+1,j+1) + rho(i,j+1))
+
+  dvx(2,i,j) = dvx(2,i,j) + force_x  / rho(i,j)
+  dvy(2,i,j) = dvy(2,i,j) + force_y / rho_half_x_half_y
+
+! Dirichlet conditions (rigid boundaries) on all the edges of the grid
+  dvx(:,-4:1,:) = ZERO
+  dvx(:,NX:NX+4,:) = ZERO
+
+  dvx(:,:,-4:1) = ZERO
+  dvx(:,:,NY:NY+4) = ZERO
+
+  dvy(:,-4:1,:) = ZERO
+  dvy(:,NX:NX+4,:) = ZERO
+
+  dvy(:,:,-4:1) = ZERO
+  dvy(:,:,NY:NY+4) = ZERO
+
+!----------------------
+! compute stress sigma
+!----------------------
+
+  do j = 2,NY
+    do i = 1,NX-1
+
+! interpolate material parameters at the right location in the staggered grid cell
+      lambda_half_x = 0.5d0 * (lambda(i+1,j) + lambda(i,j))
+      mu_half_x = 0.5d0 * (mu(i+1,j) + mu(i,j))
+      lambda_plus_two_mu_half_x = lambda_half_x + 2.d0 * mu_half_x
+
+        value_dvx_dx = ( c1 * (dvx(1,i+1,j) - dvx(1,i,j)) + c2 * (dvx(1,i+2,j) - dvx(1,i-1,j)) + &
+         c3 * (dvx(1,i+3,j) - dvx(1,i-2,j)) + c4 * (dvx(1,i+4,j) - dvx(1,i-3,j)) )/ DELTAX
+
+        value_dvy_dy = ( c1 * (dvy(1,i,j) - dvy(1,i,j-1)) + c2 * (dvy(1,i,j+1) - dvy(1,i,j-2)) + &
+         c3 * (dvy(1,i,j+2) - dvy(1,i,j-3)) + c4 * (dvy(1,i,j+3) - dvy(1,i,j-4)) )/ DELTAY
+
+    if(i.le.NPOINTS_PML+2 .or.i.ge.NX-NPOINTS_PML-2 .or. j.le.NPOINTS_PML+2 .or. j.ge. NY-NPOINTS_PML-2) then
+      memory_dvx_dx_1(2,i,j) = b_x_half_1(inc,i) * memory_dvx_dx_1(4,i,j) + a_x_half_1(inc,i) * value_dvx_dx
+      memory_dvy_dy_1(2,i,j) = b_y_1(inc,j) * memory_dvy_dy_1(4,i,j) + a_y_1(inc,j) * value_dvy_dy
+
+      value_dvx_dx = value_dvx_dx / K_x_half_1(i)  + memory_dvx_dx_1(1,i,j)
+      value_dvy_dy = value_dvy_dy / K_y_1(j) + memory_dvy_dy_1(1,i,j)
+    endif
+
+      dsigmaxx(2,i,j) = (lambda_plus_two_mu_half_x * value_dvx_dx + lambda_half_x * value_dvy_dy)
+      dsigmayy(2,i,j) =  (lambda_half_x * value_dvx_dx + lambda_plus_two_mu_half_x * value_dvy_dy)
+
+    enddo
+  enddo
+
+    do j = 1,NY-1
+      do i = 2,NX
+
+! interpolate material parameters at the right location in the staggered grid cell
+      mu_half_y = 0.5d0 * (mu(i,j+1) + mu(i,j))
+
+        value_dvx_dy = ( c1 * (dvx(1,i,j+1) - dvx(1,i,j)) + c2 * (dvx(1,i,j+2) - dvx(1,i,j-1)) +  &
+        c3 * (dvx(1,i,j+3) - dvx(1,i,j-2)) + c4 * (dvx(1,i,j+4) - dvx(1,i,j-3)) )/ DELTAY
+        value_dvy_dx = ( c1 * (dvy(1,i,j) - dvy(1,i-1,j)) + c2 * (dvy(1,i+1,j) - dvy(1,i-2,j)) + &
+        c3 * (dvy(1,i+2,j) - dvy(1,i-3,j)) + c4 * (dvy(1,i+3,j) - dvy(1,i-4,j)) )/ DELTAX
+
+    if(i.le.NPOINTS_PML+2 .or.i.ge.NX-NPOINTS_PML-2 .or. j.le.NPOINTS_PML+2 .or. j.ge. NY-NPOINTS_PML-2) then
+      memory_dvy_dx_1(2,i,j) = b_x_1(inc,i) * memory_dvy_dx_1(4,i,j) + a_x_1(inc,i) * value_dvy_dx
+      memory_dvx_dy_1(2,i,j) = b_y_half_1(inc,j) * memory_dvx_dy_1(4,i,j) + a_y_half_1(inc,j) * value_dvx_dy
+
+      value_dvy_dx = value_dvy_dx / K_x_1(i)  + memory_dvy_dx_1(1,i,j)
+      value_dvx_dy = value_dvx_dy / K_y_half_1(j) + memory_dvx_dy_1(1,i,j)
+    endif
+
+      dsigmaxy(2,i,j) = mu_half_y * (value_dvy_dx + value_dvx_dy)
+
+    enddo
+  enddo
+
+! The new values of the different variables v and sigma are computed
+      dvx(1,:,:) = dvx(4,:,:) + rk41(inc) * dvx(2,:,:) * DELTAT
+      dvy(1,:,:) = dvy(4,:,:) + rk41(inc) * dvy(2,:,:) * DELTAT
+      dsigmaxx(1,:,:) = dsigmaxx(4,:,:) + rk41(inc) * dsigmaxx(2,:,:) * DELTAT
+      dsigmayy(1,:,:) = dsigmayy(4,:,:) + rk41(inc) * dsigmayy(2,:,:) * DELTAT
+      dsigmaxy(1,:,:) = dsigmaxy(4,:,:) + rk41(inc) * dsigmaxy(2,:,:) * DELTAT
+
+      memory_dsigmaxx_dx_1(1,:,:) = memory_dsigmaxx_dx_1(2,:,:)
+      memory_dsigmaxy_dy_1(1,:,:) = memory_dsigmaxy_dy_1(2,:,:)
+      memory_dsigmaxy_dx_1(1,:,:) = memory_dsigmaxy_dx_1(2,:,:)
+      memory_dsigmayy_dy_1(1,:,:) = memory_dsigmayy_dy_1(2,:,:)
+      memory_dvx_dx_1(1,:,:) = memory_dvx_dx_1(2,:,:)
+      memory_dvy_dy_1(1,:,:) = memory_dvy_dy_1(2,:,:)
+      memory_dvx_dy_1(1,:,:) = memory_dvx_dy_1(2,:,:)
+      memory_dvy_dx_1(1,:,:) = memory_dvy_dx_1(2,:,:)
+
+! Dirichlet conditions (rigid boundaries) on all the edges of the grid
+  dvx(:,-4:1,:) = ZERO
+  dvx(:,NX:NX+4,:) = ZERO
+
+  dvx(:,:,-4:1) = ZERO
+  dvx(:,:,NY:NY+4) = ZERO
+
+  dvy(:,-4:1,:) = ZERO
+  dvy(:,NX:NX+4,:) = ZERO
+
+  dvy(:,:,-4:1) = ZERO
+  dvy(:,:,NY:NY+4) = ZERO
+
+  vx(-4:1,:) = ZERO
+  vx(:,-4:1) = ZERO
+  vy(-4:1,:) = ZERO
+  vy(:,-4:1) = ZERO
+
+  vx(NX:NX+4,:) = ZERO
+  vx(:,NY:NY+4) = ZERO
+  vy(NX:NX+4,:) = ZERO
+  vy(:,NY:NY+4) = ZERO
+
+   enddo
+
+      vx(:,:) =  dvx(1,:,:)
+      vy(:,:) =  dvy(1,:,:)
+      sigmaxx(:,:) =  dsigmaxx(1,:,:)
+      sigmayy(:,:) =  dsigmayy(1,:,:)
+      sigmaxy(:,:) =  dsigmaxy(1,:,:)
+
+! end of RK4 loop
+
+! store seismograms
+  do irec = 1,NREC
+    sisvx(it,irec) = (vx(ix_rec(irec),iy_rec(irec))+&
+      vx(ix_rec(irec)+1,iy_rec(irec))+&
+      vx(ix_rec(irec),iy_rec(irec)+1)+&
+      vx(ix_rec(irec)+1,iy_rec(irec)+1))/4.d0
+    sisvy(it,irec) = vy(ix_rec(irec),iy_rec(irec))
+  enddo
+
+! compute total energy in the medium (without the PML layers)
+
+! compute kinetic energy first, defined as 1/2 rho ||v||^2
+! in principle we should use rho_half_x_half_y instead of rho for vy
+! in order to interpolate density at the right location in the staggered grid cell
+! but in a homogeneous medium we can safely ignore it
+  total_energy_kinetic(it) = 0.5d0 * sum( &
+      rho(NPOINTS_PML+1:NX-NPOINTS_PML,NPOINTS_PML+1:NY-NPOINTS_PML)*( &
+       vx(NPOINTS_PML+1:NX-NPOINTS_PML,NPOINTS_PML+1:NY-NPOINTS_PML)**2 +  &
+       vy(NPOINTS_PML+1:NX-NPOINTS_PML,NPOINTS_PML+1:NY-NPOINTS_PML)**2))
+
+! add potential energy, defined as 1/2 epsilon_ij sigma_ij
+! in principle we should interpolate the medium parameters at the right location
+! in the staggered grid cell but in a homogeneous medium we can safely ignore it
+  total_energy_potential(it) = ZERO
+  do j = NPOINTS_PML+1, NY-NPOINTS_PML
+    do i = NPOINTS_PML+1, NX-NPOINTS_PML
+      epsilon_xx = ((lambda(i,j) + 2.d0*mu(i,j)) * sigmaxx(i,j) - lambda(i,j) * &
+        sigmayy(i,j)) / (4.d0 * mu(i,j) * (lambda(i,j) + mu(i,j)))
+      epsilon_yy = ((lambda(i,j) + 2.d0*mu(i,j)) * sigmayy(i,j) - lambda(i,j) * &
+        sigmaxx(i,j)) / (4.d0 * mu(i,j) * (lambda(i,j) + mu(i,j)))
+      epsilon_xy = sigmaxy(i,j) / (2.d0 * mu(i,j))
+      total_energy_potential(it) = total_energy_potential(it) + &
+        0.5d0 * (epsilon_xx * sigmaxx(i,j) + epsilon_yy * sigmayy(i,j) + 2.d0 * epsilon_xy * sigmaxy(i,j))
+    enddo
+  enddo
+
+! output information
+  if(mod(it,IT_DISPLAY) == 0 .or. it == 5) then
+
+! print maximum of norm of velocity
+    velocnorm = maxval(sqrt(vx**2 + vy**2))
+    print *,'Time step # ',it
+    print *,'Time: ',sngl((it-1)*DELTAT),' seconds'
+    print *,'Max norm velocity vector V (m/s) = ',velocnorm
+    print *,'total energy = ',total_energy_kinetic(it) + total_energy_potential(it)
+    print *
+! check stability of the code, exit if unstable
+    if(velocnorm > STABILITY_THRESHOLD) stop 'code became unstable and blew up'
+
+    call create_color_image(vx(1:NX,1:NY),NX,NY,it,ISOURCE,JSOURCE,ix_rec,iy_rec,nrec, &
+                         NPOINTS_PML,USE_PML_XMIN,USE_PML_XMAX,USE_PML_YMIN,USE_PML_YMAX,1)
+    call create_color_image(vy(1:NX,1:NY),NX,NY,it,ISOURCE,JSOURCE,ix_rec,iy_rec,nrec, &
+                         NPOINTS_PML,USE_PML_XMIN,USE_PML_XMAX,USE_PML_YMIN,USE_PML_YMAX,2)
+  open(unit=20,file='energy.dat',status='unknown')
+  do it2 = 1,NSTEP
+    write(20,*) sngl(dble(it2-1)*DELTAT),sngl(total_energy_kinetic(it2)), &
+       sngl(total_energy_potential(it2)),sngl(total_energy_kinetic(it2) + total_energy_potential(it2))
+  enddo
+  close(20)
+  call write_seismograms(sisvx,sisvy,NSTEP,NREC,DELTAT)
+
+  endif
+
+  enddo   ! end of time loop
+
+! save seismograms
+  call write_seismograms(sisvx,sisvy,NSTEP,NREC,DELTAT)
+
+! save total energy
+  open(unit=20,file='energy.dat',status='unknown')
+  do it = 1,NSTEP
+    write(20,*) sngl(dble(it-1)*DELTAT),sngl(total_energy_kinetic(it)), &
+       sngl(total_energy_potential(it)),sngl(total_energy_kinetic(it) + total_energy_potential(it))
+  enddo
+  close(20)
+
+! create script for Gnuplot for total energy
+  open(unit=20,file='plot_energy',status='unknown')
+  write(20,*) '# set term x11'
+  write(20,*) 'set term postscript landscape monochrome dashed "Helvetica" 22'
+  write(20,*)
+  write(20,*) 'set xlabel "Time (s)"'
+  write(20,*) 'set ylabel "Total energy"'
+  write(20,*)
+  write(20,*) 'set output "cpml_total_energy_semilog.eps"'
+  write(20,*) 'set logscale y'
+  write(20,*) 'plot "energy.dat" us 1:2 t ''Ec'' w l lc 1, "energy.dat" us 1:3 &
+              & t ''Ep'' w l lc 3, "energy.dat" us 1:4 t ''Total energy'' w l lc 4'
+  write(20,*) 'pause -1 "Hit any key..."'
+  write(20,*)
+  close(20)
+
+  open(unit=20,file='plot_comparison',status='unknown')
+  write(20,*) '# set term x11'
+  write(20,*) 'set term postscript landscape monochrome dashed "Helvetica" 22'
+  write(20,*)
+  write(20,*) 'set xlabel "Time (s)"'
+  write(20,*) 'set ylabel "Total energy"'
+  write(20,*)
+  write(20,*) 'set output "compare_total_energy_semilog.eps"'
+  write(20,*) 'set logscale y'
+  write(20,*) 'plot "energy.dat" us 1:4 t ''Total energy CPML'' w l lc 1, &
+              & "../collino/energy.dat" us 1:4 t ''Total energy Collino'' w l lc 2'
+  write(20,*) 'pause -1 "Hit any key..."'
+  write(20,*)
+  close(20)
+
+! create script for Gnuplot
+  open(unit=20,file='plotgnu',status='unknown')
+  write(20,*) 'set term x11'
+  write(20,*) '# set term postscript landscape monochrome dashed "Helvetica" 22'
+  write(20,*)
+  write(20,*) 'set xlabel "Time (s)"'
+  write(20,*) 'set ylabel "Amplitude (m / s)"'
+  write(20,*)
+
+  write(20,*) 'set output "v_sigma_Vx_receiver_001.eps"'
+  write(20,*) 'plot "Vx_file_001.dat" t ''Vx C-PML'' w l lc 1'
+  write(20,*) 'pause -1 "Hit any key..."'
+  write(20,*)
+
+  write(20,*) 'set output "v_sigma_Vy_receiver_001.eps"'
+  write(20,*) 'plot "Vy_file_001.dat" t ''Vy C-PML'' w l lc 1'
+  write(20,*) 'pause -1 "Hit any key..."'
+  write(20,*)
+
+  write(20,*) 'set output "v_sigma_Vx_receiver_002.eps"'
+  write(20,*) 'plot "Vx_file_002.dat" t ''Vx C-PML'' w l lc 1'
+  write(20,*) 'pause -1 "Hit any key..."'
+  write(20,*)
+
+  write(20,*) 'set output "v_sigma_Vy_receiver_002.eps"'
+  write(20,*) 'plot "Vy_file_002.dat" t ''Vy C-PML'' w l lc 1'
+  write(20,*) 'pause -1 "Hit any key..."'
+  write(20,*)
+
+  close(20)
+
+  print *
+  print *,'End of the simulation'
+  print *
+
+  end program seismic_ADEPML_2D_elastic_RK4_eighth_order
+
+!----
+!----  save the seismograms in ASCII text format
+!----
+
+  subroutine write_seismograms(sisvx,sisvy,nt,nrec,DELTAT)
+
+  implicit none
+
+  integer nt,nrec
+  double precision DELTAT
+
+  double precision sisvx(nt,nrec)
+  double precision sisvy(nt,nrec)
+
+  integer irec,it
+
+  character(len=100) file_name
+
+! X component
+  do irec=1,nrec
+    write(file_name,"('Vx_file_',i3.3,'.dat')") irec
+    open(unit=11,file=file_name,status='unknown')
+    do it=1,nt
+      write(11,*) sngl(dble(it-1)*DELTAT),' ',sngl(sisvx(it,irec))
+    enddo
+    close(11)
+  enddo
+
+! Y component
+  do irec=1,nrec
+    write(file_name,"('Vy_file_',i3.3,'.dat')") irec
+    open(unit=11,file=file_name,status='unknown')
+    do it=1,nt
+      write(11,*) sngl(dble(it-1)*DELTAT),' ',sngl(sisvy(it,irec))
+    enddo
+    close(11)
+  enddo
+
+  end subroutine write_seismograms
+
+!----
+!----  routine to create a color image of a given vector component
+!----  the image is created in PNM format and then converted to GIF
+!----
+
+  subroutine create_color_image(image_data_2D,NX,NY,it,ISOURCE,JSOURCE,ix_rec,iy_rec,nrec, &
+              NPOINTS_PML,USE_PML_XMIN,USE_PML_XMAX,USE_PML_YMIN,USE_PML_YMAX,field_number)
+
+  implicit none
+
+! non linear display to enhance small amplitudes for graphics
+  double precision, parameter :: POWER_DISPLAY = 0.30d0
+
+! amplitude threshold above which we draw the color point
+  double precision, parameter :: cutvect = 0.01d0
+
+! use black or white background for points that are below the threshold
+  logical, parameter :: WHITE_BACKGROUND = .true.
+
+! size of cross and square in pixels drawn to represent the source and the receivers
+  integer, parameter :: width_cross = 5, thickness_cross = 1, size_square = 3
+
+  integer NX,NY,it,field_number,ISOURCE,JSOURCE,NPOINTS_PML,nrec
+  logical USE_PML_XMIN,USE_PML_XMAX,USE_PML_YMIN,USE_PML_YMAX
+
+  double precision, dimension(NX,NY) :: image_data_2D
+
+  integer, dimension(nrec) :: ix_rec,iy_rec
+
+  integer :: ix,iy,irec
+
+  character(len=100) :: file_name,system_command
+
+  integer :: R, G, B
+
+  double precision :: normalized_value,max_amplitude
+
+! open image file and create system command to convert image to more convenient format
+! use the "convert" command from ImageMagick http://www.imagemagick.org
+  if(field_number == 1) then
+    write(file_name,"('image',i6.6,'_Vx.pnm')") it
+    write(system_command,"('convert image',i6.6,'_Vx.pnm image',i6.6,'_Vx.gif ; rm image',i6.6,'_Vx.pnm')") it,it,it
+  else if(field_number == 2) then
+    write(file_name,"('image',i6.6,'_Vy.pnm')") it
+    write(system_command,"('convert image',i6.6,'_Vy.pnm image',i6.6,'_Vy.gif ; rm image',i6.6,'_Vy.pnm')") it,it,it
+  endif
+
+  open(unit=27, file=file_name, status='unknown')
+
+  write(27,"('P3')") ! write image in PNM P3 format
+
+  write(27,*) NX,NY ! write image size
+  write(27,*) '255' ! maximum value of each pixel color
+
+! compute maximum amplitude
+  max_amplitude = maxval(abs(image_data_2D))
+
+! image starts in upper-left corner in PNM format
+  do iy=NY,1,-1
+    do ix=1,NX
+
+! define data as vector component normalized to [-1:1] and rounded to nearest integer
+! keeping in mind that amplitude can be negative
+    normalized_value = image_data_2D(ix,iy) / max_amplitude
+
+! suppress values that are outside [-1:+1] to avoid small edge effects
+    if(normalized_value < -1.d0) normalized_value = -1.d0
+    if(normalized_value > 1.d0) normalized_value = 1.d0
+
+! draw an orange cross to represent the source
+    if((ix >= ISOURCE - width_cross .and. ix <= ISOURCE + width_cross .and. &
+        iy >= JSOURCE - thickness_cross .and. iy <= JSOURCE + thickness_cross) .or. &
+       (ix >= ISOURCE - thickness_cross .and. ix <= ISOURCE + thickness_cross .and. &
+        iy >= JSOURCE - width_cross .and. iy <= JSOURCE + width_cross)) then
+      R = 255
+      G = 157
+      B = 0
+
+! display two-pixel-thick black frame around the image
+  else if(ix <= 2 .or. ix >= NX-1 .or. iy <= 2 .or. iy >= NY-1) then
+      R = 0
+      G = 0
+      B = 0
+
+! display edges of the PML layers
+  else if((USE_PML_XMIN .and. ix == NPOINTS_PML) .or. &
+          (USE_PML_XMAX .and. ix == NX - NPOINTS_PML) .or. &
+          (USE_PML_YMIN .and. iy == NPOINTS_PML) .or. &
+          (USE_PML_YMAX .and. iy == NY - NPOINTS_PML)) then
+      R = 255
+      G = 150
+      B = 0
+
+! suppress all the values that are below the threshold
+    else if(abs(image_data_2D(ix,iy)) <= max_amplitude * cutvect) then
+
+! use a black or white background for points that are below the threshold
+      if(WHITE_BACKGROUND) then
+        R = 255
+        G = 255
+        B = 255
+      else
+        R = 0
+        G = 0
+        B = 0
+      endif
+
+! represent regular image points using red if value is positive, blue if negative
+    else if(normalized_value >= 0.d0) then
+      R = nint(255.d0*normalized_value**POWER_DISPLAY)
+      G = 0
+      B = 0
+    else
+      R = 0
+      G = 0
+      B = nint(255.d0*abs(normalized_value)**POWER_DISPLAY)
+    endif
+
+! draw a green square to represent the receivers
+  do irec = 1,nrec
+    if((ix >= ix_rec(irec) - size_square .and. ix <= ix_rec(irec) + size_square .and. &
+        iy >= iy_rec(irec) - size_square .and. iy <= iy_rec(irec) + size_square) .or. &
+       (ix >= ix_rec(irec) - size_square .and. ix <= ix_rec(irec) + size_square .and. &
+        iy >= iy_rec(irec) - size_square .and. iy <= iy_rec(irec) + size_square)) then
+! use dark green color
+      R = 30
+      G = 180
+      B = 60
+    endif
+  enddo
+
+! write color pixel
+    write(27,"(i3,' ',i3,' ',i3)") R,G,B
+
+    enddo
+  enddo
+
+! close file
+  close(27)
+
+! call the system to convert image to GIF (can be commented out if "call system" is missing in your compiler)
+! call system(system_command)
+
+  end subroutine create_color_image
+
+!
+! CeCILL FREE SOFTWARE LICENSE AGREEMENT
+!
+!     Notice
+!
+! This Agreement is a Free Software license agreement that is the result
+! of discussions between its authors in order to ensure compliance with
+! the two main principles guiding its drafting:
+!
+!     * firstly, compliance with the principles governing the distribution
+!       of Free Software: access to source code, broad rights granted to
+!       users,
+!     * secondly, the election of a governing law, French law, with which
+!       it is conformant, both as regards the law of torts and
+!       intellectual property law, and the protection that it offers to
+!       both authors and holders of the economic rights over software.
+!
+! The authors of the CeCILL (for Ce[a] C[nrs] I[nria] L[ogiciel] L[ibre])
+! license are:
+!
+! Commissariat a l'Energie Atomique - CEA, a public scientific, technical
+! and industrial research establishment, having its principal place of
+! business at 25 rue Leblanc, immeuble Le Ponant D, 75015 Paris, France.
+!
+! Centre National de la Recherche Scientifique - CNRS, a public scientific
+! and technological establishment, having its principal place of business
+! at 3 rue Michel-Ange, 75794 Paris cedex 16, France.
+!
+! Institut National de Recherche en Informatique et en Automatique -
+! INRIA, a public scientific and technological establishment, having its
+! principal place of business at Domaine de Voluceau, Rocquencourt, BP
+! 105, 78153 Le Chesnay cedex, France.
+!
+!     Preamble
+!
+! The purpose of this Free Software license agreement is to grant users
+! the right to modify and redistribute the software governed by this
+! license within the framework of an open source distribution model.
+!
+! The exercising of these rights is conditional upon certain obligations
+! for users so as to preserve this status for all subsequent redistributions.
+!
+! In consideration of access to the source code and the rights to copy,
+! modify and redistribute granted by the license, users are provided only
+! with a limited warranty and the software's author, the holder of the
+! economic rights, and the successive licensors only have limited liability.
+!
+! In this respect, the risks associated with loading, using, modifying
+! and/or developing or reproducing the software by the user are brought to
+! the user's attention, given its Free Software status, which may make it
+! complicated to use, with the result that its use is reserved for
+! developers and experienced professionals having in-depth computer
+! knowledge. Users are therefore encouraged to load and test the
+! suitability of the software as regards their requirements in conditions
+! enabling the security of their systems and/or data to be ensured and,
+! more generally, to use and operate it in the same conditions of
+! security. This Agreement may be freely reproduced and published,
+! provided it is not altered, and that no provisions are either added or
+! removed herefrom.
+!
+! This Agreement may apply to any or all software for which the holder of
+! the economic rights decides to submit the use thereof to its provisions.
+!
+!     Article 1 - DEFINITIONS
+!
+! For the purpose of this Agreement, when the following expressions
+! commence with a capital letter, they shall have the following meaning:
+!
+! Agreement: means this license agreement, and its possible subsequent
+! versions and annexes.
+!
+! Software: means the software in its Object Code and/or Source Code form
+! and, where applicable, its documentation, "as is" when the Licensee
+! accepts the Agreement.
+!
+! Initial Software: means the Software in its Source Code and possibly its
+! Object Code form and, where applicable, its documentation, "as is" when
+! it is first distributed under the terms and conditions of the Agreement.
+!
+! Modified Software: means the Software modified by at least one
+! Contribution.
+!
+! Source Code: means all the Software's instructions and program lines to
+! which access is required so as to modify the Software.
+!
+! Object Code: means the binary files originating from the compilation of
+! the Source Code.
+!
+! Holder: means the holder(s) of the economic rights over the Initial
+! Software.
+!
+! Licensee: means the Software user(s) having accepted the Agreement.
+!
+! Contributor: means a Licensee having made at least one Contribution.
+!
+! Licensor: means the Holder, or any other individual or legal entity, who
+! distributes the Software under the Agreement.
+!
+! Contribution: means any or all modifications, corrections, translations,
+! adaptations and/or new functions integrated into the Software by any or
+! all Contributors, as well as any or all Internal Modules.
+!
+! Module: means a set of sources files including their documentation that
+! enables supplementary functions or services in addition to those offered
+! by the Software.
+!
+! External Module: means any or all Modules, not derived from the
+! Software, so that this Module and the Software run in separate address
+! spaces, with one calling the other when they are run.
+!
+! Internal Module: means any or all Module, connected to the Software so
+! that they both execute in the same address space.
+!
+! GNU GPL: means the GNU General Public License version 2 or any
+! subsequent version, as published by the Free Software Foundation Inc.
+!
+! Parties: mean both the Licensee and the Licensor.
+!
+! These expressions may be used both in singular and plural form.
+!
+!     Article 2 - PURPOSE
+!
+! The purpose of the Agreement is the grant by the Licensor to the
+! Licensee of a non-exclusive, transferable and worldwide license for the
+! Software as set forth in Article 5 hereinafter for the whole term of the
+! protection granted by the rights over said Software.
+!
+!     Article 3 - ACCEPTANCE
+!
+! 3.1 The Licensee shall be deemed as having accepted the terms and
+! conditions of this Agreement upon the occurrence of the first of the
+! following events:
+!
+!     * (i) loading the Software by any or all means, notably, by
+!       downloading from a remote server, or by loading from a physical
+!       medium;
+!     * (ii) the first time the Licensee exercises any of the rights
+!       granted hereunder.
+!
+! 3.2 One copy of the Agreement, containing a notice relating to the
+! characteristics of the Software, to the limited warranty, and to the
+! fact that its use is restricted to experienced users has been provided
+! to the Licensee prior to its acceptance as set forth in Article 3.1
+! hereinabove, and the Licensee hereby acknowledges that it has read and
+! understood it.
+!
+!     Article 4 - EFFECTIVE DATE AND TERM
+!
+!       4.1 EFFECTIVE DATE
+!
+! The Agreement shall become effective on the date when it is accepted by
+! the Licensee as set forth in Article 3.1.
+!
+!       4.2 TERM
+!
+! The Agreement shall remain in force for the entire legal term of
+! protection of the economic rights over the Software.
+!
+!     Article 5 - SCOPE OF RIGHTS GRANTED
+!
+! The Licensor hereby grants to the Licensee, who accepts, the following
+! rights over the Software for any or all use, and for the term of the
+! Agreement, on the basis of the terms and conditions set forth hereinafter.
+!
+! Besides, if the Licensor owns or comes to own one or more patents
+! protecting all or part of the functions of the Software or of its
+! components, the Licensor undertakes not to enforce the rights granted by
+! these patents against successive Licensees using, exploiting or
+! modifying the Software. If these patents are transferred, the Licensor
+! undertakes to have the transferees subscribe to the obligations set
+! forth in this paragraph.
+!
+!       5.1 RIGHT OF USE
+!
+! The Licensee is authorized to use the Software, without any limitation
+! as to its fields of application, with it being hereinafter specified
+! that this comprises:
+!
+!    1. permanent or temporary reproduction of all or part of the Software
+!       by any or all means and in any or all form.
+!
+!    2. loading, displaying, running, or storing the Software on any or
+!       all medium.
+!
+!    3. entitlement to observe, study or test its operation so as to
+!       determine the ideas and principles behind any or all constituent
+!       elements of said Software. This shall apply when the Licensee
+!       carries out any or all loading, displaying, running, transmission
+!       or storage operation as regards the Software, that it is entitled
+!       to carry out hereunder.
+!
+!       5.2 ENTITLEMENT TO MAKE CONTRIBUTIONS
+!
+! The right to make Contributions includes the right to translate, adapt,
+! arrange, or make any or all modifications to the Software, and the right
+! to reproduce the resulting software.
+!
+! The Licensee is authorized to make any or all Contributions to the
+! Software provided that it includes an explicit notice that it is the
+! author of said Contribution and indicates the date of the creation thereof.
+!
+!       5.3 RIGHT OF DISTRIBUTION
+!
+! In particular, the right of distribution includes the right to publish,
+! transmit and communicate the Software to the general public on any or
+! all medium, and by any or all means, and the right to market, either in
+! consideration of a fee, or free of charge, one or more copies of the
+! Software by any means.
+!
+! The Licensee is further authorized to distribute copies of the modified
+! or unmodified Software to third parties according to the terms and
+! conditions set forth hereinafter.
+!
+!         5.3.1 DISTRIBUTION OF SOFTWARE WITHOUT MODIFICATION
+!
+! The Licensee is authorized to distribute true copies of the Software in
+! Source Code or Object Code form, provided that said distribution
+! complies with all the provisions of the Agreement and is accompanied by:
+!
+!    1. a copy of the Agreement,
+!
+!    2. a notice relating to the limitation of both the Licensor's
+!       warranty and liability as set forth in Articles 8 and 9,
+!
+! and that, in the event that only the Object Code of the Software is
+! redistributed, the Licensee allows future Licensees unhindered access to
+! the full Source Code of the Software by indicating how to access it, it
+! being understood that the additional cost of acquiring the Source Code
+! shall not exceed the cost of transferring the data.
+!
+!         5.3.2 DISTRIBUTION OF MODIFIED SOFTWARE
+!
+! When the Licensee makes a Contribution to the Software, the terms and
+! conditions for the distribution of the resulting Modified Software
+! become subject to all the provisions of this Agreement.
+!
+! The Licensee is authorized to distribute the Modified Software, in
+! source code or object code form, provided that said distribution
+! complies with all the provisions of the Agreement and is accompanied by:
+!
+!    1. a copy of the Agreement,
+!
+!    2. a notice relating to the limitation of both the Licensor's
+!       warranty and liability as set forth in Articles 8 and 9,
+!
+! and that, in the event that only the object code of the Modified
+! Software is redistributed, the Licensee allows future Licensees
+! unhindered access to the full source code of the Modified Software by
+! indicating how to access it, it being understood that the additional
+! cost of acquiring the source code shall not exceed the cost of
+! transferring the data.
+!
+!         5.3.3 DISTRIBUTION OF EXTERNAL MODULES
+!
+! When the Licensee has developed an External Module, the terms and
+! conditions of this Agreement do not apply to said External Module, that
+! may be distributed under a separate license agreement.
+!
+!         5.3.4 COMPATIBILITY WITH THE GNU GPL
+!
+! The Licensee can include a code that is subject to the provisions of one
+! of the versions of the GNU GPL in the Modified or unmodified Software,
+! and distribute that entire code under the terms of the same version of
+! the GNU GPL.
+!
+! The Licensee can include the Modified or unmodified Software in a code
+! that is subject to the provisions of one of the versions of the GNU GPL,
+! and distribute that entire code under the terms of the same version of
+! the GNU GPL.
+!
+!     Article 6 - INTELLECTUAL PROPERTY
+!
+!       6.1 OVER THE INITIAL SOFTWARE
+!
+! The Holder owns the economic rights over the Initial Software. Any or
+! all use of the Initial Software is subject to compliance with the terms
+! and conditions under which the Holder has elected to distribute its work
+! and no one shall be entitled to modify the terms and conditions for the
+! distribution of said Initial Software.
+!
+! The Holder undertakes that the Initial Software will remain ruled at
+! least by this Agreement, for the duration set forth in Article 4.2.
+!
+!       6.2 OVER THE CONTRIBUTIONS
+!
+! The Licensee who develops a Contribution is the owner of the
+! intellectual property rights over this Contribution as defined by
+! applicable law.
+!
+!       6.3 OVER THE EXTERNAL MODULES
+!
+! The Licensee who develops an External Module is the owner of the
+! intellectual property rights over this External Module as defined by
+! applicable law and is free to choose the type of agreement that shall
+! govern its distribution.
+!
+!       6.4 JOINT PROVISIONS
+!
+! The Licensee expressly undertakes:
+!
+!    1. not to remove, or modify, in any manner, the intellectual property
+!       notices attached to the Software;
+!
+!    2. to reproduce said notices, in an identical manner, in the copies
+!       of the Software modified or not.
+!
+! The Licensee undertakes not to directly or indirectly infringe the
+! intellectual property rights of the Holder and/or Contributors on the
+! Software and to take, where applicable, vis-a-vis its staff, any and all
+! measures required to ensure respect of said intellectual property rights
+! of the Holder and/or Contributors.
+!
+!     Article 7 - RELATED SERVICES
+!
+! 7.1 Under no circumstances shall the Agreement oblige the Licensor to
+! provide technical assistance or maintenance services for the Software.
+!
+! However, the Licensor is entitled to offer this type of services. The
+! terms and conditions of such technical assistance, and/or such
+! maintenance, shall be set forth in a separate instrument. Only the
+! Licensor offering said maintenance and/or technical assistance services
+! shall incur liability therefor.
+!
+! 7.2 Similarly, any Licensor is entitled to offer to its licensees, under
+! its sole responsibility, a warranty, that shall only be binding upon
+! itself, for the redistribution of the Software and/or the Modified
+! Software, under terms and conditions that it is free to decide. Said
+! warranty, and the financial terms and conditions of its application,
+! shall be subject of a separate instrument executed between the Licensor
+! and the Licensee.
+!
+!     Article 8 - LIABILITY
+!
+! 8.1 Subject to the provisions of Article 8.2, the Licensee shall be
+! entitled to claim compensation for any direct loss it may have suffered
+! from the Software as a result of a fault on the part of the relevant
+! Licensor, subject to providing evidence thereof.
+!
+! 8.2 The Licensor's liability is limited to the commitments made under
+! this Agreement and shall not be incurred as a result of in particular:
+! (i) loss due the Licensee's total or partial failure to fulfill its
+! obligations, (ii) direct or consequential loss that is suffered by the
+! Licensee due to the use or performance of the Software, and (iii) more
+! generally, any consequential loss. In particular the Parties expressly
+! agree that any or all pecuniary or business loss (i.e. loss of data,
+! loss of profits, operating loss, loss of customers or orders,
+! opportunity cost, any disturbance to business activities) or any or all
+! legal proceedings instituted against the Licensee by a third party,
+! shall constitute consequential loss and shall not provide entitlement to
+! any or all compensation from the Licensor.
+!
+!     Article 9 - WARRANTY
+!
+! 9.1 The Licensee acknowledges that the scientific and technical
+! state-of-the-art when the Software was distributed did not enable all
+! possible uses to be tested and verified, nor for the presence of
+! possible defects to be detected. In this respect, the Licensee's
+! attention has been drawn to the risks associated with loading, using,
+! modifying and/or developing and reproducing the Software which are
+! reserved for experienced users.
+!
+! The Licensee shall be responsible for verifying, by any or all means,
+! the suitability of the product for its requirements, its good working
+! order, and for ensuring that it shall not cause damage to either persons
+! or properties.
+!
+! 9.2 The Licensor hereby represents, in good faith, that it is entitled
+! to grant all the rights over the Software (including in particular the
+! rights set forth in Article 5).
+!
+! 9.3 The Licensee acknowledges that the Software is supplied "as is" by
+! the Licensor without any other express or tacit warranty, other than
+! that provided for in Article 9.2 and, in particular, without any warranty
+! as to its commercial value, its secured, safe, innovative or relevant
+! nature.
+!
+! Specifically, the Licensor does not warrant that the Software is free
+! from any error, that it will operate without interruption, that it will
+! be compatible with the Licensee's own equipment and software
+! configuration, nor that it will meet the Licensee's requirements.
+!
+! 9.4 The Licensor does not either expressly or tacitly warrant that the
+! Software does not infringe any third party intellectual property right
+! relating to a patent, software or any other property right. Therefore,
+! the Licensor disclaims any and all liability towards the Licensee
+! arising out of any or all proceedings for infringement that may be
+! instituted in respect of the use, modification and redistribution of the
+! Software. Nevertheless, should such proceedings be instituted against
+! the Licensee, the Licensor shall provide it with technical and legal
+! assistance for its defense. Such technical and legal assistance shall be
+! decided on a case-by-case basis between the relevant Licensor and the
+! Licensee pursuant to a memorandum of understanding. The Licensor
+! disclaims any and all liability as regards the Licensee's use of the
+! name of the Software. No warranty is given as regards the existence of
+! prior rights over the name of the Software or as regards the existence
+! of a trademark.
+!
+!     Article 10 - TERMINATION
+!
+! 10.1 In the event of a breach by the Licensee of its obligations
+! hereunder, the Licensor may automatically terminate this Agreement
+! thirty (30) days after notice has been sent to the Licensee and has
+! remained ineffective.
+!
+! 10.2 A Licensee whose Agreement is terminated shall no longer be
+! authorized to use, modify or distribute the Software. However, any
+! licenses that it may have granted prior to termination of the Agreement
+! shall remain valid subject to their having been granted in compliance
+! with the terms and conditions hereof.
+!
+!     Article 11 - MISCELLANEOUS
+!
+!       11.1 EXCUSABLE EVENTS
+!
+! Neither Party shall be liable for any or all delay, or failure to
+! perform the Agreement, that may be attributable to an event of force
+! majeure, an act of God or an outside cause, such as defective
+! functioning or interruptions of the electricity or telecommunications
+! networks, network paralysis following a virus attack, intervention by
+! government authorities, natural disasters, water damage, earthquakes,
+! fire, explosions, strikes and labor unrest, war, etc.
+!
+! 11.2 Any failure by either Party, on one or more occasions, to invoke
+! one or more of the provisions hereof, shall under no circumstances be
+! interpreted as being a waiver by the interested Party of its right to
+! invoke said provision(s) subsequently.
+!
+! 11.3 The Agreement cancels and replaces any or all previous agreements,
+! whether written or oral, between the Parties and having the same
+! purpose, and constitutes the entirety of the agreement between said
+! Parties concerning said purpose. No supplement or modification to the
+! terms and conditions hereof shall be effective as between the Parties
+! unless it is made in writing and signed by their duly authorized
+! representatives.
+!
+! 11.4 In the event that one or more of the provisions hereof were to
+! conflict with a current or future applicable act or legislative text,
+! said act or legislative text shall prevail, and the Parties shall make
+! the necessary amendments so as to comply with said act or legislative
+! text. All other provisions shall remain effective. Similarly, invalidity
+! of a provision of the Agreement, for any reason whatsoever, shall not
+! cause the Agreement as a whole to be invalid.
+!
+!       11.5 LANGUAGE
+!
+! The Agreement is drafted in both French and English and both versions
+! are deemed authentic.
+!
+!     Article 12 - NEW VERSIONS OF THE AGREEMENT
+!
+! 12.1 Any person is authorized to duplicate and distribute copies of this
+! Agreement.
+!
+! 12.2 So as to ensure coherence, the wording of this Agreement is
+! protected and may only be modified by the authors of the License, who
+! reserve the right to periodically publish updates or new versions of the
+! Agreement, each with a separate number. These subsequent versions may
+! address new issues encountered by Free Software.
+!
+! 12.3 Any Software distributed under a given version of the Agreement may
+! only be subsequently distributed under the same version of the Agreement
+! or a subsequent version, subject to the provisions of Article 5.3.4.
+!
+!     Article 13 - GOVERNING LAW AND JURISDICTION
+!
+! 13.1 The Agreement is governed by French law. The Parties agree to
+! endeavor to seek an amicable solution to any disagreements or disputes
+! that may arise during the performance of the Agreement.
+!
+! 13.2 Failing an amicable solution within two (2) months as from their
+! occurrence, and unless emergency proceedings are necessary, the
+! disagreements or disputes shall be referred to the Paris Courts having
+! jurisdiction, by the more diligent Party.
+!
+! Version 2.0 dated 2006-09-05.
+!

Added: seismo/3D/CPML/trunk/seismic_ADEPML_2D_viscoelastic_RK4_eighth_order.f90
===================================================================
--- seismo/3D/CPML/trunk/seismic_ADEPML_2D_viscoelastic_RK4_eighth_order.f90	                        (rev 0)
+++ seismo/3D/CPML/trunk/seismic_ADEPML_2D_viscoelastic_RK4_eighth_order.f90	2013-02-07 18:13:55 UTC (rev 21344)
@@ -0,0 +1,2141 @@
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+!
+! Program seismic_ADEPML_2D_viscoelastic_RK4_eighth_order, eighth-order accurate in space and second-order accurate in time
+!
+! This viscoelastic code with with Auxiliary Differential Equation PML is modified by Ruiqi Shi from program
+! 'seismic_CPML_3D_viscoelastic_MPI.f90' and 'seismic_ADEPML_2D_RK4_eighth_order' of seismic CPML software package.
+!
+! Ruiqi Shi, Department of Exploration Geophysics, China University of Petroleum, Beijing P R China.
+! Email: shiruiqi123 AT gmail DOT com
+!
+!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+
+! Copyright Universite de Pau et des Pays de l'Adour, CNRS and INRIA, France.
+!
+! This software is a computer program whose purpose is to solve
+! the two-dimensional viscoelastic wave equation
+! using a finite-difference method with Auxiliary Differential
+! Equation Perfectly Matched Layer (ADE-PML) conditions.
+!
+!
+! This software is governed by the CeCILL license under French law and
+! abiding by the rules of distribution of free software. You can use,
+! modify and/or redistribute the software under the terms of the CeCILL
+! license as circulated by CEA, CNRS and INRIA at the following URL
+! "http://www.cecill.info".
+!
+! As a counterpart to the access to the source code and rights to copy,
+! modify and redistribute granted by the license, users are provided only
+! with a limited warranty and the software's author, the holder of the
+! economic rights, and the successive licensors have only limited
+! liability.
+!
+! In this respect, the user's attention is drawn to the risks associated
+! with loading, using, modifying and/or developing or reproducing the
+! software by the user in light of its specific status of free software,
+! that may mean that it is complicated to manipulate, and that also
+! therefore means that it is reserved for developers and experienced
+! professionals having in-depth computer knowledge. Users are therefore
+! encouraged to load and test the software's suitability as regards their
+! requirements in conditions enabling the security of their systems and/or
+! data to be ensured and, more generally, to use and operate it in the
+! same conditions as regards security.
+!
+! The full text of the license is available at the end of this program
+! and in file "LICENSE".
+
+
+program seismic_ADEPML_2D_viscoelastic_RK4_eighth_order
+
+! High order 2D explicit-semi implicit-implicit seismic wave finite-difference code
+! in velocity and stress formulation with Auxiliary Differential
+! Equation Perfectly Matched Layer (ADE-PML) absorbing conditions for
+! an SLS viscoelastic medium. It is fourth order Runge-Kutta (RK4) in time
+! and 8th order in space using Holberg spatial
+! discretization.
+!
+! Version 1.0 July, 2011
+! by Ruiqi Shi, China University of Petroleum, Beijing P R China, 2011.
+! based on seismic_CPML_3D_viscoelastic_MPI.f90 and seismic_ADEPML_2D_RK4_eighth_order.f90
+! by Roland Martin, University of Pau, France
+!
+!
+! The 8th-order staggered-grid formulation of Holberg is used:
+!
+!            ^ y
+!            |
+!            |
+!
+!            +-------------------+
+!            |                   |
+!            |                   |
+!            |                   |
+!            |                   |
+!            |        v_y        |
+!   sigma_xy +---------+         |
+!            |         |         |
+!            |         |         |
+!            |         |         |
+!            |         |         |
+!            |         |         |
+!            +---------+---------+  ---> x
+!           v_x    sigma_xx
+!                  sigma_yy
+!
+
+! The ADE-PML implementation is based in part on formulas given in Roden and Gedney (2010)
+!
+! If you use this code for your own research, please cite some (or all) of these articles:
+!
+! @ARTICLE{MaKoGeBr10,
+! author = {Roland Martin and Dimitri Komatitsch and Stephen D. Gedney and
+! Emilien Bruthiaux},
+!  title = {A high-order time and space formulation of the unsplit perfectly matched layer
+!  for the seismic wave equation using {Auxiliary Differential Equations (ADE-PML)}},
+!  journal = {Comput. Model. Eng. Sci.},
+!  year = {2010},
+!  volume = {56},
+!  pages = {17-42},
+!  number = {1}}
+!
+! @ARTICLE{MaCo10,
+!  author = {Roland Martin and Carlos Couder-Casta{\~n}eda},
+!  title = {An improved unsplit and convolutional Perfectly Matched Layer
+!  absorbing technique for the Navier-Stokes equations using cut-off frequency shift},
+!  journal = {Comput. Model. Eng. Sci.},
+!  pages ={47-77}
+!  year = {2010},
+!  volume = {63},
+!  number = {1}}
+!
+! @ARTICLE{KoMa07,
+! author = {Dimitri Komatitsch and Roland Martin},
+! title = {An unsplit convolutional {P}erfectly {M}atched {L}ayer improved
+!          at grazing incidence for the seismic wave equation},
+! journal = {Geophysics},
+! year = {2007},
+! volume = {72},
+! number = {5},
+! pages = {SM155-SM167},
+! doi = {10.1190/1.2757586}}
+!
+! @ARTICLE{MaKoEz08,
+! author = {Roland Martin and Dimitri Komatitsch and Abdelaaziz Ezziani},
+! title = {An unsplit convolutional perfectly matched layer improved at grazing
+!          incidence for seismic wave equation in poroelastic media},
+! journal = {Geophysics},
+! year = {2008},
+! volume = {73},
+! pages = {T51-T61},
+! number = {4},
+! doi = {10.1190/1.2939484}}
+!
+! @ARTICLE{MaKoGe08,
+! author = {Roland Martin and Dimitri Komatitsch and Stephen D. Gedney},
+! title = {A variational formulation of a stabilized unsplit convolutional perfectly
+!          matched layer for the isotropic or anisotropic seismic wave equation},
+! journal = {Computer Modeling in Engineering and Sciences},
+! year = {2008},
+! volume = {37},
+! pages = {274-304},
+! number = {3}}
+!
+! @ARTICLE{MaKo09,
+!  author = {Roland Martin and Dimitri Komatitsch},
+!  title = {An unsplit convolutional perfectly matched layer technique improved
+!        at grazing incidence for the viscoelastic wave equation},
+!  journal = {Geophysical Journal International},
+!  year = {2009},
+!  volume = {179},
+!  pages = {333-344},
+!  number = {1},
+!  doi = {10.1111/j.1365-246X.2009.04278.x}}
+!
+! @ARTICLE{RoGe00,
+! author = {J. A. Roden and S. D. Gedney},
+! title = {Convolution {PML} ({CPML}): {A}n Efficient {FDTD} Implementation
+!          of the {CFS}-{PML} for Arbitrary Media},
+! journal = {Microwave and Optical Technology Letters},
+! year = {2000},
+! volume = {27},
+! number = {5},
+! pages = {334-339},
+! doi = {10.1002/1098-2760(20001205)27:5<334::AID-MOP14>3.0.CO;2-A}}
+
+!
+! To display the 2D results as color images, use:
+!
+!   " display image*.gif " or " gimp image*.gif "
+!
+! or
+!
+!   " montage -geometry +0+3 -rotate 90 -tile 1x21 image*Vx*.gif allfiles_Vx.gif "
+!   " montage -geometry +0+3 -rotate 90 -tile 1x21 image*Vy*.gif allfiles_Vy.gif "
+!   then " display allfiles_Vx.gif " or " gimp allfiles_Vx.gif "
+!   then " display allfiles_Vy.gif " or " gimp allfiles_Vy.gif "
+!
+
+! IMPORTANT : all our CPML codes work fine in single precision as well (which is significantly faster).
+!             If you want you can thus force automatic conversion to single precision at compile time
+!             or change all the declarations and constants in the code from double precision to single.
+
+  implicit none
+
+! total number of grid points in each direction of the grid
+  integer, parameter :: NX = 141
+  integer, parameter :: NY = 621  !NY = 800
+
+! Explicit (epsn=1,epsn=0), Implicit (epsn=0,epsn1=1), semi-implicit (epsn=0.5,epsn1=0.5)
+  integer, parameter :: iexpl=0
+  integer, parameter :: iimpl=0
+  integer, parameter :: isemiimpl=1
+
+! size of a grid cell
+  double precision, parameter :: DELTAX = 5.d0, ONE_OVER_DELTAX = 1.d0 / DELTAX
+  double precision, parameter :: DELTAY = DELTAX
+  double precision, parameter :: ONE_OVER_DELTAY = ONE_OVER_DELTAX
+  double precision, parameter :: ONE=1.d0,TWO=2.d0, DIM=2.d0
+
+! P-velocity, S-velocity and density
+  double precision, parameter :: cp_top = 3050.d0
+  double precision, parameter :: cs_top = 1950.d0
+  double precision, parameter :: rho_top = 2000.d0
+  double precision, parameter :: mu_top = rho_top*cs_top*cs_top
+  double precision, parameter :: lambda_top = rho_top*(cp_top*cp_top - 2.d0*cs_top*cs_top)
+  double precision, parameter :: lambdaplustwomu_top = rho_top*cp_top*cp_top
+
+  double precision, parameter :: cp_bottom = 2600.d0
+  double precision, parameter :: cs_bottom = 1500.d0
+  double precision, parameter :: rho_bottom = 1500.d0
+  double precision, parameter :: mu_bottom = rho_bottom*cs_bottom*cs_bottom
+  double precision, parameter :: lambda_bottom = rho_bottom*(cp_bottom*cp_bottom - 2.d0*cs_bottom*cs_bottom)
+  double precision, parameter :: lambdaplustwomu_bottom = rho_bottom*cp_bottom*cp_bottom
+
+! total number of time steps
+  integer, parameter :: NSTEP = 3000
+
+! time step in seconds
+  double precision, parameter :: DELTAT = 7.5d-4
+
+! parameters for the source
+  double precision, parameter :: f0 = 15.d0
+  double precision, parameter :: t0 = 1.20d0 / f0
+  double precision, parameter :: factor = 1.d5
+
+! flags to add PML layers to the edges of the grid
+  logical, parameter :: USE_PML_XMIN = .true.
+  logical, parameter :: USE_PML_XMAX = .true.
+  logical, parameter :: USE_PML_YMIN = .true.
+  logical, parameter :: USE_PML_YMAX = .true.
+
+! thickness of the PML layer in grid points
+  integer, parameter :: NPOINTS_PML = 10
+
+! heterogeneous model and height of the interface
+  logical, parameter :: HETEROGENEOUS_MODEL = .true.
+
+! source
+! integer, parameter :: ISOURCE = NX - 2*NPOINTS_PML - 1
+  integer, parameter :: ISOURCE = NPOINTS_PML+11
+  integer, parameter :: JSOURCE = 2*NY / 3
+  double precision, parameter :: xsource = (ISOURCE) * DELTAX
+  double precision, parameter :: ysource = (JSOURCE) * DELTAY
+  double precision, parameter :: INTERFACE_HEIGHT = ysource - 125*DELTAY
+  integer, parameter:: JINTERFACE=INT(INTERFACE_HEIGHT/DELTAY)+1
+! angle of source force clockwise with respect to vertical (Y) axis
+  double precision, parameter :: ANGLE_FORCE = 45.d0
+
+! receivers
+  integer, parameter :: NREC = 3
+  double precision, parameter :: xdeb = xsource - 100.d0 ! first receiver x in meters
+  double precision, parameter :: ydeb = 2300.d0 ! first receiver y in meters
+  double precision, parameter :: xfin = xsource ! last receiver x in meters
+  double precision, parameter :: yfin =  300.d0 ! last receiver y in meters
+
+! display information on the screen from time to time
+  integer, parameter :: IT_DISPLAY = 500  !IT_DISPLAY = 10000
+
+! value of PI
+  double precision, parameter :: PI = 3.141592653589793238462643d0
+
+! conversion from degrees to radians
+  double precision, parameter :: DEGREES_TO_RADIANS = PI / 180.d0
+
+! zero
+  double precision, parameter :: ZERO = 0.d0
+
+! large value for maximum
+  double precision, parameter :: HUGEVAL = 1.d+30
+
+! velocity threshold above which we consider that the code became unstable
+  double precision, parameter :: STABILITY_THRESHOLD = 1.d+25
+
+! Holberg (1987) coefficients, taken from
+!  @ARTICLE{Hol87,
+!  author = {O. Holberg},
+!  title = {Computational aspects of the choice of operator and sampling interval
+!  for numerical differentiation in large-scale simulation of wave phenomena},
+!  journal = {Geophysical Prospecting},
+!  year = {1987},
+!  volume = {35},
+!  pages = {629-655}}
+  double precision, parameter :: c1 = 1.231666d0
+  double precision, parameter :: c2 = -1.041182d-1
+  double precision, parameter :: c3 = 2.063707d-2
+  double precision, parameter :: c4 = -3.570998d-3
+  double precision, parameter :: coe_sum = abs(c1)+abs(c2)+abs(c3)+abs(c4)
+
+! RK4 scheme coefficients, 2 per subloop, 8 in total
+  double precision, dimension(4) :: rk41, rk42
+
+! power to compute d0 profile
+  double precision, parameter :: NPOWER = 2.d0
+  double precision, parameter :: NPOWER2 = 2.d0
+
+  !double precision, parameter :: K_MAX_PML = 7.d0 ! from Gedney page 8.11
+!  double precision, parameter :: ALPHA_MAX_PML = 0.d0 ! from festa and Vilotte
+  double precision, parameter :: ALPHA_MAX_PML_1 = 2.d0*PI*(f0/2.d0) ! from festa and Vilotte
+  double precision K_MAX_PML_1
+
+! double precision, parameter :: K_MAX_PML_2 = K_MAX_PML_1 / 15.d0
+!  double precision, parameter :: K_MAX_PML_2 = K_MAX_PML_1
+!  double precision, parameter :: ALPHA_MAX_PML_2 =  ALPHA_MAX_PML_1 / 5.d0
+
+! arrays for the memory variables
+! could declare these arrays in PML only to save a lot of memory, but proof of concept only here
+! We have as many memory variables as the number of frequency shift poles in the CPML
+! Indices are 1 and 2 for the 2 frequency shift poles
+  double precision, dimension(4,-4:NX+4,-4:NY+4) :: &
+      memory_dvx_dx_1, &
+      memory_dvx_dy_1, &
+      memory_dvy_dx_1, &
+      memory_dvy_dy_1, &
+      memory_dsigmaxx_dx_1, &
+      memory_dsigmayy_dy_1, &
+      memory_dsigmaxy_dx_1, &
+      memory_dsigmaxy_dy_1
+
+  double precision :: &
+      value_dvx_dx, &
+      value_dvx_dy, &
+      value_dvy_dx, &
+      value_dvy_dy, &
+      value_dsigmaxx_dx, &
+      value_dsigmayy_dy, &
+      value_dsigmaxy_dx, &
+      value_dsigmaxy_dy
+
+  double precision :: duxdx,duxdy,duydx,duydy,div
+  double precision :: epsn,epsn1,Sn
+
+! 1D arrays for the damping profiles
+  double precision, dimension(-4:NX+4) :: d_x_1,K_x_1,alpha_prime_x_1,g_x_1,ksi_x
+  double precision, dimension(-4:NX+4) :: d_x_half_1,K_x_half_1,alpha_prime_x_half_1,g_x_half_1,ksi_x_half
+  double precision, dimension(-4:NY+4) :: d_y_1,K_y_1,alpha_prime_y_1,g_y_1,ksi_y
+  double precision, dimension(-4:NY+4) :: d_y_half_1,K_y_half_1,alpha_prime_y_half_1,g_y_half_1,ksi_y_half
+
+! 1D arrays for the damping profiles
+  double precision, dimension(-4:NX+4) :: d_x_2,K_x_2,alpha_prime_x_2,g_x_2
+  double precision, dimension(-4:NX+4) :: d_x_half_2,K_x_half_2,alpha_prime_x_half_2,g_x_half_2
+  double precision, dimension(-4:NY+4) :: d_y_2,K_y_2,alpha_prime_y_2,g_y_2
+  double precision, dimension(-4:NY+4) :: d_y_half_2,K_y_half_2,alpha_prime_y_half_2,g_y_half_2
+
+! coefficients that allow to reset the memory variables at each RK4 substep depend on the substepping and are then of dimension 4,
+! 1D arrays for the damping profiles
+  double precision, dimension(4,-4:NX+4) :: a_x_1,b_x_1
+  double precision, dimension(4,-4:NX+4) :: a_x_half_1,b_x_half_1
+  double precision, dimension(4,-4:NY+4) :: a_y_1,b_y_1
+  double precision, dimension(4,-4:NY+4) :: a_y_half_1,b_y_half_1
+
+  double precision, dimension(-4:NX+4) :: r_x_1,s_x_1
+  double precision, dimension(-4:NX+4) :: r_x_half_1,s_x_half_1
+  double precision, dimension(-4:NY+4) :: r_y_1,s_y_1
+  double precision, dimension(-4:NY+4) :: r_y_half_1,s_y_half_1
+
+! 1D arrays for the damping profiles
+  double precision, dimension(4,-4:NX+4) :: a_x_2
+  double precision, dimension(4,-4:NX+4) :: a_x_half_2
+  double precision, dimension(4,-4:NY+4) :: a_y_2
+  double precision, dimension(4,-4:NY+4) :: a_y_half_2
+
+! PML
+  double precision :: thickness_PML_x,thickness_PML_y,xoriginleft,xoriginright,yoriginbottom,yorigintop
+  double precision :: Rcoef,d0_x,d0_y,xval,yval,abscissa_in_PML,abscissa_normalized
+
+  double precision, dimension(-4:NX+4,-4:NY+4) :: vx,vy,sigmaxx,sigmayy,sigmaxy
+  double precision, dimension(-4:NX+4,-4:NY+4) :: sigmaxx_R,sigmayy_R,sigmaxy_R
+  double precision, dimension(-4:NX+4,-4:NY+4) :: e1_mech1,e1_mech2,e11_mech1,e11_mech2,e22_mech1,e22_mech2
+  double precision, dimension(-4:NX+4,-4:NY+4) :: e12_mech1,e12_mech2
+  double precision, dimension(-4:NX+4,-4:NY+4) :: rho, mu,lambda,lambdaplustwomu
+
+  double precision rho_half_x_half_y
+
+! Variables are stored in indices in the first dimension to implement RK4
+! dv does not always indicate a derivative
+  double precision, dimension(4,-4:NX+4,-4:NY+4) :: dvx,dvy,dsigmaxx,dsigmayy,dsigmaxy
+  double precision, dimension(4,-4:NX+4,-4:NY+4) :: dsigmaxx_R,dsigmayy_R,dsigmaxy_R
+  double precision, dimension(4,-4:NX+4,-4:NY+4) :: de1_mech1,de1_mech2,de11_mech1,de11_mech2
+  double precision, dimension(4,-4:NX+4,-4:NY+4) :: de12_mech1,de12_mech2
+
+
+  integer, parameter :: number_of_2Darrays = 2*8
+  integer, parameter :: number_of_3Darrays = 32
+
+! for the source
+  double precision a,t,force_x,force_y,source_term
+
+ ! for stability estimate
+  double precision :: c_max,c_min
+
+! for receivers
+  double precision distval,dist
+  integer, dimension(NREC) :: ix_rec,iy_rec
+  double precision, dimension(NREC) :: xrec,yrec
+
+! for seismograms
+  double precision, dimension(NSTEP,NREC) :: sisvx,sisvy
+
+! max amplitude for color snapshots
+  double precision max_amplitudeVx
+  double precision max_amplitudeVy
+
+! for evolution of total energy in the medium
+  double precision :: epsilon_xx,epsilon_yy,epsilon_xy
+  double precision, dimension(NSTEP) :: total_energy,total_energy_kinetic,total_energy_potential
+  double precision :: local_energy_kinetic,local_energy_potential
+
+  integer :: irec,inc
+
+  double precision :: mul_relaxed,lambdal_relaxed,lambdalplus2mul_relaxed
+  double precision :: mul_unrelaxed,lambdal_unrelaxed,lambdalplus2mul_unrelaxed
+  double precision :: Mu_nu1,Mu_nu2
+  double precision :: phi_nu1_mech1,phi_nu1_mech2
+  double precision :: phi_nu2_mech1,phi_nu2_mech2
+  double precision :: tauinv,inv_tau_sigma_nu1_mech1,inv_tau_sigma_nu1_mech2
+  double precision :: taumin,taumax, tau1, tau2, tau3, tau4
+  double precision :: inv_tau_sigma_nu2_mech1,inv_tau_sigma_nu2_mech2
+  double precision :: tau_epsilon_nu1_mech1, tau_sigma_nu1_mech1
+  double precision::  tau_epsilon_nu2_mech1, tau_sigma_nu2_mech1
+  double precision::  tau_epsilon_nu1_mech2, tau_sigma_nu1_mech2
+  double precision::  tau_epsilon_nu2_mech2 ,tau_sigma_nu2_mech2
+
+  integer :: i,j,it,it2
+
+  double precision :: Vsolidnorm
+
+  double precision Courant_number_bottom,Courant_number_top
+  double precision Dispersion_number_bottom,Dispersion_number_top
+
+! timer to count elapsed time
+  character(len=8) datein
+  character(len=10) timein
+  character(len=5)  :: zone
+  integer, dimension(8) :: time_values
+  integer ihours,iminutes,iseconds,int_tCPU
+  double precision :: time_start,time_end,tCPU
+
+! names of the time stamp files
+  character(len=150) outputname
+
+! main I/O file
+  integer, parameter :: IOUT = 41
+
+!---
+!--- program starts here
+!---
+
+  if(iexpl == 1) then
+    epsn = 1.d0
+    epsn1 = 0.d0
+  endif
+
+  if(iimpl == 1) then
+    epsn = 0.d0
+    epsn1 = 1.d0
+  endif
+
+  if(isemiimpl == 1) then
+    epsn = 0.5d0
+    epsn1 = 0.5d0
+  endif
+
+ tau_epsilon_nu1_mech1 = 0.0325305d0
+ tau_sigma_nu1_mech1   = 0.0311465d0
+
+ tau_epsilon_nu1_mech1 = 0.0225d0
+ tau_sigma_nu1_mech1   = 0.0211d0
+
+  tau1= tau_sigma_nu1_mech1/tau_epsilon_nu1_mech1
+
+  tau_epsilon_nu2_mech1 = 0.0332577d0
+  tau_sigma_nu2_mech1   = 0.0304655d0
+
+  tau_epsilon_nu2_mech1 = 0.0232d0
+  tau_sigma_nu2_mech1   = 0.0204d0
+
+  tau2= tau_sigma_nu2_mech1/tau_epsilon_nu2_mech1
+
+  tau_epsilon_nu1_mech2 = 0.0032530d0
+  tau_sigma_nu1_mech2   = 0.0031146d0
+
+  tau_epsilon_nu1_mech2 = 0.0022d0
+ tau_sigma_nu1_mech2   = 0.0021d0
+
+  tau3= tau_sigma_nu1_mech2/tau_epsilon_nu1_mech2
+
+  tau_epsilon_nu2_mech2 = 0.0033257d0
+  tau_sigma_nu2_mech2   = 0.0030465d0
+
+  tau_epsilon_nu2_mech2 = 0.0023d0
+  tau_sigma_nu2_mech2   = 0.0020d0
+
+  tau4= tau_sigma_nu2_mech2/tau_epsilon_nu2_mech2
+
+  taumax=max(1.d0/tau1,1.d0/tau2,1.d0/tau3,1.d0/tau4)
+  taumin=min(1.d0/tau1,1.d0/tau2,1.d0/tau3,1.d0/tau4)
+
+ inv_tau_sigma_nu1_mech1 = ONE / tau_sigma_nu1_mech1
+  inv_tau_sigma_nu2_mech1 = ONE / tau_sigma_nu2_mech1
+  inv_tau_sigma_nu1_mech2 = ONE / tau_sigma_nu1_mech2
+  inv_tau_sigma_nu2_mech2 = ONE / tau_sigma_nu2_mech2
+
+phi_nu1_mech1 = (ONE - tau_epsilon_nu1_mech1/tau_sigma_nu1_mech1)&
+ / tau_sigma_nu1_mech1
+phi_nu2_mech1 = (ONE - tau_epsilon_nu2_mech1/tau_sigma_nu2_mech1)&
+ / tau_sigma_nu2_mech1
+phi_nu1_mech2 = (ONE - tau_epsilon_nu1_mech2/tau_sigma_nu1_mech2)&
+ / tau_sigma_nu1_mech2
+phi_nu2_mech2 = (ONE - tau_epsilon_nu2_mech2/tau_sigma_nu2_mech2) &
+/ tau_sigma_nu2_mech2
+
+ Mu_nu1 = ONE - (ONE - tau_epsilon_nu1_mech1/tau_sigma_nu1_mech1) &
+- (ONE - tau_epsilon_nu1_mech2/tau_sigma_nu1_mech2)
+ Mu_nu2 = ONE - (ONE - tau_epsilon_nu2_mech1/tau_sigma_nu2_mech1) &
+- (ONE - tau_epsilon_nu2_mech2/tau_sigma_nu2_mech2)
+
+
+  print *
+  print *,'2D visco-elastic FD code in velocity and stress formulation with ADE in 8th an RK4'
+  print *
+
+! display size of the model
+  print *
+  print *,'NX = ',NX
+  print *,'NY = ',NY
+  print *
+  print *
+  print *,'size of the model along X = ',(NX+1) * DELTAX
+  print *,'size of the model along Y = ',(NY+1) * DELTAY
+  print *
+  print *,'Total number of grid points = ',NX * NY
+  print *,'Number of points of all the arrays = ',dble(NX+4*2+1)*dble(NY+4*2+1)*number_of_2Darrays + &
+                         4*dble(NX+4*2+1)*dble(NY+4*2+1)*number_of_3Darrays
+  print *,'Size in GB of all the arrays = ',dble(NX+4*2+1)*dble(NY+4*2+1)*number_of_2Darrays*8.d0/(1024.d0*1024.d0*1024.d0) + &
+                         4*dble(NX+4*2+1)*dble(NY+4*2+1)*number_of_3Darrays*8.d0/(1024.d0*1024.d0*1024.d0)
+
+
+!--- define profile of absorption in PML region
+
+! thickness of the PML layer in meters
+  thickness_PML_x = NPOINTS_PML * DELTAX
+  thickness_PML_y = NPOINTS_PML * DELTAY
+
+! reflection coefficient (INRIA report section 6.1) http://hal.inria.fr/docs/00/07/32/19/PDF/RR-3471.pdf
+   Rcoef = 1.d-5
+  c_max = max(cp_bottom,cp_top)
+  c_min = min(cs_bottom,cs_top)
+
+     K_MAX_PML_1 = 1.d0
+
+  print *,'K_MAX_PML = ',K_MAX_PML_1
+
+! check that NPOWER is okay
+  if(NPOWER < 1) stop 'NPOWER must be greater than 1'
+
+! compute d0 from INRIA report section 6.1 http://hal.inria.fr/docs/00/07/32/19/PDF/RR-3471.pdf
+  if(HETEROGENEOUS_MODEL) then
+  d0_x = - (NPOWER + 1) * c_max *dsqrt(taumax)* log(Rcoef) / (2.d0 * thickness_PML_x)
+  d0_y = - (NPOWER + 1) * c_max *dsqrt(taumax)* log(Rcoef) / (2.d0 * thickness_PML_y)
+ else
+  d0_x = - (NPOWER + 1) * cp_bottom *dsqrt(taumax)* log(Rcoef) / (2.d0 * thickness_PML_x)
+  d0_y = - (NPOWER + 1) * cp_bottom *dsqrt(taumax)* log(Rcoef) / (2.d0 * thickness_PML_y)
+ endif
+
+    print *
+    print *,'d0_x = ',d0_x
+    print *,'d0_y = ',d0_y
+
+! parameters involved in RK4 time expansion
+  rk41(1) = ZERO
+  rk41(2) = 0.5d0
+  rk41(3) = 0.5d0
+  rk41(4) = 1.d0
+
+  rk42(1) = 1.d0 / 6.d0
+  rk42(2) = 2.d0 / 6.d0
+  rk42(3) = 2.d0 / 6.d0
+  rk42(4) = 1.d0 / 6.d0
+
+  ksi_x(:) = ZERO
+  ksi_x_half(:) = ZERO
+  d_x_1(:) = ZERO
+  d_x_half_1(:) = ZERO
+  K_x_1(:) = 1.d0
+  K_x_half_1(:) = 1.d0
+  alpha_prime_x_1(:) = ZERO
+  alpha_prime_x_half_1(:) = ZERO
+  a_x_1(:,:) = ZERO
+  a_x_half_1(:,:) = ZERO
+  g_x_1(:) = 5.d-1
+  g_x_half_1(:) = 5.d-1
+
+  ksi_y(:) = ZERO
+  ksi_y_half(:) = ZERO
+  d_y_1(:) = ZERO
+  d_y_half_1(:) = ZERO
+  K_y_1(:) = 1.d0
+  K_y_half_1(:) = 1.d0
+  alpha_prime_y_1(:) = ZERO
+  alpha_prime_y_half_1(:) = ZERO
+  a_y_1(:,:) = ZERO
+  a_y_half_1(:,:) = ZERO
+  g_y_1(:) = 1.d0
+  g_y_half_1(:) = 1.d0
+
+  d_x_2(:) = ZERO
+  d_x_half_2(:) = ZERO
+  K_x_2(:) = 1.d0
+  K_x_half_2(:) = 1.d0
+  alpha_prime_x_2(:) = ZERO
+  alpha_prime_x_half_2(:) = ZERO
+  a_x_2(:,:) = ZERO
+  a_x_half_2(:,:) = ZERO
+  g_x_2(:) = 1.d0
+  g_x_half_2(:) = 1.d0
+
+  d_y_2(:) = ZERO
+  d_y_half_2(:) = ZERO
+  K_y_2(:) = 1.d0
+  K_y_half_2(:) = 1.d0
+  alpha_prime_y_2(:) = ZERO
+  alpha_prime_y_half_2(:) = ZERO
+  a_y_2(:,:) = ZERO
+  a_y_half_2(:,:) = ZERO
+  g_y_2(:) = 1.d0
+  g_y_half_2(:) =1.d0
+
+  r_x_1(:) = ZERO
+  s_x_1(:) = ZERO
+  r_x_half_1(:) = ZERO
+  s_x_half_1(:) = ZERO
+  r_y_1(:) = ZERO
+  s_y_1(:) = ZERO
+  r_y_half_1(:) = ZERO
+  s_y_half_1(:) = ZERO
+
+! damping in the X direction
+
+! origin of the PML layer (position of right edge minus thickness, in meters)
+  xoriginleft = thickness_PML_x
+  xoriginright = (NX-1)*DELTAX - thickness_PML_x
+
+  do i = -4,NX+4
+
+! abscissa of current grid point along the damping profile
+    xval = DELTAX * dble(i-1)
+
+!---------- left edge
+    if(USE_PML_XMIN) then
+
+! define damping profile at the grid points
+      abscissa_in_PML = xoriginleft - xval
+      if(abscissa_in_PML >= ZERO) then
+        abscissa_normalized = abscissa_in_PML / thickness_PML_x
+        d_x_1(i) = d0_x * abscissa_normalized**NPOWER
+! this taken from Gedney page 8.2
+        K_x_1(i) = 1.d0 + (K_MAX_PML_1 - 1.d0) * abscissa_normalized**NPOWER2
+        alpha_prime_x_1(i) = ALPHA_MAX_PML_1 * (1.d0 - abscissa_normalized)
+      endif
+
+! define damping profile at half the grid points
+      abscissa_in_PML = xoriginleft - (xval + DELTAX/2.d0)
+      if(abscissa_in_PML >= ZERO) then
+        abscissa_normalized = abscissa_in_PML / thickness_PML_x
+        d_x_half_1(i) = d0_x * abscissa_normalized**NPOWER
+! this taken from Gedney page 8.2
+        K_x_half_1(i) = 1.d0 + (K_MAX_PML_1 - 1.d0) * abscissa_normalized**NPOWER2
+        alpha_prime_x_half_1(i) = ALPHA_MAX_PML_1 * (1.d0 - abscissa_normalized)
+      endif
+
+    endif
+
+!---------- right edge
+    if(USE_PML_XMAX) then
+
+! define damping profile at the grid points
+      abscissa_in_PML = xval - xoriginright
+      if(abscissa_in_PML >= ZERO) then
+        abscissa_normalized = abscissa_in_PML / thickness_PML_x
+        d_x_1(i) = d0_x * abscissa_normalized**NPOWER
+! this taken from Gedney page 8.2
+        K_x_1(i) = 1.d0 + (K_MAX_PML_1 - 1.d0) * abscissa_normalized**NPOWER2
+        alpha_prime_x_1(i) = ALPHA_MAX_PML_1 * (1.d0 - abscissa_normalized)
+      endif
+
+! define damping profile at half the grid points
+      abscissa_in_PML = xval + DELTAX/2.d0 - xoriginright
+      if(abscissa_in_PML >= ZERO) then
+        abscissa_normalized = abscissa_in_PML / thickness_PML_x
+        d_x_half_1(i) = d0_x * abscissa_normalized**NPOWER
+! this taken from Gedney page 8.2
+        K_x_half_1(i) = 1.d0 + (K_MAX_PML_1 - 1.d0) * abscissa_normalized**NPOWER2
+        alpha_prime_x_half_1(i) = ALPHA_MAX_PML_1 * (1.d0 - abscissa_normalized)
+      endif
+
+    endif
+
+! 1 pole
+    d_x_2(i) = 0.d0
+    d_x_half_2(i) = 0.d0
+
+! just in case, for -5 at the end
+    if(alpha_prime_x_1(i) < ZERO) alpha_prime_x_1(i) = ZERO
+    if(alpha_prime_x_half_1(i) < ZERO) alpha_prime_x_half_1(i) = ZERO
+
+! just in case, for -5 at the end
+    if(alpha_prime_x_2(i) < ZERO) alpha_prime_x_2(i) = ZERO
+    if(alpha_prime_x_half_2(i) < ZERO) alpha_prime_x_half_2(i) = ZERO
+
+! CPML damping parameters for the 4 sub time steps of RK4 algorithm
+do inc=1,4
+    b_x_1(inc,i) =  (1.-epsn*DELTAT*rk41(inc)*(d_x_1(i)/K_x_1(i) + alpha_prime_x_1(i)))/&
+    (1.+epsn1*DELTAT*rk41(inc)*(d_x_1(i)/K_x_1(i) + alpha_prime_x_1(i)))
+    b_x_half_1(inc,i) = (1.-epsn*DELTAT*rk41(inc)*(d_x_half_1(i)/K_x_half_1(i) &
+   + alpha_prime_x_half_1(i)))/(1. +epsn1*DELTAT*rk41(inc)*(d_x_half_1(i)/K_x_half_1(i) &
+    + alpha_prime_x_half_1(i)))
+
+! this to avoid division by zero outside the PML
+if(abs(d_x_1(i)) > 1.d-6) a_x_1(inc,i) = - DELTAT*rk41(inc)*d_x_1(i) / (K_x_1(i)* K_x_1(i))/&
+ (1. +epsn1*DELTAT*rk41(inc)*(d_x_1(i)/K_x_1(i) + alpha_prime_x_1(i)))
+
+ if(abs(d_x_half_1(i)) > 1.d-6) a_x_half_1(inc,i) =-DELTAT*rk41(inc)*d_x_half_1(i)/&
+   (K_x_half_1(i)*K_x_half_1(i) )/&
+   (1. +epsn1*DELTAT*rk41(inc)*(d_x_half_1(i)/K_x_half_1(i)&
+    + alpha_prime_x_half_1(i)))
+
+   r_x_1(i) = -(d_x_1(i)/K_x_1(i) + alpha_prime_x_1(i))
+  s_x_1(i) = - d_x_1(i)/K_x_1(i)/K_x_1(i)
+  r_x_half_1(i) = -(d_x_half_1(i)/K_x_half_1(i) + alpha_prime_x_half_1(i))
+  s_x_half_1(i) = - d_x_half_1(i)/K_x_half_1(i)/K_x_half_1(i)
+
+  enddo
+
+enddo
+
+! damping in the Y direction
+
+! origin of the PML layer (position of right edge minus thickness, in meters)
+  yoriginbottom = thickness_PML_y
+  yorigintop = (NY-1)*DELTAY - thickness_PML_y
+
+  do j = -4,NY+4
+
+! abscissa of current grid point along the damping profile
+    yval = DELTAY * dble(j-1)
+
+!---------- bottom edge
+    if(USE_PML_YMIN) then
+
+! define damping profile at the grid points
+      abscissa_in_PML = yoriginbottom - yval
+      if(abscissa_in_PML >= ZERO) then
+        abscissa_normalized = abscissa_in_PML / thickness_PML_y
+        d_y_1(j) = d0_y * abscissa_normalized**NPOWER
+! this taken from Gedney page 8.2
+        K_y_1(j) = 1.d0 + (K_MAX_PML_1 - 1.d0) * abscissa_normalized**NPOWER2
+        alpha_prime_y_1(j) = ALPHA_MAX_PML_1 * (1.d0 - abscissa_normalized)
+      endif
+
+! define damping profile at half the grid points
+      abscissa_in_PML = yoriginbottom - (yval + DELTAY/2.d0)
+      if(abscissa_in_PML >= ZERO) then
+        abscissa_normalized = abscissa_in_PML / thickness_PML_y
+        d_y_half_1(j) = d0_y * abscissa_normalized**NPOWER
+! this taken from Gedney page 8.2
+        K_y_half_1(j) = 1.d0 + (K_MAX_PML_1 - 1.d0) * abscissa_normalized**NPOWER2
+        alpha_prime_y_half_1(j) = ALPHA_MAX_PML_1 * (1.d0 - abscissa_normalized)
+      endif
+
+    endif
+
+!---------- top edge
+    if(USE_PML_YMAX) then
+
+! define damping profile at the grid points
+      abscissa_in_PML = yval - yorigintop
+      if(abscissa_in_PML >= ZERO) then
+        abscissa_normalized = abscissa_in_PML / thickness_PML_y
+        d_y_1(j) = d0_y * abscissa_normalized**NPOWER
+! this taken from Gedney page 8.2
+        K_y_1(j) = 1.d0 + (K_MAX_PML_1 - 1.d0) * abscissa_normalized**NPOWER2
+        alpha_prime_y_1(j) = ALPHA_MAX_PML_1 * (1.d0 - abscissa_normalized)
+      endif
+
+! define damping profile at half the grid points
+      abscissa_in_PML = yval + DELTAY/2.d0 - yorigintop
+      if(abscissa_in_PML >= ZERO) then
+        abscissa_normalized = abscissa_in_PML / thickness_PML_y
+        d_y_half_1(j) = d0_y * abscissa_normalized**NPOWER
+! this taken from Gedney page 8.2
+        K_y_half_1(j) = 1.d0 + (K_MAX_PML_1 - 1.d0) * abscissa_normalized**NPOWER2
+        alpha_prime_y_half_1(j) = ALPHA_MAX_PML_1 * (1.d0 - abscissa_normalized)
+      endif
+
+    endif
+
+! just in case, for -5 at the end
+    if(alpha_prime_y_1(j) < ZERO) alpha_prime_y_1(j) = ZERO
+    if(alpha_prime_y_half_1(j) < ZERO) alpha_prime_y_half_1(j) = ZERO
+
+! CPML damping parameters for the 4 sub time steps of RK4 algorithm
+do inc=1,4
+    b_y_1(inc,j) =  (1.-epsn*DELTAT*rk41(inc)*(d_y_1(j)/K_y_1(j) + alpha_prime_y_1(j)))/&
+    (1.+epsn1*DELTAT*rk41(inc)*(d_y_1(j)/K_y_1(j) + alpha_prime_y_1(j)))
+    b_y_half_1(inc,j) = (1.-epsn*DELTAT*rk41(inc)*(d_y_half_1(j)/K_y_half_1(j) + &
+    alpha_prime_y_half_1(j)))/(1.+epsn1*DELTAT*rk41(inc)*(d_y_half_1(j)/K_y_half_1(j)&
+     + alpha_prime_y_half_1(j)))
+
+! this to avoid division by zero outside the PML
+  if(abs(d_y_1(j)) > 1.d-6) a_y_1(inc,j) = - DELTAT*rk41(inc)*d_y_1(j)&
+   / (K_y_1(j)* K_y_1(j))/&
+  (1.+epsn1*DELTAT*rk41(inc)*(d_y_1(j)/K_y_1(j) + alpha_prime_y_1(j)))
+ if(abs(d_y_half_1(j)) > 1.d-6) a_y_half_1(inc,j) = -DELTAT*rk41(inc)*d_y_half_1(j) /&
+   (K_y_half_1(j) * K_y_half_1(j) )/&
+(1.+epsn1*DELTAT*rk41(inc)*(d_y_half_1(j)/K_y_half_1(j) + alpha_prime_y_half_1(j)))
+  enddo
+
+  r_y_1(j) = -(d_y_1(j)/K_y_1(j) + alpha_prime_y_1(j))
+  s_y_1(j) = - d_y_1(j)/K_y_1(j)/K_y_1(j)
+  r_y_half_1(j) = -(d_y_half_1(j)/K_y_half_1(j) + alpha_prime_y_half_1(j))
+  s_y_half_1(j) = - d_y_half_1(j)/K_y_half_1(j)/K_y_half_1(j)
+
+enddo
+
+! compute the Lame parameters and density
+  do j = -4,NY+4
+    do i = -4,NX+4
+      if(HETEROGENEOUS_MODEL .and. DELTAY*dble(j-1) > INTERFACE_HEIGHT) then
+         rho(i,j)= rho_top
+         mu(i,j)= mu_top
+         lambda(i,j) = lambda_top
+         lambdaplustwomu(i,j) = lambdaplustwomu_top
+      else
+         rho(i,j)= rho_bottom
+         mu(i,j)= mu_bottom
+         lambda(i,j) = lambda_bottom
+         lambdaplustwomu(i,j) = lambdaplustwomu_bottom
+      endif
+     enddo
+  enddo
+
+
+! print position of the source
+  print *
+  print *,'Position of the source:'
+  print *
+  print *,'x = ',xsource
+  print *,'y = ',ysource
+  print *
+
+! define location of receivers
+  print *
+  print *,'There are ',nrec,' receivers'
+  print *
+!  xspacerec = (xfin-xdeb) / dble(NREC-1)
+!  yspacerec = (yfin-ydeb) / dble(NREC-1)
+!  do irec=1,nrec
+!    xrec(irec) = xdeb + dble(irec-1)*xspacerec
+!    yrec(irec) = ydeb + dble(irec-1)*yspacerec
+!  enddo
+
+  xrec(1) = xsource
+  yrec(1) = ysource - 393*DELTAY
+  xrec(2) = xsource
+  yrec(2) = ysource + 191*DELTAY
+  xrec(3) = xsource + 101*DELTAX
+  yrec(3) = ysource
+
+! find closest grid point for each receiver
+  do irec=1,nrec
+    dist = HUGEVAL
+    do j = 1,NY
+    do i = 1,NX
+      distval = sqrt((DELTAX*dble(i) - xrec(irec))**2 + (DELTAY*dble(j) - yrec(irec))**2)
+      if(distval < dist) then
+        dist = distval
+        ix_rec(irec) = i
+        iy_rec(irec) = j
+      endif
+    enddo
+    enddo
+    print *,'receiver ',irec,' x_target,y_target = ',xrec(irec),yrec(irec)
+    print *,'closest grid point found at distance ',dist,' in i,j = ',ix_rec(irec),iy_rec(irec)
+    print *
+  enddo
+
+! check the Courant stability condition for the explicit time scheme
+! R. Courant et K. O. Friedrichs et H. Lewy (1928)
+  Courant_number_bottom = cp_bottom *dsqrt(taumax)* DELTAT*sqrt(1.d0/DELTAX**2 + 1.d0/DELTAY**2)
+  Dispersion_number_bottom=cs_bottom*dsqrt(taumin)/(2.5d0*f0*max(DELTAX,DELTAY))
+  print *,'Courant number at the bottom is ',Courant_number_bottom
+  print *,'Dispersion number at the bottom is ',Dispersion_number_bottom
+  print *
+  if(Courant_number_bottom > 1.d0/coe_sum) stop 'time step is too large, simulation will be unstable'
+
+  if(HETEROGENEOUS_MODEL) then
+    Courant_number_top = cp_top *dsqrt(taumax) * DELTAT* sqrt(1.d0/DELTAX**2 + 1.d0/DELTAY**2 )
+    Dispersion_number_top= cs_top*dsqrt(taumin) /(2.5d0*f0*max(DELTAX,DELTAY))
+    print *,'Courant number at the top is ',Courant_number_top
+    print *
+    print *,'Dispersion number at the top is ',Dispersion_number_top
+    if(Courant_number_top > 1.d0/coe_sum) stop 'time step is too large, simulation will be unstable'
+  endif
+
+! erase main arrays
+  vx(:,:) = ZERO
+  vy(:,:) = ZERO
+  sigmaxy(:,:) = ZERO
+  sigmayy(:,:) = ZERO
+  sigmaxx(:,:) = ZERO
+  sigmaxy_R(:,:) = ZERO
+  sigmayy_R(:,:) = ZERO
+  sigmaxx_R(:,:) = ZERO
+
+  dvx(:,:,:) = ZERO
+  dvy(:,:,:) = ZERO
+  dsigmaxy(:,:,:) = ZERO
+  dsigmayy(:,:,:) = ZERO
+  dsigmaxx(:,:,:) = ZERO
+  dsigmaxy_R(:,:,:) = ZERO
+  dsigmayy_R(:,:,:) = ZERO
+  dsigmaxx_R(:,:,:) = ZERO
+
+  e1_mech1(:,:)=ZERO
+  e1_mech2(:,:)=ZERO
+  e11_mech1(:,:)=ZERO
+  e11_mech2(:,:)=ZERO
+  e12_mech1(:,:)=ZERO
+  e12_mech2(:,:)=ZERO
+  e22_mech1(:,:)=ZERO
+  e22_mech2(:,:)=ZERO
+
+  de1_mech1(:,:,:)=ZERO
+  de1_mech2(:,:,:)=ZERO
+  de11_mech1(:,:,:)=ZERO
+  de11_mech2(:,:,:)=ZERO
+  de12_mech1(:,:,:)=ZERO
+  de12_mech2(:,:,:)=ZERO
+
+! PML
+  memory_dvx_dx_1(:,:,:) = ZERO
+  memory_dvx_dy_1(:,:,:) = ZERO
+  memory_dvy_dx_1(:,:,:) = ZERO
+  memory_dvy_dy_1(:,:,:) = ZERO
+  memory_dsigmaxx_dx_1(:,:,:) = ZERO
+  memory_dsigmayy_dy_1(:,:,:) = ZERO
+  memory_dsigmaxy_dx_1(:,:,:) = ZERO
+  memory_dsigmaxy_dy_1(:,:,:) = ZERO
+
+! erase seismograms
+  sisvx(:,:) = ZERO
+  sisvy(:,:) = ZERO
+
+! initialize total energy
+  total_energy(:) = ZERO
+  total_energy_kinetic(:) = ZERO
+  total_energy_potential(:) = ZERO
+
+  call date_and_time(datein,timein,zone,time_values)
+! time_values(3): day of the month
+! time_values(5): hour of the day
+! time_values(6): minutes of the hour
+! time_values(7): seconds of the minute
+! time_values(8): milliseconds of the second
+! this fails if we cross the end of the month
+  time_start = 86400.d0*time_values(3) + 3600.d0*time_values(5) + &
+              60.d0*time_values(6) + time_values(7) + time_values(8) / 1000.d0
+
+
+!---
+!---  beginning of time loop
+!---
+
+  do it = 1,NSTEP
+      ! v and sigma temporary variables of RK4
+
+    dvx(1,:,:) = vx(:,:)
+    dvy(1,:,:) = vy(:,:)
+    dsigmaxx(1,:,:) = sigmaxx(:,:)
+    dsigmayy(1,:,:) = sigmayy(:,:)
+    dsigmaxy(1,:,:) = sigmaxy(:,:)
+    dsigmaxx_R(1,:,:) = sigmaxx_R(:,:)
+    dsigmayy_R(1,:,:) = sigmayy_R(:,:)
+    dsigmaxy_R(1,:,:) = sigmaxy_R(:,:)
+
+    dvx(4,:,:) = dvx(1,:,:)
+    dvy(4,:,:) = dvy(1,:,:)
+    dsigmaxx(4,:,:) = dsigmaxx(1,:,:)
+    dsigmayy(4,:,:) = dsigmayy(1,:,:)
+    dsigmaxy(4,:,:) = dsigmaxy(1,:,:)
+    dsigmaxx_R(4,:,:) = dsigmaxx_R(1,:,:)
+    dsigmayy_R(4,:,:) = dsigmayy_R(1,:,:)
+    dsigmaxy_R(4,:,:) = dsigmaxy_R(1,:,:)
+
+    de1_mech1(4,:,:) = de1_mech1(1,:,:)
+    de1_mech2(4,:,:) = de1_mech2(1,:,:)
+    de11_mech1(4,:,:) = de11_mech1(1,:,:)
+    de11_mech2(4,:,:) = de11_mech2(1,:,:)
+    !de22_mech1(4,:,:) = de22_mech1(1,:,:)
+    !de22_mech2(4,:,:) = de22_mech2(1,:,:)
+    de12_mech1(4,:,:) = de12_mech1(1,:,:)
+    de12_mech2(4,:,:) = de12_mech2(1,:,:)
+
+    ! same thing for  memory variables
+    memory_dsigmaxx_dx_1(4,:,:) = memory_dsigmaxx_dx_1(1,:,:)
+    memory_dsigmaxy_dy_1(4,:,:) = memory_dsigmaxy_dy_1(1,:,:)
+    memory_dsigmaxy_dx_1(4,:,:) = memory_dsigmaxy_dx_1(1,:,:)
+    memory_dsigmayy_dy_1(4,:,:) = memory_dsigmayy_dy_1(1,:,:)
+    memory_dvx_dx_1(4,:,:) = memory_dvx_dx_1(1,:,:)
+    memory_dvy_dy_1(4,:,:) = memory_dvy_dy_1(1,:,:)
+    memory_dvy_dx_1(4,:,:) = memory_dvy_dx_1(1,:,:)
+    memory_dvx_dy_1(4,:,:) = memory_dvx_dy_1(1,:,:)
+
+      ! RK4 loop (loop on the four RK4 substeps)
+    do inc= 1,4
+
+     !------------------
+     ! compute velocity
+     !------------------
+      do j = 2,NY
+            do i = 2,NX
+
+          value_dsigmaxx_dx = ( c1 * (dsigmaxx(1,i,j) - dsigmaxx(1,i-1,j)) + c2 * (dsigmaxx(1,i+1,j) - dsigmaxx(1,i-2,j)) + &
+                    c3 * (dsigmaxx(1,i+2,j) - dsigmaxx(1,i-3,j)) + c4 * (dsigmaxx(1,i+3,j) - dsigmaxx(1,i-4,j)) ) * ONE_OVER_DELTAX
+
+          value_dsigmaxy_dy = ( c1 * (dsigmaxy(1,i,j) - dsigmaxy(1,i,j-1)) + c2* (dsigmaxy(1,i,j+1) - dsigmaxy(1,i,j-2)) + &
+                    c3 * (dsigmaxy(1,i,j+2) - dsigmaxy(1,i,j-3)) + c4 * (dsigmaxy(1,i,j+3) - dsigmaxy(1,i,j-4)) ) * ONE_OVER_DELTAY
+
+          if(i.le.NPOINTS_PML+2 .or.i.ge.NX-NPOINTS_PML-2 .or. j.le.NPOINTS_PML+2 .or. j.ge. NY-NPOINTS_PML-2) then
+
+          memory_dsigmaxx_dx_1(2,i,j) = r_x_1(i) * memory_dsigmaxx_dx_1(1,i,j) + s_x_1(i) * value_dsigmaxx_dx
+          memory_dsigmaxy_dy_1(2,i,j) = r_y_1(j) * memory_dsigmaxy_dy_1(1,i,j) + s_y_1(j) * value_dsigmaxy_dy
+
+        value_dsigmaxx_dx = value_dsigmaxx_dx / K_x_1(i) + memory_dsigmaxx_dx_1(1,i,j)
+          value_dsigmaxy_dy = value_dsigmaxy_dy / K_y_1(j) + memory_dsigmaxy_dy_1(1,i,j)
+          endif
+
+          dvx(2,i,j) = (value_dsigmaxx_dx + value_dsigmaxy_dy)/rho(i,j)
+
+            enddo
+        enddo
+
+        do j = 1,NY-1
+            do i = 1,NX-1
+             rho_half_x_half_y = 0.25d0 * (rho(i,j) + rho(i+1,j) + rho(i+1,j+1) + rho(i,j+1))
+
+             value_dsigmaxy_dx = ( c1 * (dsigmaxy(1,i+1,j) - dsigmaxy(1,i,j)) + c2 * (dsigmaxy(1,i+2,j) - dsigmaxy(1,i-1,j)) + &
+                    c3 * (dsigmaxy(1,i+3,j) - dsigmaxy(1,i-2,j)) + c4 * (dsigmaxy(1,i+4,j) - dsigmaxy(1,i-3,j)) )* ONE_OVER_DELTAX
+
+             value_dsigmayy_dy = ( c1 * (dsigmayy(1,i,j+1) - dsigmayy(1,i,j)) + c2 * (dsigmayy(1,i,j+2) - dsigmayy(1,i,j-1)) + &
+                    c3 * (dsigmayy(1,i,j+3) - dsigmayy(1,i,j-2)) + c4 * (dsigmayy(1,i,j+4) - dsigmayy(1,i,j-3)) )* ONE_OVER_DELTAY
+
+            if(i.le.NPOINTS_PML+2 .or.i.ge.NX-NPOINTS_PML-2 .or. j.le.NPOINTS_PML+2 .or. j.ge. NY-NPOINTS_PML-2) then
+            memory_dsigmaxy_dx_1(2,i,j) = r_x_half_1(i) * memory_dsigmaxy_dx_1(1,i,j) + s_x_half_1(i) * value_dsigmaxy_dx
+            memory_dsigmayy_dy_1(2,i,j) = r_y_half_1(j) * memory_dsigmayy_dy_1(1,i,j) + s_y_half_1(j) * value_dsigmayy_dy
+
+            value_dsigmaxy_dx = value_dsigmaxy_dx/K_x_half_1(i)+memory_dsigmaxy_dx_1(1,i,j)
+            value_dsigmayy_dy = value_dsigmayy_dy/K_y_half_1(j)+memory_dsigmayy_dy_1(1,i,j)
+            endif
+
+                dvy(2,i,j) = (value_dsigmaxy_dx + value_dsigmayy_dy) /rho_half_x_half_y
+            enddo
+        enddo
+
+
+    ! add the source (force vector located at a given grid point)
+     a = pi*pi*f0*f0;
+     t = (dble(it-1)+ rk41(inc)) * DELTAT
+
+    ! Gaussian
+    ! source_term = factor * exp(-a*(t-t0)**2)
+
+    ! first derivative of a Gaussian
+    source_term = - factor * 2.d0*a*(t-t0)*exp(-a*(t-t0)**2)
+
+    ! Ricker source time function (second derivative of a Gaussian)
+    ! source_term = factor * (1.d0 - 2.d0*a*(t-t0)**2)*exp(-a*(t-t0)**2)
+
+    force_x = sin(ANGLE_FORCE * DEGREES_TO_RADIANS) * source_term
+    force_y = cos(ANGLE_FORCE * DEGREES_TO_RADIANS) * source_term
+
+    ! define location of the source
+      i = ISOURCE
+      j = JSOURCE
+
+    ! interpolate density at the right location in the staggered grid cell
+    dvx(2,i,j) = dvx(2,i,j) + force_x/ rho(i,j)
+
+    rho_half_x_half_y = 0.25d0 * (rho(i,j) + rho(i+1,j) + rho(i+1,j+1) + rho(i,j+1))
+    dvy(2,i,j) = dvy(2,i,j) + force_y/ rho_half_x_half_y
+
+    ! Dirichlet conditions (rigid boundaries) on all the edges of the grid
+        dvx(:,-4:1,:) = ZERO
+        dvx(:,NX:NX+4,:) = ZERO
+
+        dvx(:,:,-4:1) = ZERO
+        dvx(:,:,NY:NY+4) = ZERO
+
+        dvy(:,-4:1,:) = ZERO
+        dvy(:,NX:NX+4,:) = ZERO
+
+        dvy(:,:,-4:1) = ZERO
+        dvy(:,:,NY:NY+4) = ZERO
+
+   !----------------------
+   ! compute stress sigma
+   !----------------------
+
+   do j=2,NY
+     do i=1,NX-1
+
+      mul_relaxed = 0.5d0 * (mu(i+1,j) + mu(i,j))
+      lambdal_relaxed = 0.5d0 * (lambda(i+1,j) + lambda(i,j))
+      lambdalplus2mul_relaxed = 0.5d0 * (lambdaplustwomu(i+1,j) + lambdaplustwomu(i,j))
+
+      lambdal_unrelaxed = (lambdal_relaxed + 2.d0/DIM*mul_relaxed) * Mu_nu1 - 2.d0/DIM*mul_relaxed * Mu_nu2
+      mul_unrelaxed = mul_relaxed * Mu_nu2
+      lambdalplus2mul_unrelaxed = lambdal_unrelaxed + TWO*mul_unrelaxed
+
+        value_dvx_dx = ( c1 * (dvx(1,i+1,j) - dvx(1,i,j)) + c2 * (dvx(1,i+2,j) - dvx(1,i-1,j)) + &
+                  c3 * (dvx(1,i+3,j) - dvx(1,i-2,j)) + c4 * (dvx(1,i+4,j) - dvx(1,i-3,j)) )* ONE_OVER_DELTAX
+
+        value_dvy_dy = ( c1 * (dvy(1,i,j) - dvy(1,i,j-1)) + c2 * (dvy(1,i,j+1) - dvy(1,i,j-2)) + &
+                  c3 * (dvy(1,i,j+2) - dvy(1,i,j-3)) + c4 * (dvy(1,i,j+3) - dvy(1,i,j-4)) )* ONE_OVER_DELTAY
+
+        duxdx = value_dvx_dx
+        duydy = value_dvy_dy
+
+      if(i.le.NPOINTS_PML+2 .or.i.ge.NX-NPOINTS_PML-2 .or. j.le.NPOINTS_PML+2 .or. j.ge. NY-NPOINTS_PML-2) then
+           memory_dvx_dx_1(2,i,j) = r_x_half_1(i) * memory_dvx_dx_1(1,i,j) + s_x_half_1(i) * value_dvx_dx
+           memory_dvy_dy_1(2,i,j) = r_y_1(j) * memory_dvy_dy_1(1,i,j) + s_y_1(j) * value_dvy_dy
+
+           duxdx = value_dvx_dx / K_x_half_1(i) + memory_dvx_dx_1(1,i,j)
+           duydy = value_dvy_dy / K_y_1(j) + memory_dvy_dy_1(1,i,j)
+        endif
+
+      div=duxdx+duydy
+
+!evolution e1_mech1
+ tauinv = - inv_tau_sigma_nu1_mech1
+ Sn   = div * phi_nu1_mech1
+ de1_mech1(2,i,j) = tauinv * de1_mech1(1,i,j) + Sn
+
+!evolution e1_mech2
+ tauinv = - inv_tau_sigma_nu1_mech2
+ Sn   = div * phi_nu1_mech2
+ de1_mech2(2,i,j) = tauinv * de1_mech2(1,i,j) + Sn
+
+! evolution e11_mech1
+ tauinv = - inv_tau_sigma_nu2_mech1
+ Sn   = (duxdx - div/DIM) * phi_nu2_mech1
+ de11_mech1(2,i,j) = tauinv * de11_mech1(1,i,j) + Sn
+
+! evolution e11_mech2
+ tauinv = - inv_tau_sigma_nu2_mech2
+ Sn   = (duxdx - div/DIM) * phi_nu2_mech2
+ de11_mech2(2,i,j) = tauinv * de11_mech2(1,i,j) + Sn
+
+!add the memory variables using the relaxed parameters (Carcione page 111)
+! there is a bug in Carcione's equation for sigma_zz
+  dsigmaxx(2,i,j) = ((lambdal_relaxed + 2.d0/DIM*mul_relaxed)* &
+        (de1_mech1(1,i,j) + de1_mech2(1,i,j)) + TWO * mul_relaxed * (de11_mech1(1,i,j) + de11_mech2(1,i,j))+ &
+        (lambdalplus2mul_unrelaxed * (duxdx) + lambdal_unrelaxed* (duydy) ))
+
+ dsigmayy(2,i,j) = ((lambdal_relaxed + 2.d0*mul_relaxed)* &
+        (de1_mech1(1,i,j) + de1_mech2(1,i,j)) - TWO/DIM * mul_relaxed * (de11_mech1(1,i,j) + de11_mech2(1,i,j)) + &
+        (lambdal_unrelaxed * (duxdx) + lambdalplus2mul_unrelaxed* (duydy) ))
+
+! compute the stress using the unrelaxed Lame parameters (Carcione page 111)
+  dsigmaxx_R(2,i,j) = lambdalplus2mul_relaxed * (duxdx) + lambdal_relaxed* (duydy)
+
+  dsigmayy_R(2,i,j) = lambdal_relaxed * (duxdx) + lambdalplus2mul_relaxed* (duydy)
+
+     enddo
+    enddo
+
+   do j=1,NY-1
+     do i=2,NX
+      mul_relaxed = 0.5d0 * (mu(i,j+1) + mu(i,j))
+      mul_unrelaxed = mul_relaxed * Mu_nu2
+
+        value_dvy_dx = ( c1 * (dvy(1,i,j) - dvy(1,i-1,j)) + c2 * (dvy(1,i+1,j) - dvy(1,i-2,j)) + &
+            c3 * (dvy(1,i+2,j) - dvy(1,i-3,j)) + c4 * (dvy(1,i+3,j) - dvy(1,i-4,j)) )* ONE_OVER_DELTAX
+
+         value_dvx_dy = ( c1 * (dvx(1,i,j+1) - dvx(1,i,j)) + c2 * (dvx(1,i,j+2) - dvx(1,i,j-1)) +  &
+            c3 * (dvx(1,i,j+3) - dvx(1,i,j-2)) + c4 * (dvx(1,i,j+4) - dvx(1,i,j-3)) )* ONE_OVER_DELTAY
+
+             duydx = value_dvy_dx
+             duxdy = value_dvx_dy
+
+           if(i.le.NPOINTS_PML+2 .or.i.ge.NX-NPOINTS_PML-2 .or. j.le.NPOINTS_PML+2 .or. j.ge. NY-NPOINTS_PML-2) then
+           memory_dvy_dx_1(2,i,j) = r_x_1(i) * memory_dvy_dx_1(1,i,j) + s_x_1(i) * value_dvy_dx
+           memory_dvx_dy_1(2,i,j) = r_y_half_1(j) * memory_dvx_dy_1(1,i,j) + s_y_half_1(j) * value_dvx_dy
+
+           duydx = value_dvy_dx / K_x_1(i)  + memory_dvy_dx_1(1,i,j)
+           duxdy = value_dvx_dy / K_y_half_1(j) + memory_dvx_dy_1(1,i,j)
+           endif
+
+! evolution e12_mech1
+     tauinv = - inv_tau_sigma_nu2_mech1
+     Sn   = (duxdy+duydx) * phi_nu2_mech1
+     de12_mech1(2,i,j) = tauinv * de12_mech1(1,i,j) + Sn
+
+! evolution e12_mech2
+     tauinv = - inv_tau_sigma_nu2_mech2
+     Sn   = (duxdy+duydx) * phi_nu2_mech2
+     de12_mech2(2,i,j) = tauinv * de12_mech2(1,i,j) + Sn
+
+    dsigmaxy(2,i,j) = mul_relaxed * (de12_mech1(1,i,j) + de12_mech2(1,i,j))+mul_unrelaxed * (duxdy+duydx)
+    dsigmaxy_R(2,i,j) = mul_relaxed * (duxdy+duydx)
+
+      enddo
+    enddo
+
+! The new values of the different variables v and sigma are computed
+        dvx(1,:,:) = dvx(4,:,:) + rk41(inc) * dvx(2,:,:) * DELTAT
+        dvy(1,:,:) = dvy(4,:,:) + rk41(inc) * dvy(2,:,:) * DELTAT
+        dsigmaxx(1,:,:) = dsigmaxx(4,:,:) + rk41(inc) * dsigmaxx(2,:,:) * DELTAT
+        dsigmayy(1,:,:) = dsigmayy(4,:,:) + rk41(inc) * dsigmayy(2,:,:) * DELTAT
+        dsigmaxy(1,:,:) = dsigmaxy(4,:,:) + rk41(inc) * dsigmaxy(2,:,:) * DELTAT
+        dsigmaxx_R(1,:,:) = dsigmaxx_R(4,:,:) + rk41(inc) * dsigmaxx_R(2,:,:) * DELTAT
+        dsigmayy_R(1,:,:) = dsigmayy_R(4,:,:) + rk41(inc) * dsigmayy_R(2,:,:) * DELTAT
+        dsigmaxy_R(1,:,:) = dsigmaxy_R(4,:,:) + rk41(inc) * dsigmaxy_R(2,:,:) * DELTAT
+
+
+        de1_mech1(1,:,:) = de1_mech1(4,:,:) + rk41(inc) * de1_mech1(2,:,:) * DELTAT
+        de1_mech2(1,:,:) = de1_mech2(4,:,:) + rk41(inc) * de1_mech2(2,:,:) * DELTAT
+        de11_mech1(1,:,:) = de11_mech1(4,:,:) + rk41(inc) * de11_mech1(2,:,:) * DELTAT
+        de11_mech2(1,:,:) = de11_mech2(4,:,:) + rk41(inc) * de11_mech2(2,:,:) * DELTAT
+        de12_mech1(1,:,:) = de12_mech1(4,:,:) + rk41(inc) * de12_mech1(2,:,:) * DELTAT
+        de12_mech2(1,:,:) = de12_mech2(4,:,:) + rk41(inc) * de12_mech2(2,:,:) * DELTAT
+
+        memory_dsigmaxx_dx_1(1,:,:) = memory_dsigmaxx_dx_1(4,:,:) + rk41(inc)*DELTAT*memory_dsigmaxx_dx_1(2,:,:)
+        memory_dsigmaxy_dy_1(1,:,:) = memory_dsigmaxy_dy_1(4,:,:) + rk41(inc)*DELTAT*memory_dsigmaxy_dy_1(2,:,:)
+        memory_dsigmaxy_dx_1(1,:,:) = memory_dsigmaxy_dx_1(4,:,:) + rk41(inc)*DELTAT*memory_dsigmaxy_dx_1(2,:,:)
+        memory_dsigmayy_dy_1(1,:,:) = memory_dsigmayy_dy_1(4,:,:) + rk41(inc)*DELTAT*memory_dsigmayy_dy_1(2,:,:)
+        memory_dvx_dx_1(1,:,:) = memory_dvx_dx_1(4,:,:) + rk41(inc)*DELTAT*memory_dvx_dx_1(2,:,:)
+        memory_dvy_dy_1(1,:,:) = memory_dvy_dy_1(4,:,:) + rk41(inc)*DELTAT*memory_dvy_dy_1(2,:,:)
+        memory_dvx_dy_1(1,:,:) = memory_dvx_dy_1(4,:,:) + rk41(inc)*DELTAT*memory_dvx_dy_1(2,:,:)
+        memory_dvy_dx_1(1,:,:) = memory_dvy_dx_1(4,:,:) + rk41(inc)*DELTAT*memory_dvy_dx_1(2,:,:)
+
+        ! Dirichlet conditions (rigid boundaries) on all the edges of the grid
+        dvx(:,-4:1,:) = ZERO
+        dvx(:,NX:NX+4,:) = ZERO
+
+        dvx(:,:,-4:1) = ZERO
+        dvx(:,:,NY:NY+4) = ZERO
+
+        dvy(:,-4:1,:) = ZERO
+        dvy(:,NX:NX+4,:) = ZERO
+
+        dvy(:,:,-4:1) = ZERO
+        dvy(:,:,NY:NY+4) = ZERO
+
+        vx(-4:1,:) = ZERO
+        vx(:,-4:1) = ZERO
+        vy(-4:1,:) = ZERO
+        vy(:,-4:1) = ZERO
+
+        vx(NX:NX+4,:) = ZERO
+        vx(:,NY:NY+4) = ZERO
+        vy(NX:NX+4,:) = ZERO
+        vy(:,NY:NY+4) = ZERO
+
+  enddo
+
+  vx(:,:) =  dvx(1,:,:)
+  vy(:,:) =  dvy(1,:,:)
+  sigmaxx(:,:) =  dsigmaxx(1,:,:)
+  sigmayy(:,:) =  dsigmayy(1,:,:)
+  sigmaxy(:,:) =  dsigmaxy(1,:,:)
+  sigmaxx_R(:,:) =  dsigmaxx_R(1,:,:)
+  sigmayy_R(:,:) =  dsigmayy_R(1,:,:)
+  sigmaxy_R(:,:) =  dsigmaxy_R(1,:,:)
+
+  e1_mech1(:,:) = de1_mech1(1,:,:)
+  e1_mech2(:,:) = de1_mech2(1,:,:)
+  e11_mech1(:,:) = de11_mech1(1,:,:)
+  e11_mech2(:,:) = de11_mech2(1,:,:)
+  e12_mech1(:,:) = de12_mech1(1,:,:)
+  e12_mech2(:,:) = de12_mech2(1,:,:)
+
+! end of RK4 loop
+
+! store seismograms
+    do irec = 1,NREC
+      sisvx(it,irec) = vx(ix_rec(irec),iy_rec(irec))
+      sisvy(it,irec) = vy(ix_rec(irec),iy_rec(irec))
+    enddo
+
+! compute total energy in the medium (without the PML layers)
+  local_energy_kinetic = ZERO
+  local_energy_potential = ZERO
+
+
+    do j = NPOINTS_PML, NY-NPOINTS_PML+1
+      do i = NPOINTS_PML, NX-NPOINTS_PML+1
+
+! compute kinetic energy first, defined as 1/2 rho ||v||^2
+! in principle we should use rho_half_x_half_y instead of rho for vy
+! in order to interpolate density at the right location in the staggered grid cell
+! but in a homogeneous medium we can safely ignore it
+      local_energy_kinetic = local_energy_kinetic + 0.5d0 * rho(i,j)*( &
+              vx(i,j)**2 + vy(i,j)**2)
+
+        total_energy_kinetic(it) = local_energy_kinetic
+
+! add potential energy, defined as 1/2 epsilon_ij sigma_ij
+! in principle we should interpolate the medium parameters at the right location
+! in the staggered grid cell but in a homogeneous medium we can safely ignore it
+
+! compute total field from split components
+      epsilon_xx = ((lambda(i,j) + 2.d0*mu(i,j)) * sigmaxx_R(i,j) - lambda(i,j) * sigmayy_R(i,j)) / &
+                   (4.d0 * mu(i,j) * (lambda(i,j) + mu(i,j)))
+
+      epsilon_yy = ((lambda(i,j) + 2.d0*mu(i,j)) * sigmayy_R(i,j) - lambda(i,j) * sigmaxx_R(i,j)) / &
+                   (4.d0 * mu(i,j) * (lambda(i,j) + mu(i,j)))
+
+      epsilon_xy = sigmaxy_R(i,j) / (2.d0 * mu(i,j))
+
+      local_energy_potential = local_energy_potential + &
+        0.5d0 * (epsilon_xx * sigmaxx_R(i,j) + epsilon_yy * sigmayy_R(i,j) + &
+        epsilon_yy * sigmayy_R(i,j)+ 2.d0 * epsilon_xy * sigmaxy_R(i,j))
+
+      total_energy_potential(it) = local_energy_potential
+
+        enddo
+    enddo
+
+      total_energy(it) = total_energy_kinetic(it) + total_energy_potential(it)
+
+! output information
+  if(mod(it,IT_DISPLAY) == 0 .or. it == 5) then
+        Vsolidnorm = maxval(sqrt(vx**2 + vy**2))
+      print *,'Time step # ',it
+      print *,'Time: ',sngl((it-1)*DELTAT),' seconds'
+      print *,'Max norm velocity vector V (m/s) = ',Vsolidnorm
+      print *,'Total energy = ',total_energy(it)
+! check stability of the code, exit if unstable
+      if(Vsolidnorm > STABILITY_THRESHOLD) stop 'code became unstable and blew up in solid'
+
+! save energy
+     open(unit=21,file='energy.dat',status='unknown')
+     do it2=1,NSTEP
+       write(21,*) sngl(dble(it2-1)*DELTAT),total_energy_kinetic(it2),&
+          total_energy_potential(it2),total_energy(it2)
+     enddo
+     close(21)
+
+! save seismograms
+    print *,'saving seismograms'
+    print *
+    call write_seismograms(sisvx,sisvy,NSTEP,NREC,DELTAT,t0)
+
+    call create_color_image(vx(1:NX,1:NY),NX,NY,it,ISOURCE,JSOURCE,ix_rec,iy_rec,nrec, &
+                         NPOINTS_PML,USE_PML_XMIN,USE_PML_XMAX,USE_PML_YMIN,USE_PML_YMAX,1,max_amplitudeVx,JINTERFACE)
+    call create_color_image(vy(1:NX,1:NY),NX,NY,it,ISOURCE,JSOURCE,ix_rec,iy_rec,nrec, &
+                         NPOINTS_PML,USE_PML_XMIN,USE_PML_XMAX,USE_PML_YMIN,USE_PML_YMAX,2,max_amplitudeVy,JINTERFACE)
+
+    endif
+
+! --- end of time loop
+  enddo
+
+! save seismograms
+  call write_seismograms(sisvx,sisvy,NSTEP,NREC,DELTAT,t0)
+
+! save total energy
+  open(unit=20,file='RK4_energy.dat',status='unknown')
+  do it = 1,NSTEP
+    write(20,*) sngl(dble(it-1)*DELTAT),sngl(total_energy_kinetic(it)), &
+            sngl(total_energy_potential(it)),sngl(total_energy(it))
+  enddo
+  close(20)
+
+! create script for Gnuplot for total energy
+  open(unit=20,file='RK4_plot_energy',status='unknown')
+  write(20,*) 'set term x11'
+  write(20,*) 'set term postscript landscape monochrome dashed "Helvetica" 22'
+  write(20,*)
+  write(20,*) 'set xlabel "Time (s)"'
+  write(20,*) 'set ylabel "Total energy"'
+  write(20,*)
+  write(20,*) 'set output "ADEPML2D_total_energy_semilog.eps"'
+  write(20,*) 'set logscale y'
+  write(20,*) 'plot "RK4_energy.dat" t ''Total energy'' w l 1'
+  write(20,*) 'pause -1 "Hit any key..."'
+  write(20,*)
+  close(20)
+
+! create script for Gnuplot
+  open(unit=20,file='plotgnu',status='unknown')
+  write(20,*) 'set term x11'
+  write(20,*) 'set term postscript landscape monochrome dashed "Helvetica" 22'
+  write(20,*)
+  write(20,*) 'set xlabel "Time (s)"'
+  write(20,*) 'set ylabel "Amplitude (m / s)"'
+  write(20,*)
+
+  write(20,*) 'set output "v_sigma_Vx_receiver_001.eps"'
+  write(20,*) 'plot "RK4_Vx_file_001.dat" t ''Vx ADE-PML RK4'' w l 1'
+  write(20,*) 'pause -1 "Hit any key..."'
+  write(20,*)
+
+  write(20,*) 'set output "v_sigma_Vy_receiver_001.eps"'
+  write(20,*) 'plot "RK4_Vy_file_001.dat" t ''Vy ADE-PML RK4'' w l 1'
+  write(20,*) 'pause -1 "Hit any key..."'
+  write(20,*)
+
+  write(20,*) 'set output "v_sigma_Vx_receiver_002.eps"'
+  write(20,*) 'plot "RK4_Vx_file_002.dat" t ''Vx ADE-PML RK4'' w l 1'
+  write(20,*) 'pause -1 "Hit any key..."'
+  write(20,*)
+
+  write(20,*) 'set output "v_sigma_Vy_receiver_002.eps"'
+  write(20,*) 'plot "RK4_Vy_file_002.dat" t ''Vy ADE-PML RK4'' w l 1'
+  write(20,*) 'pause -1 "Hit any key..."'
+  write(20,*)
+
+  write(20,*) 'set output "v_sigma_Vx_receiver_003.eps"'
+  write(20,*) 'plot "RK4_Vx_file_003.dat" t ''Vx ADE-PML RK4'' w l 1'
+  write(20,*) 'pause -1 "Hit any key..."'
+  write(20,*)
+
+  write(20,*) 'set output "v_sigma_Vy_receiver_003.eps"'
+  write(20,*) 'plot "RK4_Vy_file_003.dat" t ''Vy ADE-PML RK4'' w l 1'
+  write(20,*) 'pause -1 "Hit any key..."'
+  write(20,*)
+
+  close(20)
+
+  ! count elapsed wall-clock time
+    call date_and_time(datein,timein,zone,time_values)
+! time_values(3): day of the month
+! time_values(5): hour of the day
+! time_values(6): minutes of the hour
+! time_values(7): seconds of the minute
+! time_values(8): milliseconds of the second
+! this fails if we cross the end of the month
+    time_end = 86400.d0*time_values(3) + 3600.d0*time_values(5) + &
+              60.d0*time_values(6) + time_values(7) + time_values(8) / 1000.d0
+
+! elapsed time since beginning of the simulation
+    tCPU = time_end - time_start
+    int_tCPU = int(tCPU)
+   ihours = int_tCPU / 3600
+    iminutes = (int_tCPU - 3600*ihours) / 60
+   iseconds = int_tCPU - 3600*ihours - 60*iminutes
+    write(*,*) 'Elapsed time in seconds = ',tCPU
+    write(*,"(' Elapsed time in hh:mm:ss = ',i4,' h ',i2.2,' m ',i2.2,' s')") ihours,iminutes,iseconds
+    write(*,*) 'Mean elapsed time per time step in seconds = ',tCPU/dble(it)
+    write(*,*)
+
+!    write time stamp file to give information about progression of simulation
+    write(outputname,"('timestamp',i6.6)") it
+    open(unit=IOUT,file=outputname,status='unknown')
+    write(IOUT,*) 'Time step # ',it
+    write(IOUT,*) 'Time: ',sngl((it-1)*DELTAT),' seconds'
+    write(IOUT,*) 'Max norm velocity vector V (m/s) = ',Vsolidnorm
+    write(IOUT,*) 'Total energy = ',total_energy(it)
+    write(IOUT,*) 'Elapsed time in seconds = ',tCPU
+    write(IOUT,"(' Elapsed time in hh:mm:ss = ',i4,' h ',i2.2,' m ',i2.2,' s')") ihours,iminutes,iseconds
+    write(IOUT,*) 'Mean elapsed time per time step in seconds = ',tCPU/dble(it)
+    close(IOUT)
+
+  print *
+  print *,'End of the simulation'
+  print *
+
+  end program seismic_ADEPML_2D_viscoelastic_RK4_eighth_order
+
+!----
+!----  save the seismograms in ASCII text format
+!----
+
+  subroutine write_seismograms(sisvx,sisvy,nt,nrec,DELTAT,t0)
+
+  implicit none
+
+  integer nt,nrec
+  double precision DELTAT,t0
+
+  double precision sisvx(nt,nrec)
+  double precision sisvy(nt,nrec)
+
+  integer irec,it
+
+  character(len=100) file_name
+
+! X component
+  do irec=1,nrec
+    write(file_name,"('RK4_Vx_file_',i3.3,'.dat')") irec
+    open(unit=11,file=file_name,status='unknown')
+    do it=1,nt
+      write(11,*) sngl(dble(it-1)*DELTAT-t0),' ',sngl(sisvx(it,irec))
+    enddo
+    close(11)
+  enddo
+
+! Y component
+  do irec=1,nrec
+    write(file_name,"('RK4_Vy_file_',i3.3,'.dat')") irec
+    open(unit=11,file=file_name,status='unknown')
+    do it=1,nt
+      write(11,*) sngl(dble(it-1)*DELTAT-t0),' ',sngl(sisvy(it,irec))
+    enddo
+    close(11)
+  enddo
+
+  end subroutine write_seismograms
+
+!----
+!----  routine to create a color image of a given vector component
+!----  the image is created in PNM format and then converted to GIF
+!----
+
+  subroutine create_color_image(image_data_2D,NX,NY,it,ISOURCE,JSOURCE,ix_rec,iy_rec,nrec, &
+              NPOINTS_PML,USE_PML_LEFT,USE_PML_RIGHT,USE_PML_BOTTOM,USE_PML_TOP,field_number,max_amplitude,JINTERFACE)
+
+
+  implicit none
+
+! non linear display to enhance small amplitudes for graphics
+  double precision, parameter :: POWER_DISPLAY = 0.30d0
+
+! amplitude threshold above which we draw the color point
+  double precision, parameter :: cutvect = 0.01d0
+
+! use black or white background for points that are below the threshold
+  logical, parameter :: WHITE_BACKGROUND = .true.
+
+! size of cross and square in pixels drawn to represent the source and the receivers
+  integer, parameter :: width_cross = 5, thickness_cross = 1, size_square = 3
+
+  integer NX,NY,it,field_number,ISOURCE,JSOURCE,NPOINTS_PML,nrec
+  logical USE_PML_LEFT,USE_PML_RIGHT,USE_PML_BOTTOM,USE_PML_TOP
+
+  double precision, dimension(NX,NY) :: image_data_2D
+
+  integer, dimension(nrec) :: ix_rec,iy_rec
+
+  integer ix,iy,irec,JINTERFACE
+
+  double precision max_amplitude
+
+  character(len=100) file_name,system_command
+
+  double precision normalized_value
+  integer :: R, G, B
+
+! open image file and create system command to convert image to more convenient format
+! use the "convert" command from ImageMagick http://www.imagemagick.org
+  if(field_number == 1) then
+    write(file_name,"('image',i6.6,'_Vx.pnm')") it
+    write(system_command,"('convert image',i6.6,'_Vx.pnm image',i6.6,'_Vx.gif ; rm image',i6.6,'_Vx.pnm')") it,it,it
+  endif
+  if(field_number == 2) then
+    write(file_name,"('image',i6.6,'_Vy.pnm')") it
+    write(system_command,"('convert image',i6.6,'_Vy.pnm image',i6.6,'_Vy.gif ; rm image',i6.6,'_Vy.pnm')") it,it,it
+  endif
+  if(field_number == 3) then
+    write(file_name,"('image',i6.6,'_Vnorm.pnm')") it
+    write(system_command,"('convert image',i6.6,'_Vnorm.pnm image',i6.6,'_Vnorm.gif ; rm image',i6.6,'_Vnorm.pnm')") it,it,it
+  endif
+
+  open(unit=27, file=file_name, status='unknown')
+
+  write(27,"('P3')") ! write image in PNM P3 format
+
+  write(27,*) NX,NY ! write image size
+  write(27,*) '255' ! maximum value of each pixel color
+
+! compute maximum amplitude
+  max_amplitude = maxval(abs(image_data_2D))
+
+! image starts in upper-left corner in PNM format
+  do iy=NY,1,-1
+    do ix=1,NX
+
+! define data as vector component normalized to [-1:1] and rounded to nearest integer
+! keeping in mind that amplitude can be negative
+    normalized_value = image_data_2D(ix,iy) / max_amplitude
+
+! suppress values that are outside [-1:+1] to avoid small edge effects
+    if(normalized_value < -1.d0) normalized_value = -1.d0
+    if(normalized_value > 1.d0) normalized_value = 1.d0
+
+! draw an orange cross to represent the source
+    if((ix >= ISOURCE - width_cross .and. ix <= ISOURCE + width_cross .and. &
+        iy >= JSOURCE - thickness_cross .and. iy <= JSOURCE + thickness_cross) .or. &
+       (ix >= ISOURCE - thickness_cross .and. ix <= ISOURCE + thickness_cross .and. &
+        iy >= JSOURCE - width_cross .and. iy <= JSOURCE + width_cross)) then
+      R = 255
+      G = 157
+      B = 0
+
+! display two-pixel-thick black frame around the image
+  else if(ix <= 2 .or. ix >= NX-1 .or. iy <= 2 .or. iy >= NY-1) then
+      R = 0
+      G = 0
+      B = 0
+
+! display edges of the PML layers
+  else if((USE_PML_LEFT .and. ix == NPOINTS_PML) .or. &
+          (USE_PML_RIGHT .and. ix == NX - NPOINTS_PML) .or. &
+          (USE_PML_BOTTOM .and. iy == NPOINTS_PML) .or. &
+          (USE_PML_TOP .and. iy == NY - NPOINTS_PML)) then
+      R = 255
+      G = 150
+      B = 0
+ else if(iy==JINTERFACE) then
+        R = 0
+        G = 0
+        B = 0
+! suppress all the values that are below the threshold
+    else if(abs(image_data_2D(ix,iy)) <= max_amplitude * cutvect) then
+
+! use a black or white background for points that are below the threshold
+      if(WHITE_BACKGROUND) then
+        R = 255
+        G = 255
+        B = 255
+      else
+        R = 0
+        G = 0
+        B = 0
+      endif
+
+! represent regular image points using red if value is positive, blue if negative
+    else if(normalized_value >= 0.d0) then
+      R = nint(255.d0*normalized_value**POWER_DISPLAY)
+      G = 0
+      B = 0
+    else
+      R = 0
+      G = 0
+      B = nint(255.d0*abs(normalized_value)**POWER_DISPLAY)
+    endif
+
+! draw a green square to represent the receivers
+  do irec = 1,nrec
+    if((ix >= ix_rec(irec) - size_square .and. ix <= ix_rec(irec) + size_square .and. &
+        iy >= iy_rec(irec) - size_square .and. iy <= iy_rec(irec) + size_square) .or. &
+       (ix >= ix_rec(irec) - size_square .and. ix <= ix_rec(irec) + size_square .and. &
+        iy >= iy_rec(irec) - size_square .and. iy <= iy_rec(irec) + size_square)) then
+! use dark green color
+      R = 30
+      G = 180
+      B = 60
+    endif
+  enddo
+
+! write color pixel
+    write(27,"(i3,' ',i3,' ',i3)") R,G,B
+
+    enddo
+  enddo
+
+! close file
+  close(27)
+
+! call the system to convert image to JPEG
+! call system(system_command)
+
+  end subroutine create_color_image
+
+!
+! CeCILL FREE SOFTWARE LICENSE AGREEMENT
+!
+!     Notice
+!
+! This Agreement is a Free Software license agreement that is the result
+! of discussions between its authors in order to ensure compliance with
+! the two main principles guiding its drafting:
+!
+!     * firstly, compliance with the principles governing the distribution
+!       of Free Software: access to source code, broad rights granted to
+!       users,
+!     * secondly, the election of a governing law, French law, with which
+!       it is conformant, both as regards the law of torts and
+!       intellectual property law, and the protection that it offers to
+!       both authors and holders of the economic rights over software.
+!
+! The authors of the CeCILL (for Ce[a] C[nrs] I[nria] L[ogiciel] L[ibre])
+! license are:
+!
+! Commissariat a l'Energie Atomique - CEA, a public scientific, technical
+! and industrial research establishment, having its principal place of
+! business at 25 rue Leblanc, immeuble Le Ponant D, 75015 Paris, France.
+!
+! Centre National de la Recherche Scientifique - CNRS, a public scientific
+! and technological establishment, having its principal place of business
+! at 3 rue Michel-Ange, 75794 Paris cedex 16, France.
+!
+! Institut National de Recherche en Informatique et en Automatique -
+! INRIA, a public scientific and technological establishment, having its
+! principal place of business at Domaine de Voluceau, Rocquencourt, BP
+! 105, 78153 Le Chesnay cedex, France.
+!
+!     Preamble
+!
+! The purpose of this Free Software license agreement is to grant users
+! the right to modify and redistribute the software governed by this
+! license within the framework of an open source distribution model.
+!
+! The exercising of these rights is conditional upon certain obligations
+! for users so as to preserve this status for all subsequent redistributions.
+!
+! In consideration of access to the source code and the rights to copy,
+! modify and redistribute granted by the license, users are provided only
+! with a limited warranty and the software's author, the holder of the
+! economic rights, and the successive licensors only have limited liability.
+!
+! In this respect, the risks associated with loading, using, modifying
+! and/or developing or reproducing the software by the user are brought to
+! the user's attention, given its Free Software status, which may make it
+! complicated to use, with the result that its use is reserved for
+! developers and experienced professionals having in-depth computer
+! knowledge. Users are therefore encouraged to load and test the
+! suitability of the software as regards their requirements in conditions
+! enabling the security of their systems and/or data to be ensured and,
+! more generally, to use and operate it in the same conditions of
+! security. This Agreement may be freely reproduced and published,
+! provided it is not altered, and that no provisions are either added or
+! removed herefrom.
+!
+! This Agreement may apply to any or all software for which the holder of
+! the economic rights decides to submit the use thereof to its provisions.
+!
+!     Article 1 - DEFINITIONS
+!
+! For the purpose of this Agreement, when the following expressions
+! commence with a capital letter, they shall have the following meaning:
+!
+! Agreement: means this license agreement, and its possible subsequent
+! versions and annexes.
+!
+! Software: means the software in its Object Code and/or Source Code form
+! and, where applicable, its documentation, "as is" when the Licensee
+! accepts the Agreement.
+!
+! Initial Software: means the Software in its Source Code and possibly its
+! Object Code form and, where applicable, its documentation, "as is" when
+! it is first distributed under the terms and conditions of the Agreement.
+!
+! Modified Software: means the Software modified by at least one
+! Contribution.
+!
+! Source Code: means all the Software's instructions and program lines to
+! which access is required so as to modify the Software.
+!
+! Object Code: means the binary files originating from the compilation of
+! the Source Code.
+!
+! Holder: means the holder(s) of the economic rights over the Initial
+! Software.
+!
+! Licensee: means the Software user(s) having accepted the Agreement.
+!
+! Contributor: means a Licensee having made at least one Contribution.
+!
+! Licensor: means the Holder, or any other individual or legal entity, who
+! distributes the Software under the Agreement.
+!
+! Contribution: means any or all modifications, corrections, translations,
+! adaptations and/or new functions integrated into the Software by any or
+! all Contributors, as well as any or all Internal Modules.
+!
+! Module: means a set of sources files including their documentation that
+! enables supplementary functions or services in addition to those offered
+! by the Software.
+!
+! External Module: means any or all Modules, not derived from the
+! Software, so that this Module and the Software run in separate address
+! spaces, with one calling the other when they are run.
+!
+! Internal Module: means any or all Module, connected to the Software so
+! that they both execute in the same address space.
+!
+! GNU GPL: means the GNU General Public License version 2 or any
+! subsequent version, as published by the Free Software Foundation Inc.
+!
+! Parties: mean both the Licensee and the Licensor.
+!
+! These expressions may be used both in singular and plural form.
+!
+!     Article 2 - PURPOSE
+!
+! The purpose of the Agreement is the grant by the Licensor to the
+! Licensee of a non-exclusive, transferable and worldwide license for the
+! Software as set forth in Article 5 hereinafter for the whole term of the
+! protection granted by the rights over said Software.
+!
+!     Article 3 - ACCEPTANCE
+!
+! 3.1 The Licensee shall be deemed as having accepted the terms and
+! conditions of this Agreement upon the occurrence of the first of the
+! following events:
+!
+!     * (i) loading the Software by any or all means, notably, by
+!       downloading from a remote server, or by loading from a physical
+!       medium;
+!     * (ii) the first time the Licensee exercises any of the rights
+!       granted hereunder.
+!
+! 3.2 One copy of the Agreement, containing a notice relating to the
+! characteristics of the Software, to the limited warranty, and to the
+! fact that its use is restricted to experienced users has been provided
+! to the Licensee prior to its acceptance as set forth in Article 3.1
+! hereinabove, and the Licensee hereby acknowledges that it has read and
+! understood it.
+!
+!     Article 4 - EFFECTIVE DATE AND TERM
+!
+!       4.1 EFFECTIVE DATE
+!
+! The Agreement shall become effective on the date when it is accepted by
+! the Licensee as set forth in Article 3.1.
+!
+!       4.2 TERM
+!
+! The Agreement shall remain in force for the entire legal term of
+! protection of the economic rights over the Software.
+!
+!     Article 5 - SCOPE OF RIGHTS GRANTED
+!
+! The Licensor hereby grants to the Licensee, who accepts, the following
+! rights over the Software for any or all use, and for the term of the
+! Agreement, on the basis of the terms and conditions set forth hereinafter.
+!
+! Besides, if the Licensor owns or comes to own one or more patents
+! protecting all or part of the functions of the Software or of its
+! components, the Licensor undertakes not to enforce the rights granted by
+! these patents against successive Licensees using, exploiting or
+! modifying the Software. If these patents are transferred, the Licensor
+! undertakes to have the transferees subscribe to the obligations set
+! forth in this paragraph.
+!
+!       5.1 RIGHT OF USE
+!
+! The Licensee is authorized to use the Software, without any limitation
+! as to its fields of application, with it being hereinafter specified
+! that this comprises:
+!
+!    1. permanent or temporary reproduction of all or part of the Software
+!       by any or all means and in any or all form.
+!
+!    2. loading, displaying, running, or storing the Software on any or
+!       all medium.
+!
+!    3. entitlement to observe, study or test its operation so as to
+!       determine the ideas and principles behind any or all constituent
+!       elements of said Software. This shall apply when the Licensee
+!       carries out any or all loading, displaying, running, transmission
+!       or storage operation as regards the Software, that it is entitled
+!       to carry out hereunder.
+!
+!       5.2 ENTITLEMENT TO MAKE CONTRIBUTIONS
+!
+! The right to make Contributions includes the right to translate, adapt,
+! arrange, or make any or all modifications to the Software, and the right
+! to reproduce the resulting software.
+!
+! The Licensee is authorized to make any or all Contributions to the
+! Software provided that it includes an explicit notice that it is the
+! author of said Contribution and indicates the date of the creation thereof.
+!
+!       5.3 RIGHT OF DISTRIBUTION
+!
+! In particular, the right of distribution includes the right to publish,
+! transmit and communicate the Software to the general public on any or
+! all medium, and by any or all means, and the right to market, either in
+! consideration of a fee, or free of charge, one or more copies of the
+! Software by any means.
+!
+! The Licensee is further authorized to distribute copies of the modified
+! or unmodified Software to third parties according to the terms and
+! conditions set forth hereinafter.
+!
+!         5.3.1 DISTRIBUTION OF SOFTWARE WITHOUT MODIFICATION
+!
+! The Licensee is authorized to distribute true copies of the Software in
+! Source Code or Object Code form, provided that said distribution
+! complies with all the provisions of the Agreement and is accompanied by:
+!
+!    1. a copy of the Agreement,
+!
+!    2. a notice relating to the limitation of both the Licensor's
+!       warranty and liability as set forth in Articles 8 and 9,
+!
+! and that, in the event that only the Object Code of the Software is
+! redistributed, the Licensee allows future Licensees unhindered access to
+! the full Source Code of the Software by indicating how to access it, it
+! being understood that the additional cost of acquiring the Source Code
+! shall not exceed the cost of transferring the data.
+!
+!         5.3.2 DISTRIBUTION OF MODIFIED SOFTWARE
+!
+! When the Licensee makes a Contribution to the Software, the terms and
+! conditions for the distribution of the resulting Modified Software
+! become subject to all the provisions of this Agreement.
+!
+! The Licensee is authorized to distribute the Modified Software, in
+! source code or object code form, provided that said distribution
+! complies with all the provisions of the Agreement and is accompanied by:
+!
+!    1. a copy of the Agreement,
+!
+!    2. a notice relating to the limitation of both the Licensor's
+!       warranty and liability as set forth in Articles 8 and 9,
+!
+! and that, in the event that only the object code of the Modified
+! Software is redistributed, the Licensee allows future Licensees
+! unhindered access to the full source code of the Modified Software by
+! indicating how to access it, it being understood that the additional
+! cost of acquiring the source code shall not exceed the cost of
+! transferring the data.
+!
+!         5.3.3 DISTRIBUTION OF EXTERNAL MODULES
+!
+! When the Licensee has developed an External Module, the terms and
+! conditions of this Agreement do not apply to said External Module, that
+! may be distributed under a separate license agreement.
+!
+!         5.3.4 COMPATIBILITY WITH THE GNU GPL
+!
+! The Licensee can include a code that is subject to the provisions of one
+! of the versions of the GNU GPL in the Modified or unmodified Software,
+! and distribute that entire code under the terms of the same version of
+! the GNU GPL.
+!
+! The Licensee can include the Modified or unmodified Software in a code
+! that is subject to the provisions of one of the versions of the GNU GPL,
+! and distribute that entire code under the terms of the same version of
+! the GNU GPL.
+!
+!     Article 6 - INTELLECTUAL PROPERTY
+!
+!       6.1 OVER THE INITIAL SOFTWARE
+!
+! The Holder owns the economic rights over the Initial Software. Any or
+! all use of the Initial Software is subject to compliance with the terms
+! and conditions under which the Holder has elected to distribute its work
+! and no one shall be entitled to modify the terms and conditions for the
+! distribution of said Initial Software.
+!
+! The Holder undertakes that the Initial Software will remain ruled at
+! least by this Agreement, for the duration set forth in Article 4.2.
+!
+!       6.2 OVER THE CONTRIBUTIONS
+!
+! The Licensee who develops a Contribution is the owner of the
+! intellectual property rights over this Contribution as defined by
+! applicable law.
+!
+!       6.3 OVER THE EXTERNAL MODULES
+!
+! The Licensee who develops an External Module is the owner of the
+! intellectual property rights over this External Module as defined by
+! applicable law and is free to choose the type of agreement that shall
+! govern its distribution.
+!
+!       6.4 JOINT PROVISIONS
+!
+! The Licensee expressly undertakes:
+!
+!    1. not to remove, or modify, in any manner, the intellectual property
+!       notices attached to the Software;
+!
+!    2. to reproduce said notices, in an identical manner, in the copies
+!       of the Software modified or not.
+!
+! The Licensee undertakes not to directly or indirectly infringe the
+! intellectual property rights of the Holder and/or Contributors on the
+! Software and to take, where applicable, vis-a-vis its staff, any and all
+! measures required to ensure respect of said intellectual property rights
+! of the Holder and/or Contributors.
+!
+!     Article 7 - RELATED SERVICES
+!
+! 7.1 Under no circumstances shall the Agreement oblige the Licensor to
+! provide technical assistance or maintenance services for the Software.
+!
+! However, the Licensor is entitled to offer this type of services. The
+! terms and conditions of such technical assistance, and/or such
+! maintenance, shall be set forth in a separate instrument. Only the
+! Licensor offering said maintenance and/or technical assistance services
+! shall incur liability therefor.
+!
+! 7.2 Similarly, any Licensor is entitled to offer to its licensees, under
+! its sole responsibility, a warranty, that shall only be binding upon
+! itself, for the redistribution of the Software and/or the Modified
+! Software, under terms and conditions that it is free to decide. Said
+! warranty, and the financial terms and conditions of its application,
+! shall be subject of a separate instrument executed between the Licensor
+! and the Licensee.
+!
+!     Article 8 - LIABILITY
+!
+! 8.1 Subject to the provisions of Article 8.2, the Licensee shall be
+! entitled to claim compensation for any direct loss it may have suffered
+! from the Software as a result of a fault on the part of the relevant
+! Licensor, subject to providing evidence thereof.
+!
+! 8.2 The Licensor's liability is limited to the commitments made under
+! this Agreement and shall not be incurred as a result of in particular:
+! (i) loss due the Licensee's total or partial failure to fulfill its
+! obligations, (ii) direct or consequential loss that is suffered by the
+! Licensee due to the use or performance of the Software, and (iii) more
+! generally, any consequential loss. In particular the Parties expressly
+! agree that any or all pecuniary or business loss (i.e. loss of data,
+! loss of profits, operating loss, loss of customers or orders,
+! opportunity cost, any disturbance to business activities) or any or all
+! legal proceedings instituted against the Licensee by a third party,
+! shall constitute consequential loss and shall not provide entitlement to
+! any or all compensation from the Licensor.
+!
+!     Article 9 - WARRANTY
+!
+! 9.1 The Licensee acknowledges that the scientific and technical
+! state-of-the-art when the Software was distributed did not enable all
+! possible uses to be tested and verified, nor for the presence of
+! possible defects to be detected. In this respect, the Licensee's
+! attention has been drawn to the risks associated with loading, using,
+! modifying and/or developing and reproducing the Software which are
+! reserved for experienced users.
+!
+! The Licensee shall be responsible for verifying, by any or all means,
+! the suitability of the product for its requirements, its good working
+! order, and for ensuring that it shall not cause damage to either persons
+! or properties.
+!
+! 9.2 The Licensor hereby represents, in good faith, that it is entitled
+! to grant all the rights over the Software (including in particular the
+! rights set forth in Article 5).
+!
+! 9.3 The Licensee acknowledges that the Software is supplied "as is" by
+! the Licensor without any other express or tacit warranty, other than
+! that provided for in Article 9.2 and, in particular, without any warranty
+! as to its commercial value, its secured, safe, innovative or relevant
+! nature.
+!
+! Specifically, the Licensor does not warrant that the Software is free
+! from any error, that it will operate without interruption, that it will
+! be compatible with the Licensee's own equipment and software
+! configuration, nor that it will meet the Licensee's requirements.
+!
+! 9.4 The Licensor does not either expressly or tacitly warrant that the
+! Software does not infringe any third party intellectual property right
+! relating to a patent, software or any other property right. Therefore,
+! the Licensor disclaims any and all liability towards the Licensee
+! arising out of any or all proceedings for infringement that may be
+! instituted in respect of the use, modification and redistribution of the
+! Software. Nevertheless, should such proceedings be instituted against
+! the Licensee, the Licensor shall provide it with technical and legal
+! assistance for its defense. Such technical and legal assistance shall be
+! decided on a case-by-case basis between the relevant Licensor and the
+! Licensee pursuant to a memorandum of understanding. The Licensor
+! disclaims any and all liability as regards the Licensee's use of the
+! name of the Software. No warranty is given as regards the existence of
+! prior rights over the name of the Software or as regards the existence
+! of a trademark.
+!
+!     Article 10 - TERMINATION
+!
+! 10.1 In the event of a breach by the Licensee of its obligations
+! hereunder, the Licensor may automatically terminate this Agreement
+! thirty (30) days after notice has been sent to the Licensee and has
+! remained ineffective.
+!
+! 10.2 A Licensee whose Agreement is terminated shall no longer be
+! authorized to use, modify or distribute the Software. However, any
+! licenses that it may have granted prior to termination of the Agreement
+! shall remain valid subject to their having been granted in compliance
+! with the terms and conditions hereof.
+!
+!     Article 11 - MISCELLANEOUS
+!
+!       11.1 EXCUSABLE EVENTS
+!
+! Neither Party shall be liable for any or all delay, or failure to
+! perform the Agreement, that may be attributable to an event of force
+! majeure, an act of God or an outside cause, such as defective
+! functioning or interruptions of the electricity or telecommunications
+! networks, network paralysis following a virus attack, intervention by
+! government authorities, natural disasters, water damage, earthquakes,
+! fire, explosions, strikes and labor unrest, war, etc.
+!
+! 11.2 Any failure by either Party, on one or more occasions, to invoke
+! one or more of the provisions hereof, shall under no circumstances be
+! interpreted as being a waiver by the interested Party of its right to
+! invoke said provision(s) subsequently.
+!
+! 11.3 The Agreement cancels and replaces any or all previous agreements,
+! whether written or oral, between the Parties and having the same
+! purpose, and constitutes the entirety of the agreement between said
+! Parties concerning said purpose. No supplement or modification to the
+! terms and conditions hereof shall be effective as between the Parties
+! unless it is made in writing and signed by their duly authorized
+! representatives.
+!
+! 11.4 In the event that one or more of the provisions hereof were to
+! conflict with a current or future applicable act or legislative text,
+! said act or legislative text shall prevail, and the Parties shall make
+! the necessary amendments so as to comply with said act or legislative
+! text. All other provisions shall remain effective. Similarly, invalidity
+! of a provision of the Agreement, for any reason whatsoever, shall not
+! cause the Agreement as a whole to be invalid.
+!
+!       11.5 LANGUAGE
+!
+! The Agreement is drafted in both French and English and both versions
+! are deemed authentic.
+!
+!     Article 12 - NEW VERSIONS OF THE AGREEMENT
+!
+! 12.1 Any person is authorized to duplicate and distribute copies of this
+! Agreement.
+!
+! 12.2 So as to ensure coherence, the wording of this Agreement is
+! protected and may only be modified by the authors of the License, who
+! reserve the right to periodically publish updates or new versions of the
+! Agreement, each with a separate number. These subsequent versions may
+! address new issues encountered by Free Software.
+!
+! 12.3 Any Software distributed under a given version of the Agreement may
+! only be subsequently distributed under the same version of the Agreement
+! or a subsequent version, subject to the provisions of Article 5.3.4.
+!
+!     Article 13 - GOVERNING LAW AND JURISDICTION
+!
+! 13.1 The Agreement is governed by French law. The Parties agree to
+! endeavor to seek an amicable solution to any disagreements or disputes
+! that may arise during the performance of the Agreement.
+!
+! 13.2 Failing an amicable solution within two (2) months as from their
+! occurrence, and unless emergency proceedings are necessary, the
+! disagreements or disputes shall be referred to the Paris Courts having
+! jurisdiction, by the more diligent Party.
+!
+! Version 2.0 dated 2006-09-05.
+!



More information about the CIG-COMMITS mailing list