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

Reduce allocations I

Open kmdeck opened this issue 4 months ago • 0 comments

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.

kmdeck avatar Oct 04 '24 21:10 kmdeck