bminchew / fourDvel

Time-dependent, 3D velocity field inversion using remotely sensed observations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fourDvel

Routine for inferring time-dependent, 3d velocity fields from geolocated displacement data

requirements

  • Fortran 90 compiler (only tested on gfortran)
  • BLAS and LAPACK

installation

$ make

optionally:

$ make install [prefix=/install/directory]

If BLAS and LAPACK are not installed in your LD_LIBRARY_PATH:

$ make F90INCLUDE=-L/path/to/blas_lapack

usage

Copy fourDvel.cmd to a directory and fill out the necessary blanks. Then do:

$ fourDvel fourDvel.cmd

About

Time-dependent, 3D velocity field inversion using remotely sensed observations

License:GNU General Public License v3.0


Languages

Language:Fortran 95.3%Language:Batchfile 4.0%Language:Makefile 0.7%