Skip to content

Commit

Permalink
make q present even when dry
Browse files Browse the repository at this point in the history
  • Loading branch information
ambrad committed Feb 15, 2020
1 parent 4e3a66c commit c42c550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/homme/src/test_src/dcmip2016-baroclinic.F90
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ SUBROUTINE baroclinic_wave_test(deep,moist,pertt,X,lon,lat,p,z,zcoords,u,v,t,the
!-----------------------------------------------------
! Initialize specific humidity
!-----------------------------------------------------
if (moist .eq. 1) then
if (.true.) then !(moist .eq. 1) then
eta = p/p0

if (eta .gt. moisttr) then
Expand Down

0 comments on commit c42c550

Please sign in to comment.