Closed davidorme closed 10 months ago
In order to integrate SPLASH, the functionality provided in the solar.py submodule on the feature branch in https://github.com/ImperialCollegeLondon/pyrealm/pull/69 needs to be moved into main pyrealm structure and adapted:
solar.py
pyrealm
solar_consts = SolarConsts()
Depends: #121 Suggested location: pyrealm.core.solar.py
pyrealm.core.solar.py
In order to integrate SPLASH, the functionality provided in the
solar.py
submodule on the feature branch in https://github.com/ImperialCollegeLondon/pyrealm/pull/69 needs to be moved into mainpyrealm
structure and adapted:solar_consts = SolarConsts()
style arguments (#121) rather than hard-coded values.Depends: #121 Suggested location:
pyrealm.core.solar.py