hydrocoast / wrfclaw

Extension of GeoClaw storm surge simulation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GeoClaw with WRF

Overview

This repository is developed for storm surge simulation of geoclaw with user-defined wind and SLP fields.
Here is an example of the simulation with uniform and constant wind field which blows from west to east (plotted by VisClaw.jl ).

Requirements

Usage

  • install the required libraries and packages
  • set the environmental variables
    You can check variables by the following commands.
echo $CLAW # top directory of your clawpack
echo $PYTHONPATH # top directory of your clawpack
echo $FC # Fortran compiler
echo $NETCDF_F_ROOT # directory of your netcdf-fortran
  • run a test simulation
    Test simulations can be implemented by
make clobber
make
make storm
make data
make output

Ongoing and Future Work

Wind and SLP should be dumped at open boundaries when the storm field covers the boundaries of simulation.
The sources on boundary condition are now being developed to adopt this dumping effect.

License

BSD 3-Clause

Acknowledgements

The author would like to thank Marc Kjerland Ph.D. for collaboration on the early stages of this work.

Author

About

Extension of GeoClaw storm surge simulation

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Fortran 59.1%Language:Python 37.6%Language:Makefile 3.3%