Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
yujiex committed Feb 22, 2022
1 parent 2ed751a commit 776ca6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EnergyPlus/WeatherManager.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2310,7 +2310,7 @@ namespace WeatherManager {
state.dataEnvrn->LiquidPrecipitation =
state.dataWeatherManager->TodayLiquidPrecip(state.dataGlobal->TimeStep, state.dataGlobal->HourOfDay) / 1000.0; // convert from mm to m

constexpr defaultLiquidPrecip = 1.5 / 1000; // in [m]
constexpr const Real64 defaultLiquidPrecip = 1.5 / 1000; // in [m]
if (state.dataWaterData->RainFall.ModeID == DataWater::RainfallMode::EPWPrecipitation) {
// TodayIsRain is the Present Weather Codes field in epw. See column 1-3 in Table 2.16 Weather Codes Field Interpretation
if ((state.dataEnvrn->LiquidPrecipitation == 0) &&
Expand Down

5 comments on commit 776ca6e

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixRainFlag (yujiex) - Win64-Windows-10-VisualStudio-16: OK (2462 of 2462 tests passed, 0 test warnings)

Build Badge Test Badge

@nrel-bot-3
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixRainFlag (yujiex) - x86_64-MacOS-10.15-clang-11.0.0: OK (3221 of 3226 tests passed, 0 test warnings)

Messages:\n

  • 3 tests had: EIO diffs.
  • 3 tests had: MTR big diffs.
  • 3 tests had: SSZ big diffs.
  • 3 tests had: ZSZ big diffs.
  • 5 tests had: Table big diffs.
  • 3 tests had: ESO big diffs.
  • 2 tests had: MTR small diffs.

Failures:\n

regression Test Summary

  • Passed: 737
  • Failed: 5

Build Badge Test Badge

@nrel-bot-2c
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixRainFlag (yujiex) - x86_64-Linux-Ubuntu-18.04-gcc-7.5: OK (3262 of 3267 tests passed, 4 test warnings)

Messages:\n

  • 4 tests had: ERR diffs.
  • 3 tests had: EIO diffs.
  • 3 tests had: MTR big diffs.
  • 3 tests had: SSZ big diffs.
  • 3 tests had: ZSZ big diffs.
  • 5 tests had: Table big diffs.
  • 3 tests had: ESO big diffs.
  • 2 tests had: MTR small diffs.

Failures:\n

regression Test Summary

  • Passed: 757
  • Failed: 5

Build Badge Test Badge

@nrel-bot-2c
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixRainFlag (yujiex) - x86_64-Linux-Ubuntu-18.04-gcc-7.5-UnitTestsCoverage-Debug: OK (1741 of 1741 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

@nrel-bot-2c
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixRainFlag (yujiex) - x86_64-Linux-Ubuntu-18.04-gcc-7.5-IntegrationCoverage-Debug: OK (746 of 746 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

Please sign in to comment.