这个提交包含在:
John Hartley
2019-08-23 14:57:56 +01:00
父节点 7bc37d0ef5
当前提交 57d307acf9
共有 29 个文件被更改,包括 1916 次插入621 次删除

查看文件

@@ -114,5 +114,5 @@ class AddSurfaceWater(UserObjectGeometry):
if testwater:
raise CmdInputError(self.__str__() + ' requires the time step for the model to be less than the relaxation time required to model water.')
if grid.messages:
if config.is_messages():
tqdm.write('Water on surface from {:g}m, {:g}m, {:g}m, to {:g}m, {:g}m, {:g}m with depth {:g}m, added to {}.'.format(xs * grid.dx, ys * grid.dy, zs * grid.dz, xf * grid.dx, yf * grid.dy, zf * grid.dz, filldepth, surface.operatingonID))