GEOS627_inverse

January 26, 2024 ยท View on GitHub

A public GitHub repository within the organization uafgeoteach. Contains materials for GEOS 627 Inverse Problems and Parameter Estimation, a class at the University of Alaska Fairbanks by Carl Tape (ctape@alaska.edu)

Course webpage: GEOS 627

The repository can be obtained from GitHub with this command:

git clone --depth=1 https://github.com/uafgeoteach/GEOS627_inverse.git

UAF students will run these notebooks within the OpenScienceLab setup at UAF.

Setup


A .yml file (see setup/ folder) lists dependencies. This file, executed within conda or docker, enables a user to establish the software tools needed to execute the iPython notebooks.

How to run using Conda


  • install conda (miniconda or anaconda, former recommended) if not done already
  • navigate to the setup folder
    cd GEOS627_inverse/setup
    
  • setup the conda environment
    conda env create -f inverse.yml
    
  • activate the conda environment once the setup is complete
    conda activate inverse
    
  • navigate back to the root of repository and launch jupyter
    cd ..
    jupyter notebook
    
  • browse and run notebooks as desired