diff --git a/amr-wind/wind_energy/ABLBoundaryPlane.cpp b/amr-wind/wind_energy/ABLBoundaryPlane.cpp index 4b789a2384..e98d4ba3f5 100644 --- a/amr-wind/wind_energy/ABLBoundaryPlane.cpp +++ b/amr-wind/wind_energy/ABLBoundaryPlane.cpp @@ -581,7 +581,7 @@ void ABLBoundaryPlane::write_file() // Only output data if at the desired timestep if ((t_step % m_write_frequency != 0) || ((m_io_mode != io_mode::output)) || - (time < m_out_start_time)) { + (time < m_out_start_time - constants::LOOSE_TOL)) { return; }