mirror of https://gitlab.com/pamhyr/pamhyr2
parent
b693f67b99
commit
07cae542b0
|
|
@ -103,7 +103,7 @@ class InternalMeshing(AMeshingTool):
|
||||||
np = []
|
np = []
|
||||||
for i in range(limites[0], limites[1]):
|
for i in range(limites[0], limites[1]):
|
||||||
np.append(int(abs(reach.profiles[i+1].rk -
|
np.append(int(abs(reach.profiles[i+1].rk -
|
||||||
reach.profiles[i].rk) / step) - 1)
|
reach.profiles[i].rk) / step) - 1)
|
||||||
if np[-1] < 0:
|
if np[-1] < 0:
|
||||||
np[-1] = 0
|
np[-1] = 0
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -58,7 +58,7 @@ class Rubar3(CommandLineSolver):
|
||||||
("rubarbe_iovis", "n"),
|
("rubarbe_iovis", "n"),
|
||||||
("rubarbe_rep", "n"),
|
("rubarbe_rep", "n"),
|
||||||
("rubarbe_tinit", "000:00:00:00"),
|
("rubarbe_tinit", "000:00:00:00"),
|
||||||
("rubarbe_tmax", "000:01:00:00"), # 1 day
|
("rubarbe_tmax", "000:01:00:00"), # 1 day
|
||||||
("rubarbe_tiopdt", "000:00:00:00"),
|
("rubarbe_tiopdt", "000:00:00:00"),
|
||||||
("rubarbe_dt", "5.0"),
|
("rubarbe_dt", "5.0"),
|
||||||
("rubarbe_ts", "999:99:99:00"),
|
("rubarbe_ts", "999:99:99:00"),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue