From af0ec3cc0560976d460399b1c1a4ca30eaa7fd95 Mon Sep 17 00:00:00 2001 From: "Edgar P. Burkhart" Date: Wed, 2 Mar 2022 12:22:01 +0100 Subject: [PATCH] Updated swash input --- swash/sws/INPUT.sws | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/swash/sws/INPUT.sws b/swash/sws/INPUT.sws index c12da63..f927c45 100755 --- a/swash/sws/INPUT.sws +++ b/swash/sws/INPUT.sws @@ -6,18 +6,18 @@ SET MAXERR 1 SET DEPMIN 0.001 MODE DYN ONED $************************ GRIDS *************************************** -CGRID REG 0 0 0 150 0 299 0 -INPGRID BOT REG 0 0 0 299 0 0.5 0 $x0 y0 theta nx-1 ny-1 dx dy +CGRID REG -1251 0 0 -1 0 1250 0 +INPGRID BOT REG 0 0 0 1250 0 1 0 $x0 y0 theta nx-1 ny-1 dx dy VERT 10 $nb couches -READ BOTTOM -1 'bathyhires.dat' 3 0 FREE +READ BOTTOM -1 'bathy.dat' 3 0 FREE INPGRID PORO REG 0 0 0 299 0 0.5 0 INPGRID PSIZ REG 0 0 0 299 0 0.5 0 INPGRID HSTRUC REG 0 0 0 299 0 0.5 0 -READINP PORO 1 'Poro.dat' 3 0 FREE -READINP PSIZ 1 'Psize.dat' 3 0 FREE -READINP HSTRUC 1 'Hstru.dat' 3 0 FREE +READINP PORO 1 'poro.dat' 3 0 FREE +READINP PSIZ 1 'psize.dat' 3 0 FREE +READINP HSTRUC 1 'hstru.dat' 3 0 FREE $*********************** BOUNDARIES ****************************************