MODFLOW 6  version 6.5.0.dev2
MODFLOW 6 Code Documentation
gwf-rch.f90 File Reference

Go to the source code of this file.

Data Types

type  rchmodule::rchtype
 

Modules

module  rchmodule
 

Functions/Subroutines

subroutine, public rchmodule::rch_create (packobj, id, ibcnum, inunit, iout, namemodel, pakname, mempath)
 Create a New Recharge Package. More...
 
subroutine rchmodule::rch_allocate_scalars (this)
 Allocate scalar members. More...
 
subroutine rchmodule::rch_allocate_arrays (this, nodelist, auxvar)
 Allocate package arrays. More...
 
subroutine rchmodule::rch_source_options (this)
 Source options specific to RchType. More...
 
subroutine rchmodule::log_rch_options (this, found_fixed_cell, found_readasarrays)
 Log options specific to RchType. More...
 
subroutine rchmodule::rch_source_dimensions (this)
 Source the dimensions for this package. More...
 
subroutine rchmodule::rch_read_initial_attr (this)
 Part of allocate and read. More...
 
subroutine rchmodule::rch_rp (this)
 Read and Prepare. More...
 
subroutine rchmodule::set_nodesontop (this)
 Store nodelist in nodesontop. More...
 
subroutine rchmodule::rch_cf (this)
 Formulate the HCOF and RHS terms. More...
 
subroutine rchmodule::rch_fc (this, rhs, ia, idxglo, matrix_sln)
 Copy rhs and hcof into solution rhs and amat. More...
 
subroutine rchmodule::rch_da (this)
 Deallocate memory. More...
 
subroutine rchmodule::rch_define_listlabel (this)
 Define the list heading that is written to iout when PRINT_INPUT option is used. More...
 
subroutine rchmodule::default_nodelist (this)
 Assign default nodelist when READASARRAYS is specified. More...
 
logical function rchmodule::rch_obs_supported (this)
 Overrides BndTypebnd_obs_supported() More...
 
subroutine rchmodule::rch_df_obs (this)
 Implements bnd_df_obs. More...
 
real(dp) function rchmodule::rch_bound_value (this, col, row)
 Return requested boundary value. More...
 
subroutine rchmodule::nodelist_update (nodelist, nbound, maxbound, dis, input_mempath)
 Update the nodelist based on IRCH input. More...
 

Variables

character(len=lenftype) rchmodule::ftype = 'RCH'
 
character(len=lenpackagename) rchmodule::text = ' RCH'
 
character(len=lenpackagename) rchmodule::texta = ' RCHA'