Skip to content
Permalink
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
1 contributor

Users who have contributed to this file

FUNWAVE setup notes

  • The latest source code can be downloaded from https://github.com/fengyanshi/FUNWAVE-TVD. The documentation from https://fengyanshi.github.io/build/html/index.html is very comprehensive.
  • Most of my FUNWAVE runs are located on Triton:/e1/cliu/funwave_cases; the directory where I compiled FUNWAVE is /d1/cliu/FUNWAVE-TVD/cases/compile_intel/ which includes the Makefile I used.
  • The preprocessing and postprocessing scripts are inside the run directories. Some of these scripts are:
    • gen_coupling.py: generate the open boundary water level forcing file
    • interp_depth.py: generate the FUNWAVE depth file from the processed DEM file in netCDF format
    • write_etamax.py: go through all the output files and find the maximum total water level
    • gen_tiff.py: generate a set of raster files, including total water level (_eta.tiff), flood water depth above ground (_flood_depth.tiff), and significant wave height (_hsig.tiff)