We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88e6e21 commit 7acdf0fCopy full SHA for 7acdf0f
src/common/wetdep.f90
@@ -517,7 +517,7 @@ subroutine wetdep_precompute()
517
integer :: i
518
519
do i=1,ncomp
520
- if (.not.run_comp(i)%defined%kdrydep == 1) cycle
+ if (.not.run_comp(i)%defined%kwetdep == 1) cycle
521
if (wetdep_scheme%use_vertical) then
522
if (.not.(allocated(precip3d).and.allocated(cw3d).and.allocated(wscav))) then
523
error stop "Some wetdep/precip fields not allocated"
0 commit comments