Skip to content

LISF Public 7.5.1 Release

Latest
Compare
Choose a tag to compare
@jvgeiger jvgeiger released this 10 Jul 18:56
· 241 commits to master since this release
cf16943

LDT Release notes:

  • Change build scripts to explicitly use Python 3.
  • Fix preprocessing statements for HDF4 function calls.
  • Fix slope value along coastal areas in MERIT 1K slope processing.

LIS Release notes:

  • Change build scripts to explicitly use Python 3.

LVT Release notes:

  • Change build scripts to explicitly use Python 3.

AppImage

This AppImage is compatible with:

  • Linux: x86_64 machines (as reported by uname -s -m)
  • GLIBC: 2.22 or newer (as reported by ldd --version)
  • MPI: MPICH, Intel MPI, or Cray MPI

After downloading the AppImage, run:

chmod 755 ./LISF-x86_64.AppImage

To get started with the AppImage, run:

./LISF-x86_64.AppImage -h

Note:

This AppImage requires FUSE to run. If you get an error, then try:

mkdir LISF-x86_64
cd LISF-x86_64
../LISF-x86_64.AppImage --appimage-extract
cd ..
./LISF-x86_64/squashfs-root/AppRun -h