diff --git a/Utilities/Python/scripts/atmospheric_boundary_layer.py b/Utilities/Python/scripts/atmospheric_boundary_layer.py index 4b4c6cae2b..f282711312 100644 --- a/Utilities/Python/scripts/atmospheric_boundary_layer.py +++ b/Utilities/Python/scripts/atmospheric_boundary_layer.py @@ -71,7 +71,7 @@ T = T + (theta_0 - T[11]) ERROR = abs(u[-1] - M2.iloc[-1, 1]) - if ERROR > 2.: + if ERROR > 3.: print(f'Python Warning: atmospheric_boundary_layer Case {i} velocity out of tolerance. ERROR = {ERROR} m/s') fig = fdsplotlib.plot_to_fig(x_data=M2.iloc[:, 1].values, y_data=M2.iloc[:, 0].values, marker_style='k-', data_label='FDS',