Skip to content

Commit

Permalink
testing CESM3_SLH using cam_cesm2_2_rel_09_slh
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaPedroFernandez committed Oct 1, 2024
1 parent b533617 commit af15e1a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/control/camsrfexch.F90
Original file line number Diff line number Diff line change
Expand Up @@ -252,9 +252,14 @@ subroutine hub2atm_alloc( cam_in )
cam_in(c)%ustar (:) = 0._r8
cam_in(c)%re (:) = 0._r8
cam_in(c)%ssq (:) = 0._r8
if (lnd_drydep .and. n_drydep>0) then

!rpf_CESM3_SLH testing cam_cesm2_2_rel_09_slh
! if (lnd_drydep .and. n_drydep>0) then
if (n_drydep>0) then
cam_in(c)%depvel (:,:) = 0._r8
endif
!rpf_CESM3_SLH testing cam_cesm2_2_rel_09_slh

if (active_Fall_flxfire .and. shr_fire_emis_mechcomps_n>0) then
cam_in(c)%fireflx(:,:) = 0._r8
cam_in(c)%fireztop(:) = 0._r8
Expand Down

0 comments on commit af15e1a

Please sign in to comment.