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

'geoparameter' namelist content More...

Public Member Functions

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

Public Attributes

character(12) name = "geoparameter"
 namelist name
 
logical read_from_file = .true.
 whether the associated variables are already set by interfaces
 
real(dp), dimension(maxgeounit, ncolpars) geoparam
 geological parameters (ordering according to file 'geology_classdefinition.txt')
 

Detailed Description

'geoparameter' namelist content

Definition at line 965 of file mo_namelists.f90.

Member Function/Subroutine Documentation

◆ read()

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

Read 'geoparameter' namelist content.

Parameters
[in]filefile containing the namelist

Definition at line 971 of file mo_namelists.f90.

Member Data Documentation

◆ geoparam

real(dp), dimension(maxgeounit, ncolpars) mo_namelists::nml_geoparameter_t::geoparam

geological parameters (ordering according to file 'geology_classdefinition.txt')

Definition at line 969 of file mo_namelists.f90.

◆ name

character(12) mo_namelists::nml_geoparameter_t::name = "geoparameter"

namelist name

Definition at line 966 of file mo_namelists.f90.

◆ read_from_file

logical mo_namelists::nml_geoparameter_t::read_from_file = .true.

whether the associated variables are already set by interfaces

Definition at line 967 of file mo_namelists.f90.


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