Added data configs
This commit is contained in:
parent
ce2aab8c66
commit
bda0615e6e
2 changed files with 27 additions and 1 deletions
26
data/config-nb.ini
Normal file
26
data/config-nb.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_nb
|
||||
sub=bathy_sub.npy
|
||||
out=bathy.npy
|
||||
step=1
|
||||
left=0
|
||||
right=150
|
||||
#plot=True
|
||||
|
||||
[artha]
|
||||
lat=43.398450
|
||||
lon=-1.673097
|
||||
|
||||
[buoy]
|
||||
lat=43.408333
|
||||
lon=-1.681667
|
|
@ -8,7 +8,7 @@ psize=Psize.dat
|
|||
hires_step=0.5
|
||||
|
||||
[out]
|
||||
no_breakwater=True
|
||||
#no_breakwater=True
|
||||
root=out
|
||||
sub=bathy_sub.npy
|
||||
out=bathy.npy
|
||||
|
|
Loading…
Reference in a new issue