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

store drivers as struct, enforce float type

Open juliasloan25 opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe. Currently, fluxnet drivers are stored in a NamedTuple (see here). It would be nice to have these in a struct instead. This would allow us to enforce the same float type for all of them.

We should also convert the float type of data we use to FT as it's read in - maybe in filter_column or transform_column. #501 includes a workaround for this, wrapping some drivers in FT before they're passed to Thermodynamics.jl. We should remove this once we correct the float type as we read in data.

juliasloan25 avatar Feb 14 '24 22:02 juliasloan25