Skip to content

Commit

Permalink
Merge pull request #6 from nqdu/devel
Browse files Browse the repository at this point in the history
provide ak135 tomography model scripts
  • Loading branch information
nqdu authored Jun 12, 2024
2 parents 28ba5a6 + b12ec4d commit 9a6f5ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ make -j4; make install
## Prepare AxiSEM Mesh
- Go to directory `axisem` and change compiler options in `make_axisem.macros`. Remember to set `USE_NETCDF = true`, set `NETCDF_PATH`.

- Go to `MESHER/`, set parameters including `DOMINANT_PERIOD` and number of slices in `inparam_mesh`. If you want to use a smoothed version of ak135 model, you can run scripts under `smooth_model/ak135.py`, and set the parameters like:
- Go to `MESHER/`, set parameters including `DOMINANT_PERIOD` and number of slices in `inparam_mesh`. If you want to use a smoothed version of ak135 model, you can run scripts under `smooth_model/main.py`, and set the parameters like:
```bash
BACKGROUND_MODEL external
EXT_MODEL ak135.smooth.bm
Expand All @@ -72,8 +72,8 @@ KERNEL_DUMPTYPE displ_only
KERNEL_SPP 8/16/32 (depend on your dominant frequency)

# you should add this one
# KERNEL dump after KERNEL_T0
KERNEL_T0 200.
# KERNEL dump after DUMP_T0
DUMP_T0 200.

# epicenter distance
KERNEL_COLAT_MIN 25.
Expand Down
Binary file modified axisem.tar.gz
Binary file not shown.

0 comments on commit 9a6f5ac

Please sign in to comment.