Commit a1cdb1ad authored by Theophile Terraz's avatar Theophile Terraz
Browse files

change default parameters

No related merge requests found
Pipeline #59191 passed with stages
in 6 minutes and 44 seconds
Showing with 3 additions and 3 deletions
+3 -3
......@@ -69,7 +69,7 @@ class Mage(CommandLineSolver):
lst += [
("mage_min_timestep", "1.0"),
("mage_timestep_tra", "3600"),
("mage_timestep_bin", "0"),
("mage_timestep_bin", "3600"),
# ("mage_timestep_melissa", "0"),
("mage_implicitation", "0.70"),
("mage_continuity_discretization", "S"),
......@@ -79,11 +79,11 @@ class Mage(CommandLineSolver):
("mage_smooth_coef", "0"),
("mage_cfl_max", "-1."),
("mage_min_height", "0.1"),
("mage_max_niter", "10"),
("mage_max_niter", "99"),
("mage_timestep_reduction_factor", "2"),
("mage_precision_reduction_factor_Z", "1"),
("mage_precision_reduction_factor_Q", "1"),
("mage_niter_max_precision", "99"),
("mage_niter_max_precision", "10"),
("mage_niter_before_switch", "99"),
("mage_max_froude", "1.5"),
("mage_diffluence_node_height_balance", "-1"),
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment