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
Add caching to N2O emission and ecodistrict calculations
Introduces internal caches for N2OEmissionFactorCalculator and EcodistrictDefaultsProvider to improve performance and ensure stable results for repeated calls with identical inputs. Updates ClimateProvider and related interfaces to require Farm context for climate data retrieval, ensuring barn temperature data is set. Adds and extends unit tests to verify cache behavior and stability, and refactors climate initialization logic to support input file acquisition and cache-aware climate data handling.