5.13.2
mHM
The mesoscale Hydrological Model
Loading...
Searching...
No Matches
mo_namelists::nml_baseflow_config_t Module Reference

'baseflow_config' namelist content More...

Public Member Functions

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

Public Attributes

character(15) name = "baseflow_config"
 namelist name
 
logical read_from_file = .true.
 whether the associated variables are already set by interfaces
 
logical bfi_calc
 calculate observed BFI from gauges with Eckhardt filter
 
real(dp), dimension(maxnodomains) bfi_obs
 given base-flow index per domain
 

Detailed Description

'baseflow_config' namelist content

Definition at line 372 of file mo_namelists.f90.

Member Function/Subroutine Documentation

◆ read()

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

Read 'baseflow_config' namelist content.

Parameters
[in]filefile containing the namelist

Definition at line 378 of file mo_namelists.f90.

Member Data Documentation

◆ bfi_calc

logical mo_namelists::nml_baseflow_config_t::bfi_calc

calculate observed BFI from gauges with Eckhardt filter

Definition at line 375 of file mo_namelists.f90.

◆ bfi_obs

real(dp), dimension(maxnodomains) mo_namelists::nml_baseflow_config_t::bfi_obs

given base-flow index per domain

Definition at line 376 of file mo_namelists.f90.

◆ name

character(15) mo_namelists::nml_baseflow_config_t::name = "baseflow_config"

namelist name

Definition at line 373 of file mo_namelists.f90.

◆ read_from_file

logical mo_namelists::nml_baseflow_config_t::read_from_file = .true.

whether the associated variables are already set by interfaces

Definition at line 374 of file mo_namelists.f90.


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