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

'inflow_gauges' namelist content More...

Public Member Functions

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

Public Attributes

character(13) name = "inflow_gauges"
 namelist name
 
logical read_from_file = .true.
 whether the associated variables are already set by interfaces
 
integer(i4) ninflowgaugestotal
 Number of evaluation gauges for all domains.
 
integer(i4), dimension(maxnodomains) noinflowgauges_domain
 number of gauges for subdomain (1)
 
integer(i4), dimension(maxnodomains, maxnogauges) inflowgauge_id
 id of inflow gauge(1) for subdomain(1) --> (1,1)
 
character(256), dimension(maxnodomains, maxnogauges) inflowgauge_filename
 name of file with timeseries of inflow gauge(1) for subdomain(1) --> (1,1)
 
logical, dimension(maxnodomains, maxnogauges) inflowgauge_headwater
 consider flows from upstream/headwater cells of inflow gauge(1) for subdomain(1) --> (1,1)
 

Detailed Description

'inflow_gauges' namelist content

Definition at line 1041 of file mo_namelists.f90.

Member Function/Subroutine Documentation

◆ read()

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

Read 'inflow_gauges' namelist content.

Parameters
[in]filefile containing the namelist

Definition at line 1052 of file mo_namelists.f90.

Member Data Documentation

◆ inflowgauge_filename

character(256), dimension(maxnodomains, maxnogauges) mo_namelists::nml_inflow_gauges_t::inflowgauge_filename

name of file with timeseries of inflow gauge(1) for subdomain(1) --> (1,1)

Definition at line 1048 of file mo_namelists.f90.

◆ inflowgauge_headwater

logical, dimension(maxnodomains, maxnogauges) mo_namelists::nml_inflow_gauges_t::inflowgauge_headwater

consider flows from upstream/headwater cells of inflow gauge(1) for subdomain(1) --> (1,1)

Definition at line 1050 of file mo_namelists.f90.

◆ inflowgauge_id

integer(i4), dimension(maxnodomains, maxnogauges) mo_namelists::nml_inflow_gauges_t::inflowgauge_id

id of inflow gauge(1) for subdomain(1) --> (1,1)

Definition at line 1046 of file mo_namelists.f90.

◆ name

character(13) mo_namelists::nml_inflow_gauges_t::name = "inflow_gauges"

namelist name

Definition at line 1042 of file mo_namelists.f90.

◆ ninflowgaugestotal

integer(i4) mo_namelists::nml_inflow_gauges_t::ninflowgaugestotal

Number of evaluation gauges for all domains.

Definition at line 1044 of file mo_namelists.f90.

◆ noinflowgauges_domain

integer(i4), dimension(maxnodomains) mo_namelists::nml_inflow_gauges_t::noinflowgauges_domain

number of gauges for subdomain (1)

Definition at line 1045 of file mo_namelists.f90.

◆ read_from_file

logical mo_namelists::nml_inflow_gauges_t::read_from_file = .true.

whether the associated variables are already set by interfaces

Definition at line 1043 of file mo_namelists.f90.


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