MODFLOW 6
version 6.6.0.dev0
USGS Modular Hydrologic Model
|
Private Member Functions | |
procedure | allocate_scalars |
procedure | allocate_arrays |
procedure | source_options |
procedure | log_options |
procedure | source_dimensions |
procedure | log_dimensions |
procedure | source_packagedata |
procedure | log_packagedata |
procedure | source_crosssectiondata |
procedure | log_crosssectiondata |
procedure | cxs_da |
procedure | get_cross_section_info |
procedure | get_area |
procedure | get_wetted_perimeter => cxs_wetted_perimeter |
procedure | get_roughness |
procedure | get_conveyance => cxs_conveyance |
procedure | get_hydraulic_radius |
procedure | write_cxs_table |
procedure | set_names |
procedure | da |
procedure | read_check_ionper |
procedure | get_block_data |
Private Attributes | |
integer(i4b), pointer | nsections => null() |
number of cross section More... | |
integer(i4b), pointer | npoints => null() |
total number of cross-section points More... | |
integer(i4b), dimension(:), pointer, contiguous | idcxs => null() |
cross section id number, size nsections More... | |
integer(i4b), dimension(:), pointer, contiguous | nxspoints => null() |
number of cross section points for section, size nsections More... | |
real(dp), dimension(:), pointer, contiguous | xfraction => null() |
cross-section relative x distance, of size npoints More... | |
real(dp), dimension(:), pointer, contiguous | height => null() |
cross-section heights, of size npoints More... | |
real(dp), dimension(:), pointer, contiguous | manfraction => null() |
cross-section roughness data, of size npoints More... | |
integer(i4b), dimension(:), pointer, contiguous | iacross => null() |
pointers to cross-section data for each section, of size nsections + 1 More... | |
character(len=lenmodelname) | name_model = '' |
the name of the model that contains this package More... | |
character(len=lenpackagename) | packname = '' |
name of the package More... | |
character(len=lenmempath) | memorypath = '' |
the location in the memory manager where the variables are stored More... | |
character(len=lenmempath) | memorypathmodel = '' |
the location in the memory manager where the variables of the parent model are stored More... | |
character(len=lenmempath) | input_mempath = '' |
input context mempath More... | |
character(len=linelength), pointer | input_fname => null() |
input file name More... | |
character(len=lenftype) | filtyp = '' |
file type (CHD, DRN, RIV, etc.) More... | |
character(len=lenftype), pointer | package_type => null() |
package type (same as filtyp) stored in memory manager More... | |
integer(i4b), pointer | id => null() |
consecutive package number in model More... | |
integer(i4b), pointer | inunit => null() |
unit number for input file More... | |
integer(i4b), pointer | iout => null() |
unit number for writing package output More... | |
integer(i4b), pointer | inewton => null() |
newton flag More... | |
integer(i4b), pointer | iasym => null() |
package causes matrix asymmetry More... | |
integer(i4b), pointer | iprpak => null() |
integer flag to echo input More... | |
integer(i4b), pointer | iprflow => null() |
flag to print simulated flows More... | |
integer(i4b), pointer | ipakcb => null() |
output flows (-1, 0, 1) - save_flows More... | |
integer(i4b), pointer | ionper => null() |
stress period for next data More... | |
integer(i4b), pointer | lastonper => null() |
last value of ionper (for checking) More... | |
type(blockparsertype) | parser |
parser object for reading blocks of information More... | |
class(disbasetype), pointer | dis => null() |
model discretization object More... | |
Definition at line 20 of file swf-cxs.f90.
|
private |
Definition at line 37 of file swf-cxs.f90.
|
private |
Definition at line 36 of file swf-cxs.f90.
|
private |
Definition at line 46 of file swf-cxs.f90.
|
privateinherited |
Definition at line 55 of file NumericalPackage.f90.
|
private |
Definition at line 48 of file swf-cxs.f90.
|
privateinherited |
Definition at line 57 of file NumericalPackage.f90.
|
private |
Definition at line 51 of file swf-cxs.f90.
|
private |
Definition at line 47 of file swf-cxs.f90.
|
private |
Definition at line 52 of file swf-cxs.f90.
|
private |
Definition at line 50 of file swf-cxs.f90.
|
private |
Definition at line 49 of file swf-cxs.f90.
|
private |
Definition at line 45 of file swf-cxs.f90.
|
private |
Definition at line 41 of file swf-cxs.f90.
|
private |
Definition at line 39 of file swf-cxs.f90.
|
private |
Definition at line 43 of file swf-cxs.f90.
|
privateinherited |
Definition at line 56 of file NumericalPackage.f90.
|
privateinherited |
Definition at line 53 of file NumericalPackage.f90.
|
private |
Definition at line 44 of file swf-cxs.f90.
|
private |
Definition at line 40 of file swf-cxs.f90.
|
private |
Definition at line 38 of file swf-cxs.f90.
|
private |
Definition at line 42 of file swf-cxs.f90.
|
private |
Definition at line 53 of file swf-cxs.f90.
|
privateinherited |
Definition at line 50 of file NumericalPackage.f90.
|
privateinherited |
Definition at line 33 of file NumericalPackage.f90.
|
private |
Definition at line 28 of file swf-cxs.f90.
|
private |
Definition at line 32 of file swf-cxs.f90.
|
privateinherited |
Definition at line 41 of file NumericalPackage.f90.
|
privateinherited |
Definition at line 37 of file NumericalPackage.f90.
|
private |
Definition at line 25 of file swf-cxs.f90.
|
privateinherited |
Definition at line 40 of file NumericalPackage.f90.
|
privateinherited |
Definition at line 32 of file NumericalPackage.f90.
|
privateinherited |
Definition at line 31 of file NumericalPackage.f90.
|
privateinherited |
Definition at line 38 of file NumericalPackage.f90.
|
privateinherited |
Definition at line 45 of file NumericalPackage.f90.
|
privateinherited |
Definition at line 39 of file NumericalPackage.f90.
|
privateinherited |
Definition at line 44 of file NumericalPackage.f90.
|
privateinherited |
Definition at line 43 of file NumericalPackage.f90.
|
privateinherited |
Definition at line 42 of file NumericalPackage.f90.
|
privateinherited |
Definition at line 46 of file NumericalPackage.f90.
|
private |
Definition at line 29 of file swf-cxs.f90.
|
privateinherited |
Definition at line 28 of file NumericalPackage.f90.
|
privateinherited |
Definition at line 29 of file NumericalPackage.f90.
|
privateinherited |
Definition at line 26 of file NumericalPackage.f90.
|
private |
Definition at line 24 of file swf-cxs.f90.
|
private |
Definition at line 23 of file swf-cxs.f90.
|
private |
Definition at line 26 of file swf-cxs.f90.
|
privateinherited |
Definition at line 34 of file NumericalPackage.f90.
|
privateinherited |
Definition at line 27 of file NumericalPackage.f90.
|
privateinherited |
Definition at line 49 of file NumericalPackage.f90.
|
private |
Definition at line 27 of file swf-cxs.f90.