MODFLOW 6
version 6.6.0.dev0
USGS Modular Hydrologic Model
|
This module contains the FLW package methods. More...
Data Types | |
type | swfflwtype |
Functions/Subroutines | |
subroutine, public | flw_create (packobj, id, ibcnum, inunit, iout, namemodel, pakname, mempath) |
@ brief Create a new package object More... | |
subroutine | flw_allocate_scalars (this) |
@ brief Allocate scalars More... | |
subroutine | flw_allocate_arrays (this, nodelist, auxvar) |
@ brief Allocate arrays More... | |
subroutine | flw_da (this) |
@ brief Deallocate package memory More... | |
subroutine | flw_options (this) |
@ brief Source additional options for package More... | |
subroutine | log_flw_options (this, found) |
@ brief Log SWF specific package options More... | |
subroutine | flw_rp (this) |
@ brief SWF read and prepare More... | |
subroutine | flw_cf (this) |
@ brief Formulate the package hcof and rhs terms. More... | |
subroutine | flw_fc (this, rhs, ia, idxglo, matrix_sln) |
@ brief Copy hcof and rhs terms into solution. More... | |
subroutine | define_listlabel (this) |
@ brief Define the list label for the package More... | |
logical function | flw_obs_supported (this) |
Determine if observations are supported. More... | |
subroutine | flw_df_obs (this) |
Define the observation types available in the package. More... | |
subroutine | flw_bd_obs (this) |
Save observations for the package. More... | |
subroutine | flw_rp_ts (this) |
Assign time series links for the package. More... | |
real(dp) function | q_mult (this, row) |
real(dp) function | flw_bound_value (this, col, row) |
@ brief Return a bound value More... | |
Variables | |
character(len=lenftype) | ftype = 'FLW' |
package ftype More... | |
character(len=16) | text = ' FLW' |
package flow text string More... | |
This module can be used to represent inflow to streams. It is designed similarly to the GWF WEL package.
|
private |
Method defined the list label for the FLW package. The list label is the heading that is written to iout when PRINT_INPUT option is used.
[in,out] | this | SwfFlwType object |
Definition at line 308 of file swf-flw.f90.
subroutine swfflwmodule::flw_allocate_arrays | ( | class(swfflwtype) | this, |
integer(i4b), dimension(:), optional, pointer, contiguous | nodelist, | ||
real(dp), dimension(:, :), optional, pointer, contiguous | auxvar | ||
) |
Allocate and initialize arrays for the SWF package
Definition at line 127 of file swf-flw.f90.
|
private |
Allocate and initialize scalars for the FLW package. The base model allocate scalars method is also called.
this | SwfFlwType object |
Definition at line 106 of file swf-flw.f90.
|
private |
Method to save simulated values for the FLW package.
this | SwfFlwType object |
Definition at line 374 of file swf-flw.f90.
real(dp) function swfflwmodule::flw_bound_value | ( | class(swfflwtype), intent(inout) | this, |
integer(i4b), intent(in) | col, | ||
integer(i4b), intent(in) | row | ||
) |
Return a bound value associated with an ncolbnd index and row.
[in,out] | this | BndExtType object |
Definition at line 465 of file swf-flw.f90.
subroutine swfflwmodule::flw_cf | ( | class(swfflwtype) | this | ) |
Formulate the hcof and rhs terms for the FLW package that will be added to the coefficient matrix and right-hand side vector.
this | SwfFlwType object |
Definition at line 241 of file swf-flw.f90.
subroutine, public swfflwmodule::flw_create | ( | class(bndtype), pointer | packobj, |
integer(i4b), intent(in) | id, | ||
integer(i4b), intent(in) | ibcnum, | ||
integer(i4b), intent(in) | inunit, | ||
integer(i4b), intent(in) | iout, | ||
character(len=*), intent(in) | namemodel, | ||
character(len=*), intent(in) | pakname, | ||
character(len=*), intent(in) | mempath | ||
) |
Create a new FLW Package object
packobj | pointer to default package type | |
[in] | id | package id |
[in] | ibcnum | boundary condition number |
[in] | inunit | unit number of FLW package input file |
[in] | iout | unit number of model listing file |
[in] | namemodel | model name |
[in] | pakname | package name |
[in] | mempath | input mempath |
Definition at line 63 of file swf-flw.f90.
subroutine swfflwmodule::flw_da | ( | class(swfflwtype) | this | ) |
Deallocate SWF package scalars and arrays.
this | SwfFlwType object |
Definition at line 152 of file swf-flw.f90.
|
private |
Method to define the observation types available in the FLW package.
this | SwfFlwType object |
Definition at line 353 of file swf-flw.f90.
|
private |
Add the hcof and rhs terms for the FLW package to the coefficient matrix and right-hand side vector.
this | SwfFlwType object | |
[in,out] | rhs | right-hand side vector for model |
[in] | ia | solution CRS row pointers |
[in] | idxglo | mapping vector for model (local) to solution (global) |
matrix_sln | solution coefficient matrix |
Definition at line 270 of file swf-flw.f90.
|
private |
Function to determine if observations are supported by the FLW package. Observations are supported by the FLW package.
this | SwfFlwType object |
Definition at line 340 of file swf-flw.f90.
subroutine swfflwmodule::flw_options | ( | class(swfflwtype), intent(inout) | this | ) |
Source additional options for SWF package.
[in,out] | this | SwfFlwType object |
Definition at line 170 of file swf-flw.f90.
subroutine swfflwmodule::flw_rp | ( | class(swfflwtype), intent(inout) | this | ) |
Definition at line 218 of file swf-flw.f90.
|
private |
Assign the time series links for the FLW package. Only the Q variable can be defined with time series.
[in,out] | this | SwfFlwType object |
Definition at line 424 of file swf-flw.f90.
subroutine swfflwmodule::log_flw_options | ( | class(swfflwtype), intent(inout) | this, |
type(swfflwparamfoundtype), intent(in) | found | ||
) |
|
private |
|
private |
Definition at line 31 of file swf-flw.f90.
|
private |
Definition at line 32 of file swf-flw.f90.