Skip to content

Commit 612f188

Browse files
committed
[JTH] leave clean templates for swan
1 parent 2383b91 commit 612f188

File tree

9 files changed

+2
-425
lines changed

9 files changed

+2
-425
lines changed

bluemath_tk/wrappers/swan/swan_wrapper.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ class SwanModelWrapper(BaseModelWrapper):
3131

3232
available_launchers = {
3333
"bash": "swanrun -input input",
34-
"docker": "docker run --rm -v .:/case_dir -w /case_dir tausiaj/swan-geoocean:41.51 swanrun -input input",
35-
"docker_serial": "docker run --rm -v .:/case_dir -w /case_dir geoocean/rocky8 swash_serial.exe",
34+
"docker_serial": "docker run --rm -v .:/case_dir -w /case_dir geoocean/rocky8 swan_serial.exe",
3635
}
3736

3837
output_variables = {

bluemath_tk/wrappers/swan/templates/input.swn renamed to bluemath_tk/wrappers/swan/templates/INPUT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ $
1010
CGRID REGULAR 410000 4802379 0 70000 35620 698 354 CIRCLE 120 0.03 1.0
1111
$
1212
INPGRID BOTTOM REGULAR 409888.026 4802179.317 0 702 359 100.0 100.0
13-
READINP BOTTOM 1 'depth_main_cantabria.dat' 1 0 FREE
13+
READINP BOTTOM 1 'depth.dat' 1 0 FREE
1414
$
1515
BOUndspec SIDE N CONstant PAR {{ hs }} {{ tp }} {{ dir }} {{ spr }}
1616
BOUndspec SIDE E CONstant PAR {{ hs }} {{ tp }} {{ dir }} {{ spr }}
File renamed without changes.

bluemath_tk/wrappers/swan/templates/depth_main_kiribati.dat

Lines changed: 0 additions & 86 deletions
This file was deleted.

bluemath_tk/wrappers/swan/templates/input_kiribati.swn

Lines changed: 0 additions & 39 deletions
This file was deleted.

bluemath_tk/wrappers/swan/templates/input_spectra.bnd

Lines changed: 0 additions & 213 deletions
This file was deleted.

bluemath_tk/wrappers/swan/templates/nostruc_input.swn

Lines changed: 0 additions & 23 deletions
This file was deleted.

bluemath_tk/wrappers/swan/templates/struc_input.swn

Lines changed: 0 additions & 31 deletions
This file was deleted.

bluemath_tk/wrappers/swan/templates/wind_input.swn

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)