Skip to content

Commit f7b74f4

Browse files
committed
Fixed failing swan tests from wind data fix
1 parent d15ed40 commit f7b74f4

File tree

2 files changed

+6
-6
lines changed
  • rompy/templates/swanbasic/{{runtime.run_id}}
  • tests/simulations/test_swan_ref

2 files changed

+6
-6
lines changed

rompy/templates/swanbasic/{{runtime.run_id}}/INPUT

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ $
77

88
MODE NONSTATIONARY TWODIMENSIONAL
99
COORDINATES SPHERICAL
10-
SET NAUTICAL
10+
SET 0.0 90 0.05 200 3 9.81 1025 NAUTICAL
1111

1212
CGRID REG 115.68 -32.76 77.0 0.39 0.15 389 149 CIRCLE 36 0.0464 1.0 31
1313

1414

1515
INPGRID BOTTOM REG 115.68 -32.76 0.0 187 150 0.0009999999999999872 0.0009999999999999905 EXC -99.0
1616
READINP BOTTOM 1.0 'bottom.grd' 3 FREE
1717

18-
INPGRID WIND REG 115.68 -32.76 77.0 389 149 0.001 0.001 NONSTATION {{runtime.period.start.strftime(runtime._datefmt)}} {{runtime.frequency}}
19-
READINP WIND 1 'wind.grd' 3 0 1 0 FREE
18+
INPGRID WIND REG 115.68 -32.76 0.0 187 150 0.0009999999999999872 0.0009999999999999905 EXC -99.0 NONSTATION 20200221.040000 0.25 HR
19+
READINP WIND 1.0 'wind.grd' 3 0 1 0 FREE
2020

2121
GEN3 WESTH 0.000075 0.00175
2222
BREAKING

tests/simulations/test_swan_ref/INPUT_NEW

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ $
77

88
MODE NONSTATIONARY TWODIMENSIONAL
99
COORDINATES SPHERICAL
10-
SET NAUTICAL
10+
SET 0.0 90 0.05 200 3 9.81 1025 NAUTICAL
1111

1212
CGRID REG 115.68 -32.76 77.0 0.39 0.15 389 149 CIRCLE 36 0.0464 1.0 31
1313

1414

1515
INPGRID BOTTOM REG 115.68 -32.76 0.0 187 150 0.0009999999999999872 0.0009999999999999905 EXC -99.0
1616
READINP BOTTOM 1.0 'bottom.grd' 3 FREE
1717

18-
INPGRID WIND REG 115.68 -32.76 77.0 389 149 0.001 0.001 NONSTATION 20200221.040000 0.25 HR
19-
READINP WIND 1 'wind.grd' 3 0 1 0 FREE
18+
INPGRID WIND REG 115.68 -32.76 0.0 187 150 0.0009999999999999872 0.0009999999999999905 EXC -99.0 NONSTATION 20200221.040000 0.25 HR
19+
READINP WIND 1.0 'wind.grd' 3 0 1 0 FREE
2020

2121
GEN3 WESTH 0.000075 0.00175
2222
BREAKING

0 commit comments

Comments
 (0)