24 Commits (a7a3a88a34d9b202bb3e661ea2c46737fed8cbfa)

Author SHA1 Message Date
Chris Leaman 3a1a3dddf1 Update Stockdon 2006 runup function to accept either a list or a float
This is an improvement over having two separate functions, depending on the parameter type. Other runup functions should be written in a similar style.
6 years ago
Chris Leaman 836873b3f3 Fix formatting 6 years ago
Chris Leaman 4592cb858e Remove profile_type from impacts.csv 6 years ago
Chris Leaman 9f1b801687 Add function for estimating twl exceedence time 6 years ago
Chris Leaman 5f59c8f8ee Update slope function to accept top x coordinate
Needed to ensure correctly mean slope is calculated. If only inputting dune toe z coordinates, sometimes the function can chose the wrong x coordinate if there are multiple crossings of the z coordinate.
6 years ago
Chris Leaman 5b9b4141b3 Fix bugs for forecasting impacts 6 years ago
Chris Leaman 44310e3be4 Fix bugs for forecasting impacts 6 years ago
Chris Leaman 44b1ac3775 Fix logging and cli
Logging now uses .yaml file and is stored in the utils.py file. New CLI entrypoint has been created cli.py to deal with relative import issues - when running the analysis, this should be used as the main entrypoint.
6 years ago
Chris Leaman 851393ecd9 Parse new profiles.mat from Mitch
Mitch has updated profiles.mat to include more information, like time of LIDAR acquisition, profile flags and recovery profiles. The updates to the code parse this new information.
6 years ago
Chris Leaman 209a023d96 Improve iterative calculation of prestorm foreshore slope 7 years ago
Chris Leaman 2a64c17353 Fix bug with how observed storm impacts are were calculated 7 years ago
Chris Leaman ca1add7fa7 Remove extra, uneeded comments 7 years ago
Chris Leaman 07046d4686 Update CLI commands 7 years ago
Chris Leaman 96bb259755 Add environment variable for number of cores to use for analysis 7 years ago
Chris Leaman 8f790cbf1b Fix formatting with black 7 years ago
Chris Leaman 6c7f17cebe Tidy up observed storm impacts 7 years ago
Chris Leaman 995b01172f Add function to extract the forecasted storm impacts 7 years ago
Chris Leaman 36bbb8390f Add module to compare forecasted and observed storm impacts 7 years ago
Chris Leaman 1b521a0524 Add module for parsing observed storm impacts 7 years ago
Chris Leaman 91f8b8bae6 Initial commit of forecasted TWLs function 7 years ago
Chris Leaman 5159239b66 Add additional function for Stockdon06
New function computes Stockdon06 in a vectorized fashion, so is much faster than previous implementation.
7 years ago
Chris Leaman de46bbd6a2 Add runup_models.py
Started with Stockdon 2006, but will probably need to add more.
7 years ago
Chris Leaman ee4be5f888 Add init files 7 years ago
Chris Leaman 85fa9e55c2 Initial commit 7 years ago