ClimaLand.jl
ClimaLand.jl copied to clipboard
Make sure tests comprehensively cover Float types
Is your feature request related to a problem? Please describe. we parameterize our types using FT across ClimaLSM. This is to ensure type stability in simulations. Some of our tests do loop over FT, some to check for type promotion, but not all. Revisit tests to make sure they do test different FTs comprehensively.