Skip to content

Commit d69bf6e

Browse files
committed
Change nestling structure
Fit to the same including structure as the included polygons yaml in main input of prepare_schism
1 parent 3c5b102 commit d69bf6e

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

examples/bctides/bctides.in.2d.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
bctides.2d.in:
1+
bctides:
2+
- name: bctides.2d.in
23
mode: barotropic # option barotropic or baroclinic
34
temperature_salinity_computation: false # true/false, it is used only when mode is barotropic,
45
# if true then temperature and salinity is requried on

examples/bctides/bctides.in.3d.tide.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
# If so we should accommodate that here.
33
# Don't forget that time_history_nc is an option
44
# Let's be rigorous about velocity/flow and make sure exactly zero (tidal) or one is specified
5-
bctides.tide.sed.in.3d:
5+
bctides:
6+
- name: bctides.sed.in.3d
67
modules:
78
- name: GEN
89
num_tracers: 1

examples/bctides/bctides.in.3d.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
bctides.3d.in:
1+
bctides:
2+
- name: bctides.3d.in
23
date: 2011-01-28
34
mode: baroclinic # option barotropic or baroclinic
45
temperature_salinity_computation: true # true/false, it is used only when mode is barotropic,

examples/bctides/bctides.in.sed.3d.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
bctides.sed.3d.in:
1+
bctides:
2+
- name: bctides.sed.3d.in
23
modules:
34
- name: SED
45
num_tracers: 3

0 commit comments

Comments
 (0)