Skip to content

Commit afc4ec2

Browse files
fix elev.ic from being a iterated variable in hotstart initialization
1 parent 328dbde commit afc4ec2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

schimpy/schism_hotstart.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ def read_yaml(self, use_logging=True):
125125
inputs = yaml_from_dict(inputs, envvar=self.envvar)
126126
s = create_schism_setup(self.hgrid_fn, self.logger)
127127
create_gr3_with_polygons(s, inputs, self.logger)
128+
variables.remove("elev.ic")
128129

129130
if "restart_time" in hotstart_info.keys():
130131
self.restart_time = hotstart_info["restart_time"]

0 commit comments

Comments
 (0)