Skip to content

Commit

Permalink
Merge pull request #191 from jordanschnell/ebb_dcycle_fix
Browse files Browse the repository at this point in the history
[production/RRFS.v1] Fix improperly assigned fire emissions for ebb_dcycle==1 for retrospectives (NOT operational!)
  • Loading branch information
grantfirl authored Apr 11, 2024
2 parents 85fabc0 + 3dd1dd3 commit d889bae
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 @@ -66,15 +66,6 @@ subroutine add_emis_burn(dtstep,dz8w,rho_phy,pi,ebb_min, &
timeq= mod(timeq,timeq_max)
coef_con=1._kind_phys/((2._kind_phys*pi)**0.5)

! 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)
enddo
enddo
endif

if (ebb_dcycle==2) then

do j=jts,jte
Expand Down

0 comments on commit d889bae

Please sign in to comment.