-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing the recent System.seabedMod changes for bathymetry
- Previous commits had created a self.seabedMod to determine whether the system has a flat seabed, a simple slope, or a seabed based on a bathymetry file - There was no option for the bathymetry file (seabedMod=2), and so getDepthFromBathymetry returned the results from seabedMod=0 - - So I simply indented the main gDFB code over and under an if statement for seabedMod=2 - It never set self.seabedMod=2 in __init__ because it had no self variable, so it stayed as self.seabedMod=0
- Loading branch information
shousner
committed
Jul 13, 2023
1 parent
c9d9242
commit 42c84d0
Showing
1 changed file
with
43 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters