Skip to content

Flood frequency analysis using FUSE

Manabendra Saharia edited this page Nov 13, 2017 · 1 revision

Task List

  • Generate mapping file for grid2poly
  • Generate forcing data for FUSE from Newman dataset

Compile FUSE


Problems encountered

  • ./bin/fuse.exe is leading to below on hydro-c1: ./bin/fuse.exe: error while loading shared libraries: libhdf5_hl.so.10: cannot open shared object file: No such file or directory
    • Add this to bashrc: export LD_LIBRARY_PATH=/opt/netcdf4-intel/lib:/opt/hdf5/lib:/opt/szip-2.1:/opt/zlib-1.2.8:$LD_LIBRARY_PATH`
    • Cheyenne:

Clone this wiki locally