![]() |
mHM
The mesoscale Hydrological Model
|
'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 | |
'baseflow_config' namelist content
Definition at line 372 of file mo_namelists.f90.
| 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.
| [in] | file | file containing the namelist |
Definition at line 378 of file mo_namelists.f90.
| 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.
| 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.
| character(15) mo_namelists::nml_baseflow_config_t::name = "baseflow_config" |
namelist name
Definition at line 373 of file mo_namelists.f90.
| 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.