Skip to content

Improve AxiSEM to CPS model file conversion script

Liam Toney requested to merge (removed):improve-script into master

The script is now called axisem2cps — it takes a single argument, the model name. Here's the help menu:

Convert model files used for IRIS Syngine AxiSEM runs to
Computer Programs in Seismology (CPS) format.

Usage:
    axisem2cps <model>

Where <model> is one of:
    ak135f
    iasp91
    prem_crust20_ocean
    prem_ani
    prem_iso

The output CPS model files have 200 layers, which is the maximum supported by CPS. Maximum depth of these truncated models is given in the CPS model file description line.

Merge request reports