ClimaLand.jl
ClimaLand.jl copied to clipboard
Reduce allocations I
Purpose
Reduce allocations by (1) making boundary_flux! update in place rather than boundary_flux() creating and returning a field (2) Allocate space in cache for canopy stomatal resistance instead of allocating each step (3) compute rho_sfc and q_sfc in canopy_turbulent_fluxes_at_a_point instead of allocating the fields each step and passing to this function
To-do
Content
As above
- [ ] I have read and checked the items on the review checklist.