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
Following the DRY principle we should strive to de-duplicate code where possible.
This means, that (after merging #282) soiltemp() should be consolidated with air_to_soil_temp(), where the former is used in pmodel and the latter in BiomeE.
This could be taken care of, if we want to re-organize the pmodel side of the repo following the extensive refactoring done in #282
The text was updated successfully, but these errors were encountered:
fabern
changed the title
Homogenize
Consolidate duplicated soiltemp() with air_to_soil_temp()Mar 24, 2025
Following the DRY principle we should strive to de-duplicate code where possible.
This means, that (after merging #282)
soiltemp()
should be consolidated withair_to_soil_temp()
, where the former is used in pmodel and the latter in BiomeE.This could be taken care of, if we want to re-organize the pmodel side of the repo following the extensive refactoring done in #282
The text was updated successfully, but these errors were encountered: