Skip to content

Commit

Permalink
add INODATA constant
Browse files Browse the repository at this point in the history
  • Loading branch information
mjreno authored and mjreno committed Nov 9, 2023
1 parent b46f149 commit 3f1869d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Utilities/Constants.f90
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ module ConstantsModule
integer(I4B), parameter :: NAMEDBOUNDFLAG = -9 !< named bound flag
integer(I4B), parameter :: LENPAKLOC = 34 !< maximum length of a package location
integer(I4B), parameter :: IZERO = 0 !< integer constant zero
integer(I4B), parameter :: INODATA = -2147483647 !< integer no data constant
integer(I4B), parameter :: IWETLAKE = 10000 !< integer constant for a dry lake
integer(I4B), parameter :: MAXADPIT = 100 !< maximum advanced package Newton-Raphson iterations
!
Expand Down

0 comments on commit 3f1869d

Please sign in to comment.