Skip to content

Commit

Permalink
EAMxx: Changing the lower limit of mmr to make the SP test pass.
Browse files Browse the repository at this point in the history
  • Loading branch information
odiazib committed Feb 25, 2025
1 parent 037b06b commit 940cfcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/eamxx/src/physics/mam/physical_limits.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ inline const std::pair<Real, Real> &physical_min_max(
{"nr", {0, 0.1e10}},
{"ni", {0, 0.1e10}},
{"nmr", {0, 1e13}},
{"mmr", {-1e-20, 1e-2}},
{"mmr", {-1e-30, 1e-2}},
{"omega", {-1e10, 1e10}}, // FIXME
{"p_int", {0, 1e10}}, // FIXME
{"pseudo_density", {0, 1e10}}, // FIXME
Expand Down

0 comments on commit 940cfcc

Please sign in to comment.