MODFLOW 6  version 6.6.0.dev0
USGS Modular Hydrologic Model
chf.f90 File Reference

Go to the source code of this file.

Data Types

type  chfmodule::chfmodeltype
 

Modules

module  chfmodule
 Channel Flow (CHF) Module.
 

Functions/Subroutines

subroutine, public chfmodule::chf_cr (filename, id, modelname)
 Create a new surface water flow model object. More...
 
subroutine chfmodule::set_namfile_options (this)
 Handle namefile options. More...
 
subroutine chfmodule::log_namfile_options (this, found)
 Write model namfile options to list file. More...
 

Variables

integer(i4b), parameter, public chfmodule::chf_nbasepkg = 7
 CHF base package array descriptors. More...
 
character(len=lenpackagetype), dimension(chf_nbasepkg), public chfmodule::chf_basepkg = ['DISV1D6', 'DFW6 ', 'CXS6 ', 'OC6 ', 'IC6 ', 'OBS6 ', 'STO6 ']
 candidates for input and these will be loaded in the order specified. More...
 
integer(i4b), parameter, public chfmodule::chf_nmultipkg = 50
 CHF multi package array descriptors. More...
 
character(len=lenpackagetype), dimension(chf_nmultipkg), public chfmodule::chf_multipkg
 
integer(i4b), parameter chfmodule::niunit_chf = CHF_NBASEPKG + CHF_NMULTIPKG