![]() |
mHM
The mesoscale Hydrological Model
|
'soildata' namelist content More...
Public Member Functions | |
| procedure, public | read (self, file) |
| Read 'soildata' namelist content. | |
Public Attributes | |
| character(8) | name = "soildata" |
| namelist name | |
| logical | read_from_file = .true. |
| whether the associated variables are already set by interfaces | |
| integer(i4) | iflag_soildb |
| options to handle different soil databases | |
| real(dp) | tillagedepth |
| [mm] Soil depth down to which organic | |
| integer(i4) | nsoilhorizons_mhm |
| Number of horizons to model. | |
| real(dp), dimension(maxnosoilhorizons) | soil_depth |
| depth of the single horizons | |
'soildata' namelist content
Definition at line 413 of file mo_namelists.f90.
| procedure, public mo_namelists::nml_soildata_t::read | ( | class(nml_soildata_t), intent(inout) | self, |
| character(*), intent(in) | file ) |
Read 'soildata' namelist content.
| [in] | file | file containing the namelist |
Definition at line 421 of file mo_namelists.f90.
| integer(i4) mo_namelists::nml_soildata_t::iflag_soildb |
options to handle different soil databases
Definition at line 416 of file mo_namelists.f90.
| character(8) mo_namelists::nml_soildata_t::name = "soildata" |
namelist name
Definition at line 414 of file mo_namelists.f90.
| integer(i4) mo_namelists::nml_soildata_t::nsoilhorizons_mhm |
Number of horizons to model.
Definition at line 418 of file mo_namelists.f90.
| logical mo_namelists::nml_soildata_t::read_from_file = .true. |
whether the associated variables are already set by interfaces
Definition at line 415 of file mo_namelists.f90.
| real(dp), dimension(maxnosoilhorizons) mo_namelists::nml_soildata_t::soil_depth |
depth of the single horizons
Definition at line 419 of file mo_namelists.f90.
| real(dp) mo_namelists::nml_soildata_t::tillagedepth |
[mm] Soil depth down to which organic
Definition at line 417 of file mo_namelists.f90.