Skip to content

Commit

Permalink
Added directories to getting started
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohit-Kakodkar committed Nov 4, 2024
1 parent 8430284 commit b92c382
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/getting_started/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -145,12 +145,14 @@ Lets run a simple example to test the installation. We will use the ``example\ho
.. code-block:: bash
cd examples/homogeneous-medium-flat-topography
mkdir -p OUTPUT_FILES
xmeshfem2D -p Par_File
This will generate the mesh files. Next, we will run the solver using

.. code-block:: bash
mkdir -p OUTPUT_FILES/results
specfem2d -p specfem_config.yaml
This will run the solver and generate synthetic seismograms at the receiver locations specified in ``STATIONS`` file.

0 comments on commit b92c382

Please sign in to comment.