Skip to content

Commit 63c354d

Browse files
committed
[diagnostics] fix restart reading
1 parent ca476a4 commit 63c354d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

veros_bgc/diagnostics/npzd_monitor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def output(self, vs):
163163
for var in self.bottom_out:
164164
logger.diagnostic(' mean {} bottom concentration: {} mmol/m^3'.format(var, vs.npzd_tracers[var][vs.bottom_mask].mean()))
165165

166-
def read_restart(self, vs):
166+
def read_restart(self, vs, infile):
167167
pass
168168

169169
def write_restart(self, vs, outfile):

0 commit comments

Comments
 (0)