Skip to content

Weather - Add air temperature simulation - #448

Open
minecraftLord77 wants to merge 66 commits into
acemod:add-weatherfrom
minecraftLord77:add-weather
Open

Weather - Add air temperature simulation#448
minecraftLord77 wants to merge 66 commits into
acemod:add-weatherfrom
minecraftLord77:add-weather

Conversation

@minecraftLord77

@minecraftLord77 minecraftLord77 commented Jun 6, 2026

Copy link
Copy Markdown

When merged this pull request will:

  • Add TimeAndWeatherManagerEntity::GetAirTemperature method
  • Simulate air temperature based on corrected SinExp model in Int. J. Climatol. 2006, 26, 75. (Equations 3a, 3b and 4)
  • Vary configured daily maximum and minimum temperatures for SinExp with Gaussian-based autoregressive model of order 1 (AR(1)) and proportional lowering of diurnal temperature range ($\mathrm{DTR} = T_{max} - T_{min}$) based on overcast.

Requires:

@minecraftLord77
minecraftLord77 marked this pull request as draft June 6, 2026 03:06
@minecraftLord77
minecraftLord77 marked this pull request as ready for review June 7, 2026 17:48
@Kexanone Kexanone changed the title Weather - Add outdoor temperature [WIP] Weather - Add air temperature simulation Jun 8, 2026
@Kexanone Kexanone added the kind/feature Release Notes: **ADDED:** label Jun 8, 2026
@Kexanone Kexanone added this to the 1.5.0 milestone Jun 8, 2026
@Kexanone Kexanone added the status/blocked Waiting for dependency to be merged first label Jun 8, 2026
@Kexanone Kexanone added the branch/dev Available on dev branch for preview label Jun 8, 2026
@Kexanone Kexanone mentioned this pull request Jun 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

branch/dev Available on dev branch for preview kind/feature Release Notes: **ADDED:** status/blocked Waiting for dependency to be merged first

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants