Skip to content

Commit

Permalink
kdrydep -> kwetdep
Browse files Browse the repository at this point in the history
  • Loading branch information
magnusuMET committed Feb 14, 2025
1 parent 88e6e21 commit 7acdf0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/wetdep.f90
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ subroutine wetdep_precompute()
integer :: i

do i=1,ncomp
if (.not.run_comp(i)%defined%kdrydep == 1) cycle
if (.not.run_comp(i)%defined%kwetdep == 1) cycle
if (wetdep_scheme%use_vertical) then
if (.not.(allocated(precip3d).and.allocated(cw3d).and.allocated(wscav))) then
error stop "Some wetdep/precip fields not allocated"
Expand Down

0 comments on commit 7acdf0f

Please sign in to comment.