Skip to content

Commit

Permalink
Merge pull request #141 from MengZhang/develop_PM
Browse files Browse the repository at this point in the history
fix max line length issue
  • Loading branch information
chporter authored Aug 19, 2021
2 parents eff9511 + b87aabd commit 0ea6a91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion InputModule/ipexp.for
Original file line number Diff line number Diff line change
Expand Up @@ -1089,7 +1089,8 @@ C=======================================================================
SUBROUTINE IPFLD (LUNEXP,FILEX,LNFLD,FLDNAM,WSTA,WSTA1,SLNO,
& SLTX,FLST,SLOPE,DFDRN,FLDD,SFDRN,FLOB,SLDP,PMWD,
& XCRD,YCRD,ELEV,AREA,SLEN,FLWR,SLAS,FldHist, FHDUR,PMALB)
& XCRD,YCRD,ELEV,AREA,SLEN,FLWR,SLAS,FldHist, FHDUR,
& PMALB)
USE ModuleData
IMPLICIT NONE
Expand Down
2 changes: 1 addition & 1 deletion Soil/SoilUtilities/SOILDYN.for
Original file line number Diff line number Diff line change
Expand Up @@ -2238,7 +2238,7 @@ C=======================================================================
PMWD = ROWSPC_CM
PMCover = .TRUE.
MSG(1)= "Missing PMWD, set PMWD = ROWSPC_CM"
MSG(2)= "Flat surface with full plastic mulch covered by default."
MSG(2)= "Flat surface with full plastic mulch covered."
call warning(2,errkey,msg)
ENDIF
ELSE
Expand Down

0 comments on commit 0ea6a91

Please sign in to comment.