Skip to content

Commit cef2f80

Browse files
committed
cleanup error on CI build
1 parent ac173be commit cef2f80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Model/GroundWaterEnergy/gwe-sfe.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ subroutine sfe_setup_budobj(this, idx)
723723
end if
724724
! -- Shortwave radiation heat flux
725725
if (this%inswr /= 0) then
726-
text = ' SHORTWAVE-RADIATION'
726+
text = 'SHRTWV-RADIATION'
727727
idx = idx + 1
728728
maxlist = this%flowbudptr%budterm(this%idxbudgwf)%maxlist
729729
naux = 0

0 commit comments

Comments
 (0)