2 layer 1750m domain
This commit is contained in:
parent
2fed3860f8
commit
015f3f7afe
2 changed files with 10 additions and 10 deletions
|
@ -4,12 +4,12 @@ out=../data/out
|
||||||
[swash]
|
[swash]
|
||||||
input=sws/SPEC_buoy.sws
|
input=sws/SPEC_buoy.sws
|
||||||
path=/data/code/swash
|
path=/data/code/swash
|
||||||
out=out/spec_ot_2lay
|
out=out/spec_2lay
|
||||||
mpi=8
|
mpi=8
|
||||||
|
|
||||||
[post]
|
[post]
|
||||||
inp=inp_post/spec_ot_2lay
|
inp=inp_post/spec_2lay
|
||||||
compare=inp_post/spec_ot_2lay
|
compare=inp_post/spec_2lay
|
||||||
out=out_post/spec_ot_2lay
|
out=out_post/spec_2lay
|
||||||
x0=-1250
|
x0=-1250
|
||||||
t0=180
|
t0=180
|
||||||
|
|
|
@ -6,14 +6,14 @@ SET MAXERR 1
|
||||||
SET DEPMIN 0.001
|
SET DEPMIN 0.001
|
||||||
MODE DYN ONED
|
MODE DYN ONED
|
||||||
$************************ GRIDS ***************************************
|
$************************ GRIDS ***************************************
|
||||||
CGRID REG -1450 0 0 1600 0 1600 0
|
CGRID REG -1450 0 0 1750 0 1750 0
|
||||||
INPGRID BOT REG -1450 0 0 1600 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 10 $nb couches
|
VERT 2 $nb couches
|
||||||
READ BOTTOM -1 'bathy.dat' 3 0 FREE
|
READ BOTTOM -1 'bathy.dat' 3 0 FREE
|
||||||
|
|
||||||
INPGRID PORO REG -1450 0 0 1450 0 1 0
|
INPGRID PORO REG -1450 0 0 1750 0 1 0
|
||||||
INPGRID PSIZ REG -1450 0 0 1450 0 1 0
|
INPGRID PSIZ REG -1450 0 0 1750 0 1 0
|
||||||
INPGRID HSTRUC REG -1450 0 0 1450 0 1 0
|
INPGRID HSTRUC REG -1450 0 0 1750 0 1 0
|
||||||
|
|
||||||
READINP PORO 1 'poro.dat' 3 0 FREE
|
READINP PORO 1 'poro.dat' 3 0 FREE
|
||||||
READINP PSIZ 1 'psize.dat' 3 0 FREE
|
READINP PSIZ 1 'psize.dat' 3 0 FREE
|
||||||
|
|
Loading…
Reference in a new issue