1
Fork 0

4 layer timeseries swash model

This commit is contained in:
Edgar P. Burkhart 2022-03-31 15:24:59 +02:00
parent e95d679def
commit 9c91fc6ea1
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
2 changed files with 5 additions and 5 deletions

View File

@ -4,11 +4,11 @@ out=../data/out
[swash] [swash]
input=sws/TS_buoy.sws input=sws/TS_buoy.sws
path=/data/code/swash path=/data/code/swash
out=out/ts_nolay_1h out=out/ts_4lay_1h
mpi=8 mpi=8
[post] [post]
inp=inp_post/ts_nolay_1h inp=inp_post/ts_4lay_1h
out=out_post/ts_nolay_1h out=out_post/ts_4lay_1h
x0=-1250 x0=-1250
t0=180 t0=180

View File

@ -3,12 +3,12 @@ PROJ 'GW' 'T1'
SET NAUT SET NAUT
SET LEVEL 4.5 SET LEVEL 4.5
SET MAXERR 1 SET MAXERR 1
$SET DEPMIN 0.001 SET DEPMIN 0.01
MODE NONST ONED MODE NONST ONED
$************************ GRIDS *************************************** $************************ GRIDS ***************************************
CGRID REG -1450 0 0 1750 0 1750 0 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 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 READ BOTTOM -1 'bathy.dat' 3 0 FREE
INPGRID PORO REG -1450 0 0 1750 0 1 0 INPGRID PORO REG -1450 0 0 1750 0 1 0