Skip to content

Commit

Permalink
Merge branch 'huebleruwm/atm/clubbv2_rebased_1_UWM' of https://github…
Browse files Browse the repository at this point in the history
….com/larson-group/E3SM into huebleruwm/atm/clubbv2_rebased_1_UWM
  • Loading branch information
huebleruwm committed Jul 10, 2019
2 parents 8690725 + 25ca78c commit 5dceb60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/cam/src/physics/cam/clubb_intr.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1746,7 +1746,7 @@ subroutine clubb_tend_cam( &
! Compute mean w wind on thermo grid, convert from omega to w
wm_zt(1) = 0._r8
do k=1,pver
wm_zt(k+1) = -1._r8*state1%omega(i,pver-k+1)*invrs_rho_ds_zt(i,k+1)*invrs_gravit
wm_zt(k+1) = -1._r8*state1%omega(i,pver-k+1)*invrs_rho_ds_zt(k+1)*invrs_gravit
enddo

! ------------------------------------------------- !
Expand Down

0 comments on commit 5dceb60

Please sign in to comment.