Earthquakes right now

Magnitude 2.5+ over the past 24 hours.

Loading recent earthquakes…

    Earth Inversion

    Computational seismology & scientific software

    • 144+ Posts
    • 12 Topics
    • Jul 2026 Updated

    Recent posts

    Recent technical articles on seismic analytics, scientific computing, numerical modeling, and production data workflows.

    How to read tabular data from a text file in fortran

    How to read tabular data from a text file in fortran

    6 minute read      GEOPHYSICS     

    A step-by-step Fortran program to read a formatted tabular Earth-model file — count the rows, allocate arrays, then read the columns and find the discontinui...

    How to deal with irregularly sampled time series data

    How to deal with irregularly sampled time series data

    6 minute read      TECHNIQUES     

    While analyzing time series data, we often come across data that is non-uniformly sampled, i.e., they have non-equidistant time-steps. Infact, most of the re...

    How to install jekyll on apple m1 macbook

    How to install jekyll on apple m1 macbook

    5 minute read      BLOGGING     

    If you have recently bought a M1 mac and have been doing blogging using Jekyll, then you must have experienced that installing Jekyll on the M1 architecture ...

    How to create a simple makefile in linux

    How to create a simple makefile in linux

    6 minute read      UTILITIES     

    We learn how to write a Makefile to automate the compilation of our source code. We will use one example from Fortran.

    How to read tabular data from a text file in fortran

    How to read tabular data from a text file in fortran

    6 minute read      GEOPHYSICS     

    A step-by-step Fortran program to read a formatted tabular Earth-model file — count the rows, allocate arrays, then read the columns and find the discontinui...

    How to deal with irregularly sampled time series data

    How to deal with irregularly sampled time series data

    6 minute read      TECHNIQUES     

    While analyzing time series data, we often come across data that is non-uniformly sampled, i.e., they have non-equidistant time-steps. Infact, most of the re...

    How to install jekyll on apple m1 macbook

    How to install jekyll on apple m1 macbook

    5 minute read      BLOGGING     

    If you have recently bought a M1 mac and have been doing blogging using Jekyll, then you must have experienced that installing Jekyll on the M1 architecture ...

    How to create a simple makefile in linux

    How to create a simple makefile in linux

    6 minute read      UTILITIES     

    We learn how to write a Makefile to automate the compilation of our source code. We will use one example from Fortran.