![]() |
mHM
The mesoscale Hydrological Model
|
'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) | |
'inflow_gauges' namelist content
Definition at line 1047 of file mo_namelists.f90.
| 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.
| [in] | file | file containing the namelist |
Definition at line 1058 of file mo_namelists.f90.
| 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 1054 of file mo_namelists.f90.
| 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 1056 of file mo_namelists.f90.
| 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 1052 of file mo_namelists.f90.
| character(13) mo_namelists::nml_inflow_gauges_t::name = "inflow_gauges" |
namelist name
Definition at line 1048 of file mo_namelists.f90.
| integer(i4) mo_namelists::nml_inflow_gauges_t::ninflowgaugestotal |
Number of evaluation gauges for all domains.
Definition at line 1050 of file mo_namelists.f90.
| integer(i4), dimension(maxnodomains) mo_namelists::nml_inflow_gauges_t::noinflowgauges_domain |
number of gauges for subdomain (1)
Definition at line 1051 of file mo_namelists.f90.
| logical mo_namelists::nml_inflow_gauges_t::read_from_file = .true. |
whether the associated variables are already set by interfaces
Definition at line 1049 of file mo_namelists.f90.