Skip to content

magnetotellurics/ModEM-Examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ModEM-Examples

This repository contains a number of ModEM Examples for use with ModEM-Model. The Magnetetelluric directory contains basic examples of using the forward and inverse solver for both 2D and 3D.

Most examples contain a run script which you can fun after either copying or linking a ModEM Executable:

$ ln -s ~/ModEM-Model/f90/Mod3DMT .
$ # Or:
$ cp ~/ModEM-Model/f90/Mod3DMT .

Then you should be able to run the example:

% bash run.inverse.mpi.sh

More Information

For more information, see the Releated Repositories. The ModEM User's Guide also contains more information for running ModEM.

Related Repositories

  • ModEM-Model - ModEM-Model itself
  • ModEM-Tools - A collection of MatLab and Python tools to manipulate ModEM input and output files.