Skip to content

AUProbGeo/TEM1D

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TEM1D

Fortran code to produce 1D TEM forward responses and derivatives.

Quick Start

# Build the code
make

# Run an example
cd examples
./run_example.sh example1_simple_2layer.txt

# Run all examples
./run_all_examples.sh

Documentation

  • User Manual: TEM1D_UserManual_20251219.pdf - Complete mathematical formulation and input file formats
  • CLAUDE.md: Code architecture and development guide for AI assistants
  • examples/: Six example cases demonstrating different features (see examples/README.md)

Examples

The examples/ directory contains ready-to-run examples:

  • Simple 2-layer model (basic)
  • 3-layer model with derivative calculation
  • Induced polarization (IP) effects
  • Offset loop configuration
  • Polygonal transmitter loop
  • Waveform convolution

See examples/README.md for detailed descriptions.

About

Fortran code to produce 1D TEM forward responses and derivatives

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Fortran 55.2%
  • Python 40.6%
  • Pascal 1.6%
  • Makefile 1.5%
  • Other 1.1%