The WRF model has been update to Version on June 2, 2025
Acknowledgements: We would like to thank
- Einara Zahn, Princeton University
- Max Balsmeier
for their contributions to this release.
Physics
- Corrected evaporation rate calculation for water budget over impervious surfaces in SLUCM when IMP_SCHEME == 2. Affects available water in impervious surfaces and latent heat flux output in urban simulations with impervious scheme enabled. (#2227) Details
Software
- Fix compilation with GCC 15 by correcting function declaration syntax to explicitly list function arguments. (#2228) Details
- Add dependent files to custom command call to enable recompilation timestamp check (#2221) Details
- CMake bug fix to ensure ideal cases compile correctly again. (#2229) Details
- Bugfix: CMake confcheck result variables passed correctly to main CMakeLists.txt. (#2219) Details
- Fix in KPP compilation during integration edit to use correct make variable (#2222) Details
- Fix errant line contiuation syntax in chem code (#2223) Details
- In collect_on_comm.c, use a temporary pass through errhandler to allow MPI_Type_match_size to fail correctly with error code rather than fully abort the program. (#2231) Details
Miscellaneous
- Modify MYNN PBL descriptions (#2230) Details
- Fix and clarify the README.namelist regarding MYNN PBL scheme. (#2220) Details