5.13.3-dev0
mHM
The mesoscale Hydrological Model
Loading...
Searching...
No Matches
mo_namelists::nml_soildata_t Module Reference

'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
 

Detailed Description

'soildata' namelist content

Definition at line 413 of file mo_namelists.f90.

Member Function/Subroutine Documentation

◆ read()

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

Read 'soildata' namelist content.

Parameters
[in]filefile containing the namelist

Definition at line 421 of file mo_namelists.f90.

Member Data Documentation

◆ iflag_soildb

integer(i4) mo_namelists::nml_soildata_t::iflag_soildb

options to handle different soil databases

Definition at line 416 of file mo_namelists.f90.

◆ name

character(8) mo_namelists::nml_soildata_t::name = "soildata"

namelist name

Definition at line 414 of file mo_namelists.f90.

◆ nsoilhorizons_mhm

integer(i4) mo_namelists::nml_soildata_t::nsoilhorizons_mhm

Number of horizons to model.

Definition at line 418 of file mo_namelists.f90.

◆ read_from_file

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.

◆ soil_depth

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.

◆ tillagedepth

real(dp) mo_namelists::nml_soildata_t::tillagedepth

[mm] Soil depth down to which organic

Definition at line 417 of file mo_namelists.f90.


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