forked from Mohid-Water-Modelling-System/Mohid
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request Mohid-Water-Modelling-System#28 from Mohid-Water-M…
…odelling-System/master fork update
- Loading branch information
Showing
65 changed files
with
168,368 additions
and
540 deletions.
There are no files selected for viewing
20 changes: 20 additions & 0 deletions
20
Samples/Coastal3D_Operational/GeneralData/Batim/Filter/Filter.dat
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
Data file - default name 'Filter.dat' (must be placed in working directory) | ||
|
||
!IN_BATIM : char - !Original bathymetry file name | ||
!OUT_BATIM : char - !Filtered bathymetry file name | ||
!FILTER_RADIUS : int - !Number of influence cells to filter bathymetry | ||
!FACTOR : real - !Filtering factor | ||
!SIGMA_SMOOTH : logical - !Check if the user wants to do an automaitc smoothing | ||
!in a way that the slope of each cell is below a slope parameter | ||
!SLOPE_PARAMETER : real 0.2 ! slope parameter in the bibliography this value for sigma models should be lower than 0.2 | ||
! H_MIN : real [-1e9] !Minimum value to be filter | ||
! H_MAX : real [ 1e9] !Maximum value to be filter | ||
|
||
|
||
IN_BATIM : ..\original\Level1.dat | ||
OUT_BATIM : ..\Level1.dat | ||
SIGMA_SMOOTH : 1 | ||
|
||
SLOPE_PARAMETER : 0.1 | ||
!H_MIN : rea | ||
!H_MAX : rea |
Oops, something went wrong.