Skip to content

Commit

Permalink
Merge pull request Mohid-Water-Modelling-System#28 from Mohid-Water-M…
Browse files Browse the repository at this point in the history
…odelling-System/master

fork update
  • Loading branch information
JoaoBSobrinho authored Mar 14, 2019
2 parents 095b263 + 6a3ec7a commit ab7b145
Show file tree
Hide file tree
Showing 65 changed files with 168,368 additions and 540 deletions.
20 changes: 20 additions & 0 deletions Samples/Coastal3D_Operational/GeneralData/Batim/Filter/Filter.dat
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
Loading

0 comments on commit ab7b145

Please sign in to comment.