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

Go to the source code of this file.

Data Types

type  olfmodule::olfmodeltype
 

Modules

module  olfmodule
 Channel Flow (OLF) Module.
 

Functions/Subroutines

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

Variables

integer(i4b), parameter, public olfmodule::olf_nbasepkg = 7
 OLF base package array descriptors. More...
 
character(len=lenpackagetype), dimension(olf_nbasepkg), public olfmodule::olf_basepkg = ['DIS2D6 ', 'DISV2D6', 'DFW6 ', 'OC6 ', 'IC6 ', 'OBS6 ', 'STO6 ']
 candidates for input and these will be loaded in the order specified. More...
 
integer(i4b), parameter, public olfmodule::olf_nmultipkg = 50
 OLF multi package array descriptors. More...
 
character(len=lenpackagetype), dimension(olf_nmultipkg), public olfmodule::olf_multipkg
 
integer(i4b), parameter olfmodule::niunit_olf = OLF_NBASEPKG + OLF_NMULTIPKG