master v1.2.5rc2
Theophile Terraz 2026-02-24 09:18:47 +01:00
parent b693f67b99
commit f972e49965
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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"),