MODFLOW 6
version 6.6.0.dev0
USGS Modular Hydrologic Model
|
Data Types | |
type | gwfictype |
Functions/Subroutines | |
subroutine, public | ic_cr (ic, name_model, input_mempath, inunit, iout, dis) |
Create a new initial conditions object. More... | |
subroutine | ic_load (this) |
Load data from IDM into package. More... | |
subroutine | ic_ar (this, x) |
Allocate arrays, load from IDM, and assign head. More... | |
subroutine | ic_da (this) |
Deallocate. More... | |
subroutine | allocate_arrays (this, nodes) |
Allocate arrays. More... | |
subroutine | source_griddata (this) |
Copy grid data from IDM into package. More... | |
subroutine gwficmodule::allocate_arrays | ( | class(gwfictype) | this, |
integer(i4b), intent(in) | nodes | ||
) |
Definition at line 124 of file gwf-ic.f90.
subroutine gwficmodule::ic_ar | ( | class(gwfictype) | this, |
real(dp), dimension(:), intent(inout) | x | ||
) |
Definition at line 83 of file gwf-ic.f90.
subroutine, public gwficmodule::ic_cr | ( | type(gwfictype), pointer | ic, |
character(len=*), intent(in) | name_model, | ||
character(len=*), intent(in) | input_mempath, | ||
integer(i4b), intent(in) | inunit, | ||
integer(i4b), intent(in) | iout, | ||
class(disbasetype), intent(in), pointer | dis | ||
) |
Definition at line 32 of file gwf-ic.f90.
|
private |
Definition at line 104 of file gwf-ic.f90.
subroutine gwficmodule::ic_load | ( | class(gwfictype) | this | ) |
Definition at line 72 of file gwf-ic.f90.
subroutine gwficmodule::source_griddata | ( | class(gwfictype) | this | ) |
Definition at line 137 of file gwf-ic.f90.