CABLE-LSM / CABLE-Trac-archive

Archive CABLE Trac contents as issues
Other
0 stars 0 forks source link

Casa allocation bug #243

Closed penguian closed 2 years ago

penguian commented 4 years ago

keyword_nogit owner:yxw599@nci.org.au resolution_fixed type_defect | by mgk576


In the calculation of casaflux%kplant, there is the following code

casaflux%kplant(:,leaf)        = casabiome%plantrate(veg%iveg(:),leaf)*xkleaf(:) &
            + xkleafcold(:) + xkleafdry(:)

It is clearly a bug that the xkleafcold and xkleafdry terms are being simply added. I suggest removing all this logic until this is resolved, e.g.

casaflux%kplant(:,leaf)        = casabiome%plantrate(veg%iveg(:),leaf)

Issue migrated from trac:243 at 2023-11-27 11:31:38 +1100

penguian commented 2 years ago

@jxs599@nci.org.au changed status from new to closed

penguian commented 2 years ago

@jxs599@nci.org.au set resolution to fixed

penguian commented 2 years ago

@jxs599@nci.org.au set milestone to 1. Closed

penguian commented 2 years ago

@jxs599@nci.org.au commented


pushed @ 8690

penguian commented 1 year ago

@ccc561@nci.org.au set keywords to nogit