ClimaLand.jl icon indicating copy to clipboard operation
ClimaLand.jl copied to clipboard

Move albedo, surface roughness lengths, etc out of EnergyHydrologyParameters and into BC struct

Open kmdeck opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe. Currently, the soil albedo, roughness lengths, and other? parameters that are only needed when we choose a AtmosDrivenFluxBC are required in all EnergyHydrology runs. We have defaults set to mitigate this, but it would be cleaner to move these parameters out of EnergyHydrologyParameters (needed for all EH models), and into the AtmosDrivenFluxBC itself.

We should also consider package the albedo parameters into a struct.

See #828 #862

kmdeck avatar Oct 24 '24 21:10 kmdeck