Commit Graph

31 Commits (3a1d87eaebb867a9579ad8ced347c59af3a55691)

Author SHA1 Message Date
Chris Leaman d06a5ab576 Removes TWL forecast using foreshore slope from Makefile
Predicting TWL using time-varying foreshore slope is pretty slow, so let's remove it from our data analysis pipeline. The code is still there if we want to call it, but for the time being, let's remove this model when we're looking at comparisons.
Chris Leaman cb090d1a41 Use default line length for black formatter
Chris Leaman bc1778c473 Fix dependency in Makefile
Chris Leaman 25a26d9e46 Add intertidal slope option to TWL forecasts
Chris Leaman 6efae1c0da Add Power et al. (2018) runup model
Chris Leaman 4ea435a814 Add grain size as required runup parameter
Used by Power et al. (2018), but not required for other models
Chris Leaman 1830d06e40 Fix Makefile command for waves.csv
Chris Leaman 821e5c34cf Include grain size inputs
Chris Leaman 6c13fc389c Parse cumulative wave power and energy from mat file into .csv
Chris Leaman d8353bd635 Add Nielsen & Hanslow 1991 runup parameterization
Chris Leaman 0adbf68635 Add Holman 1986 to list of runup functions
Chris Leaman ebd8ef3ffa Update commands and README
Chris Leaman 9755810f40 Refactor PYTHON_CLI command
Chris Leaman ac06165b07 Add make commands for geojsons
Chris Leaman 8d98eda308 Simplify environment
Chris Leaman 4b9e69f2f0 Add override of profile features
Chris Leaman 44e03892f3 Comment out unneeded commands
Chris Leaman ee7f7ad6cf Update CLI options in Makefile for impact forecasting
Chris Leaman 174ddce102 Update Makefile
Chris Leaman 8991657410 Add instructions for adding package
Chris Leaman 64602d5c7d Fix environment
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.
Chris Leaman 0cf76b3165 Update Makefile
Chris Leaman db59978895 Switch to conda rather than pipenv to manage environment
Chris Leaman 07046d4686 Update CLI commands
Chris Leaman 88a149590f Add function for creating profile_features.csv
Chris Leaman 60f78a4e10 Update Makefile
Chris Leaman 7d8d85f1db Change the data backup directory to be a variable
This is so it can be changed easily. In future, expect that this will go to a proper place on the WRL coastal drive, rather than a temporary working directory.
Chris Leaman c2e2629008 Add make commands to pull/push data from J drive
Chris Leaman 1e8ed28536 Add CLI functionality
Chris Leaman 85fa9e55c2 Initial commit