Olaflow data generation
This commit is contained in:
parent
285b9476bc
commit
fbd2675c19
2 changed files with 27 additions and 1 deletions
2
data/.gitignore
vendored
2
data/.gitignore
vendored
|
@ -1 +1 @@
|
|||
/out
|
||||
/out*
|
||||
|
|
26
data/config-of.ini
Normal file
26
data/config-of.ini
Normal file
|
@ -0,0 +1,26 @@
|
|||
[inp]
|
||||
root=data
|
||||
base=Database_20220224.xyz
|
||||
hires=bathyhires.dat
|
||||
hstru=Hstru.dat
|
||||
poro=Poro.dat
|
||||
psize=Psize.dat
|
||||
hires_step=0.5
|
||||
|
||||
[out]
|
||||
#no_breakwater=True
|
||||
root=out_of
|
||||
sub=bathy_sub.npy
|
||||
out=bathy.npy
|
||||
step=0.5
|
||||
left=0
|
||||
right=-1000
|
||||
plot=True
|
||||
|
||||
[artha]
|
||||
lat=43.398450
|
||||
lon=-1.673097
|
||||
|
||||
[buoy]
|
||||
lat=43.408333
|
||||
lon=-1.681667
|
Loading…
Reference in a new issue