erased not needed print #35

Merged
g_gutierrez merged 1 commits from erased_print_in_meb into main 2023-07-18 12:29:58 -04:00

View File

@ -222,7 +222,6 @@ class InselMonthlyEnergyBalance:
parameters.append(0.0) parameters.append(0.0)
parameters.append(0.0) parameters.append(0.0)
else: else:
print(window_area, thermal_boundary.thermal_openings)
thermal_opening = thermal_boundary.thermal_openings[0] thermal_opening = thermal_boundary.thermal_openings[0]
parameters.append(thermal_opening.frame_ratio) parameters.append(thermal_opening.frame_ratio)
parameters.append(thermal_opening.overall_u_value) parameters.append(thermal_opening.overall_u_value)