Skip to content

Instantly share code, notes, and snippets.

@auriza
Created August 11, 2023 06:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save auriza/791df630d4e69fdbba74d97bf83199cd to your computer and use it in GitHub Desktop.
Save auriza/791df630d4e69fdbba74d97bf83199cd to your computer and use it in GitHub Desktop.

HYSPLIT

  1. Download for Linux Ubuntu 20.04: https://www.ready.noaa.gov/HYSPLIT_linuxtrial.php

  2. Extract and rename

    tar xvfz hysplit.v5.2.3_UbuntuOS20.04.4LTS_public.tar.gz
    mv hysplit.v5.2.3_UbuntuOS20.04.4LTS_public hysplit
  3. Executable directory:

    • ./hysplit/exec: CLI executable
    • ./hysplit/guicode: GUI executable
  4. Check and install dependent library

    ldd ./hysplit/exec/* | grep 'not found'
    sudo apt install libnetcdff7 libeccodes0 libmpich12
  5. Run GUI

    sudo apt install tcl
    ./hysplit/guicode/hysplit.tcl
  6. Run test script

    cd ./hysplit/testing
    ./xrun.scr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment