5.13.3-dev0
mHM
The mesoscale Hydrological Model
Loading...
Searching...
No Matches
mo_namelists::nml_interflow1_t Module Reference

'interflow1' namelist content More...

Public Member Functions

procedure, public read (self, file)
 Read 'interflow1' namelist content.
 

Public Attributes

character(10) name = "interflow1"
 namelist name
 
logical read_from_file = .true.
 whether the associated variables are already set by interfaces
 
real(dp), dimension(ncolpars) interflowstoragecapacityfactor
 interflow storage capacity factor
 
real(dp), dimension(ncolpars) interflowrecession_slope
 multiplier for slope to derive interflow recession constant
 
real(dp), dimension(ncolpars) fastinterflowrecession_forest
 multiplier to derive fast interflow recession constant for forest
 
real(dp), dimension(ncolpars) slowinterflowrecession_ks
 multiplier for variability of saturated hydraulic conductivity to derive slow interflow recession constant
 
real(dp), dimension(ncolpars) exponentslowinterflow
 multiplier for variability of saturated hydraulic conductivity to derive slow interflow exponent
 

Detailed Description

'interflow1' namelist content

Definition at line 874 of file mo_namelists.f90.

Member Function/Subroutine Documentation

◆ read()

procedure, public mo_namelists::nml_interflow1_t::read ( class(nml_interflow1_t), intent(inout) self,
character(*), intent(in) file )

Read 'interflow1' namelist content.

Parameters
[in]filefile containing the namelist

Definition at line 886 of file mo_namelists.f90.

Member Data Documentation

◆ exponentslowinterflow

real(dp), dimension(ncolpars) mo_namelists::nml_interflow1_t::exponentslowinterflow

multiplier for variability of saturated hydraulic conductivity to derive slow interflow exponent

Definition at line 884 of file mo_namelists.f90.

◆ fastinterflowrecession_forest

real(dp), dimension(ncolpars) mo_namelists::nml_interflow1_t::fastinterflowrecession_forest

multiplier to derive fast interflow recession constant for forest

Definition at line 880 of file mo_namelists.f90.

◆ interflowrecession_slope

real(dp), dimension(ncolpars) mo_namelists::nml_interflow1_t::interflowrecession_slope

multiplier for slope to derive interflow recession constant

Definition at line 878 of file mo_namelists.f90.

◆ interflowstoragecapacityfactor

real(dp), dimension(ncolpars) mo_namelists::nml_interflow1_t::interflowstoragecapacityfactor

interflow storage capacity factor

Definition at line 877 of file mo_namelists.f90.

◆ name

character(10) mo_namelists::nml_interflow1_t::name = "interflow1"

namelist name

Definition at line 875 of file mo_namelists.f90.

◆ read_from_file

logical mo_namelists::nml_interflow1_t::read_from_file = .true.

whether the associated variables are already set by interfaces

Definition at line 876 of file mo_namelists.f90.

◆ slowinterflowrecession_ks

real(dp), dimension(ncolpars) mo_namelists::nml_interflow1_t::slowinterflowrecession_ks

multiplier for variability of saturated hydraulic conductivity to derive slow interflow recession constant

Definition at line 882 of file mo_namelists.f90.


The documentation for this module was generated from the following file: