Minor bugs in li2024 fire #2725
Labels
bug
something is working incorrectly
priority: Immediate
Highest priority, something that was unexpected
science
Enhancement to or bug impacting science
(1)
if(( kmo == 1 .and. kda == 1 .and. mcsec == 0) .or. &
dtrotr_col(c) <=0._r8 )then
fbac1(c) = 0._r8
farea_burned(c) = baf_crop(c)+baf_peatf(c)
the farea_burned(c) = baf_crop(c)+baf_peatf(c) should be removed, so lightning ignition can occur in the tropical closed forests.
(2)
farea_burned(c) = farea_burned(c)+fb * cli * (0.01_r8/secspday) , 0.01 should be changed to cli_scale
Originally posted by @lifang0209 in #2711 (comment)
The text was updated successfully, but these errors were encountered: