You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove BaseTmethod parameter and always use weekday/weekend base temperatures (#749)
* refactor: remove BaseTmethod parameter and always use weekday/weekend base temperatures
Removes the BaseTmethod parameter which controlled whether to use a single
BaseT_HC value or separate weekday/weekend base temperatures for heating/
cooling degree day (HDD/CDD) calculations in the anthropogenic heat flux
module.
Changes:
- Remove BaseTMethod parameter from suews_ctrl_const.f95
- Remove BaseTMethod and BaseT_HC from update_DailyState_Day subroutine
- Always use weekday/weekend-specific BaseT_Heating and BaseT_Cooling arrays
- Simplify HDD/CDD calculation logic by removing SELECT CASE branching
This change aligns with the data model which already provides weekday/weekend
base temperature profiles, and follows the removal of BaseT_HC from input
files in SUEWS v2023a.
Note: BaseT and BaseTe remain as separate parameters for vegetation LAI
phenology calculations (growing degree days and senescence degree days).
Addresses #144
* docs: deprecate BaseTMethod in documentation and update CHANGELOG (#144)
- Mark BaseTMethod as deprecated in scheme_options.rst with v2025a notice
- Add CHANGELOG entry for BaseTMethod removal
- Update requirement from "Required" to "Optional (ignored)"
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
---------
Co-authored-by: Claude <noreply@anthropic.com>
-`BaseTMethod` in legacy input files is now ignored
42
+
36
43
### 3 Dec 2025
37
44
-[feature] Improved albedos ranges (ge=0.0 and le=1.0) in Field of Pydantic classes for alb_id, air_ssa_lw, air_ssa_sw, veg_ssa_lw, veg_ssa_sw (PR #978)
38
45
-[feature] Improved ranges (ge=0.0) in Field of Pydantic classes for preciplimitalb, roof_albedo_dir_mult_fact, and ground_albedo_dir_mult_fact. (PR #978)
0 commit comments