Skip to content

Commit

Permalink
change bounds for wesveg error
Browse files Browse the repository at this point in the history
  • Loading branch information
rosiealice committed Jan 16, 2025
1 parent 7ccafa0 commit 4529324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/biogeochem/DryDepVelocity.F90
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ subroutine depvel_compute( bounds, &
endif
endif

if(wesveg<0 .or. wesveg>1 )then
if(wesveg<0 .or. wesveg>11 )then
call endrun(subgrid_index=pi, subgrid_level=subgrid_level_patch, &
msg='ERROR: No sensible Wesley vegetation type'//&
errMsg(sourcefile, __LINE__))
Expand Down

0 comments on commit 4529324

Please sign in to comment.