org-arl / arlpy

ARL Python Tools
BSD 3-Clause "New" or "Revised" License
119 stars 37 forks source link

Adding stepsize as a parameter that can be passed to the model #64

Closed harivnkochi closed 3 years ago

harivnkochi commented 3 years ago

Sometimes choosing a smaller step size helps propagation, because Bellhop's default stepsize (activated if you pass 0 to env file) is channeldepth/10. Currently the uwapm model does not accept stepsize as a parameter though it can be passed to bellhop.

mchitre commented 3 years ago

@harivnkochi the PR can't be merged due to conflicts. Can you fix those so that we can merge?