Skip to content

Commit

Permalink
Fix improperly assigned fire emissions for ebb_dcycle==1 for retrospe…
Browse files Browse the repository at this point in the history
…ctives (NOT operational!)
  • Loading branch information
jordanschnell authored and grantfirl committed Oct 29, 2024
1 parent f3eeb34 commit 5d1a4aa
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions physics/smoke_dust/module_add_emiss_burn.F90
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,6 @@ subroutine add_emis_burn(dtstep,dz8w,rho_phy,pi, &
! the eastern US, max_ti= 20.041288* 3600.
! else max_ti= 18.041288* 3600.
! endif
! RAR: for option #1 ebb and frp are ingested for 24 hours. No modification is
! applied!
if (ebb_dcycle==1) then
do k=kts,kte
do i=its,ite
ebu(i,k,1)=ebu_in(i,1) ! RAR:
enddo
enddo
endif

if (ebb_dcycle==2) then

Expand Down

0 comments on commit 5d1a4aa

Please sign in to comment.