4 layer timeseries swash model
This commit is contained in:
parent
e95d679def
commit
9c91fc6ea1
2 changed files with 5 additions and 5 deletions
|
@ -4,11 +4,11 @@ out=../data/out
|
|||
[swash]
|
||||
input=sws/TS_buoy.sws
|
||||
path=/data/code/swash
|
||||
out=out/ts_nolay_1h
|
||||
out=out/ts_4lay_1h
|
||||
mpi=8
|
||||
|
||||
[post]
|
||||
inp=inp_post/ts_nolay_1h
|
||||
out=out_post/ts_nolay_1h
|
||||
inp=inp_post/ts_4lay_1h
|
||||
out=out_post/ts_4lay_1h
|
||||
x0=-1250
|
||||
t0=180
|
||||
|
|
|
@ -3,12 +3,12 @@ PROJ 'GW' 'T1'
|
|||
SET NAUT
|
||||
SET LEVEL 4.5
|
||||
SET MAXERR 1
|
||||
$SET DEPMIN 0.001
|
||||
SET DEPMIN 0.01
|
||||
MODE NONST ONED
|
||||
$************************ GRIDS ***************************************
|
||||
CGRID REG -1450 0 0 1750 0 1750 0
|
||||
INPGRID BOT REG -1450 0 0 1750 0 1 0 $x0 y0 theta nx-1 ny-1 dx dy
|
||||
$VERT 2
|
||||
VERT 4
|
||||
READ BOTTOM -1 'bathy.dat' 3 0 FREE
|
||||
|
||||
INPGRID PORO REG -1450 0 0 1750 0 1 0
|
||||
|
|
Loading…
Reference in a new issue