17 character(len=LENVARNAME) :: depvartype =
''
24 subroutine ic_cr(ic, name_model, input_mempath, inunit, iout, dis, depvartype)
27 character(len=*),
intent(in) :: name_model
28 character(len=*),
intent(in) :: input_mempath
29 integer(I4B),
intent(in) :: inunit
30 integer(I4B),
intent(in) :: iout
32 character(len=LENVARNAME),
intent(in) :: depvartype
38 call ic%set_names(1, name_model,
'IC',
'IC', input_mempath)
41 call ic%allocate_scalars()
50 ic%depvartype = depvartype
This module contains block parser methods.
This module contains simulation constants.
integer(i4b), parameter lenvarname
maximum length of a variable name
This module defines variable data types.
subroutine, public ic_cr(ic, name_model, input_mempath, inunit, iout, dis, depvartype)
Create a new initial conditions object.