MODFLOW 6
version 6.6.0.dev0
USGS Modular Hydrologic Model
|
Data Types | |
type | swfictype |
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 swficmodule::allocate_arrays | ( | class(swfictype) | this, |
integer(i4b), intent(in) | nodes | ||
) |
Definition at line 124 of file swf-ic.f90.
subroutine swficmodule::ic_ar | ( | class(swfictype) | this, |
real(dp), dimension(:), intent(inout) | x | ||
) |
Definition at line 83 of file swf-ic.f90.
subroutine, public swficmodule::ic_cr | ( | type(swfictype), 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 swf-ic.f90.
|
private |
Definition at line 104 of file swf-ic.f90.
subroutine swficmodule::ic_load | ( | class(swfictype) | this | ) |
Definition at line 72 of file swf-ic.f90.
subroutine swficmodule::source_griddata | ( | class(swfictype) | this | ) |
Definition at line 137 of file swf-ic.f90.