KarstModel / scallop-abrasion

Code for dissertation chapter on scallop abrasion
MIT License
1 stars 0 forks source link

initial (re)commit from DW repo to KarstModeling one #1

Closed ddoubleprime closed 3 years ago

ddoubleprime commented 3 years ago

I had started building this as a module this weekend, and this looks like a better home for it.

e.g.,

import darthabrader as da

a,b,c = da.sediment_saltation(...)

The other file is the laminar notebook stripped down to a py script, with all function refs in the darthabrader module.

I think I finally squashed all the bounds errors, but the results are a bit screwy. So I may be behind your current notebook version, or anyway have differed from it a bit.

Anyway I can keep developing on this branch, or you can merge them.

ddoubleprime commented 3 years ago

sediment_saltation() is not working properly yet, in case that wasn't clear. The indexing scheme is... fragile.