Skip to content

Commit

Permalink
Initialize err variables in set_soilveg.f
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelTrahanNOAA committed Sep 21, 2023
1 parent 3ec61d3 commit 7912a19
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions physics/set_soilveg.f
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ subroutine set_soilveg(me,isot,ivet,nlunit,errmsg,errflg)
& DEFINED_SLOPE, FXEXP_DATA, NROOT_DATA, REFKDT_DATA, Z0_DATA,
& CZIL_DATA, LAI_DATA, CSOIL_DATA

errmsg = ''
errflg = 0

cmy end locals
if(ivet.eq.2) then

Expand Down

0 comments on commit 7912a19

Please sign in to comment.