Skip to content

Commit

Permalink
Update clubb_intr.F90
Browse files Browse the repository at this point in the history
  • Loading branch information
whannah1 authored Nov 13, 2024
1 parent cf79ffe commit 7a46bb2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/eam/src/physics/cam/clubb_intr.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1539,7 +1539,8 @@ subroutine clubb_tend_cam( &

real(r8) :: sfc_v_diff_tau(pcols) ! Response to tau perturbation, m/s
real(r8), parameter :: pert_tau = 0.1_r8 ! tau perturbation, Pa
!add par for tofd

!variables for turbulent orographic form drag (TOFD) interface
real(r8) :: dtaux3_fd(pcols,pver)
real(r8) :: dtauy3_fd(pcols,pver)
real(r8) :: dusfc_fd(pcols)
Expand All @@ -1549,7 +1550,6 @@ subroutine clubb_tend_cam( &
real(r8) :: dummy_utgw(pcols,pver)
real(r8) :: dummy_vtgw(pcols,pver)
real(r8) :: dummy_ttgw(pcols,pver)
!
real(r8) :: dummx_ls(pcols,pver)
real(r8) :: dummx_bl(pcols,pver)
real(r8) :: dummx_ss(pcols,pver)
Expand All @@ -1562,7 +1562,7 @@ subroutine clubb_tend_cam( &
real(r8) :: dummy3_ls(pcols,pver)
real(r8) :: dummy3_bl(pcols,pver)
real(r8) :: dummy3_ss(pcols,pver)
!

real(r8) :: inv_exner_clubb_surf


Expand Down

0 comments on commit 7a46bb2

Please sign in to comment.