Skip to content

Commit ccd4e7e

Browse files
committed
keyword change
change none source to unspecified
1 parent 18a4472 commit ccd4e7e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

schimpy/bctide.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ def __init__(self, hgrid,bc_yaml=None,boundary_segments=None):
175175
"tidal": 3,
176176
"2D elev history": 4,
177177
"tidal and 2D elev history": 5,
178-
"none": 0,
178+
"unspecified": 0,
179179
}
180180
self.vel_source = {
181181
"flux history": 1,
@@ -184,23 +184,23 @@ def __init__(self, hgrid,bc_yaml=None,boundary_segments=None):
184184
"3D uv history": 4,
185185
"tidal and 3D uv history": 5,
186186
"flather 1": -1,
187-
"none": 0,
187+
"unspecified": 0,
188188
}
189189

190190
self.temp_source = {
191191
"temperature history": 1,
192192
"constant": 2,
193193
"initial profile": 3,
194194
"3D temperature history": 4,
195-
"none": 0,
195+
"unspecified": 0,
196196
}
197197

198198
self.salt_source = {
199199
"salinity history": 1,
200200
"constant": 2,
201201
"initial profile": 3,
202202
"3D salinity history": 4,
203-
"none": 0,
203+
"unspecified": 0,
204204
}
205205

206206
## tracer order
@@ -220,7 +220,7 @@ def __init__(self, hgrid,bc_yaml=None,boundary_segments=None):
220220
"time history": 1,
221221
"constant": 2,
222222
"initial profile": 3,
223-
"none": 0,
223+
"unspecified": 0,
224224
}
225225

226226
## also read in tracer modules defined in the bctides yaml here

0 commit comments

Comments
 (0)