140 class(SwfIcType) :: this
142 character(len=LINELENGTH) :: errmsg
143 logical(LGP) :: found_strt
144 integer(I4B),
dimension(:),
pointer,
contiguous :: map
148 if (this%dis%nodes < this%dis%nodesuser) map => this%dis%nodeuser
151 call mem_set_value(this%strt,
'STRT', this%input_mempath, map, found_strt)
154 if (.not. found_strt)
then
155 write (errmsg,
'(a)')
'Error in GRIDDATA block: STRT not found.'
158 else if (this%iout > 0)
then
159 write (this%iout,
'(4x,a)')
'STRT set from input file'
This module contains simulation methods.
subroutine, public store_error(msg, terminate)
Store an error message.
subroutine, public store_error_filename(filename, terminate)
Store the erroring file name.