Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor bugs in li2024 fire #2725

Closed
samsrabin opened this issue Aug 23, 2024 · 0 comments · Fixed by #2726
Closed

Minor bugs in li2024 fire #2725

samsrabin opened this issue Aug 23, 2024 · 0 comments · Fixed by #2726
Labels
bug something is working incorrectly priority: Immediate Highest priority, something that was unexpected science Enhancement to or bug impacting science

Comments

@samsrabin
Copy link
Collaborator

(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)

@samsrabin samsrabin added bug something is working incorrectly priority: Immediate Highest priority, something that was unexpected science Enhancement to or bug impacting science labels Aug 23, 2024
@samsrabin samsrabin moved this to In Progress in CTSM: Fire updates 2024 Aug 23, 2024
@samsrabin samsrabin added this to the CESM3 Capability Freeze milestone Aug 23, 2024
@samsrabin samsrabin removed this from the CESM3 Capability Freeze milestone Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something is working incorrectly priority: Immediate Highest priority, something that was unexpected science Enhancement to or bug impacting science
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant