Skip to content

Commit 7acdf0f

Browse files
committed
kdrydep -> kwetdep
1 parent 88e6e21 commit 7acdf0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/wetdep.f90

+1-1
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ subroutine wetdep_precompute()
517517
integer :: i
518518

519519
do i=1,ncomp
520-
if (.not.run_comp(i)%defined%kdrydep == 1) cycle
520+
if (.not.run_comp(i)%defined%kwetdep == 1) cycle
521521
if (wetdep_scheme%use_vertical) then
522522
if (.not.(allocated(precip3d).and.allocated(cw3d).and.allocated(wscav))) then
523523
error stop "Some wetdep/precip fields not allocated"

0 commit comments

Comments
 (0)