Skip to content

Commit

Permalink
Remove obklen postcondition check
Browse files Browse the repository at this point in the history
  • Loading branch information
tcclevenger committed Jul 22, 2024
1 parent 6c38486 commit d71781f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,6 @@ void SHOCMacrophysics::initialize_impl (const RunType run_type)
add_postcondition_check<Interval>(get_field_out("qc"),m_grid,0.0,0.1,false);
add_postcondition_check<Interval>(get_field_out("horiz_winds"),m_grid,-400.0,400.0,false);
add_postcondition_check<LowerBound>(get_field_out("pbl_height"),m_grid,0);
add_postcondition_check<LowerBound>(get_field_out("obklen"),m_grid,0);
add_postcondition_check<Interval>(get_field_out("cldfrac_liq"),m_grid,0.0,1.0,false);
add_postcondition_check<LowerBound>(get_field_out("tke"),m_grid,0);
// For qv, ensure it doesn't get negative, by allowing repair of any neg value.
Expand Down

0 comments on commit d71781f

Please sign in to comment.