CABLE-LSM / CABLE-Trac-archive

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

Two minimum LAI thresholds used in biogeophys #279

Closed penguian closed 2 years ago

penguian commented 3 years ago

keyword_nogit owner:jxs599@nci.org.au resolution_invalid type_defect | by amu561


A minimum LAI threshold in the cable_albedo code is inconsistent with the rest of the code.

Line 99 of cable_albedo.F90 in trunk b2c2a27f47228634f2e38ab8337bb8ae2955256a uses 0.01 as the threshold:

WHERE( canopy%vlaiw > 1e-2 ) 

Elsewhere in the biogeophys code, C%LAI_THRESH (set to 0.001) is used.

This causes weird patterns in heat variables (VegT, Qg, Qh, Hsoil) when 0.001 < LAI < 0.01 compared to variables such as Qle.


Issue migrated from trac:279 at 2023-11-27 11:35:41 +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 invalid

penguian commented 2 years ago

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

penguian commented 2 years ago

@jxs599@nci.org.au commented


hopefully this has been resolved in subsequent transition to CABLE3

penguian commented 1 year ago

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