5.13.2
mHM
The mesoscale Hydrological Model
Loading...
Searching...
No Matches
mo_namelists::nml_mainconfig_t Module Reference

'mainconfig' namelist content More...

Public Member Functions

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

Public Attributes

character(10) name = "mainconfig"
 namelist name
 
logical read_from_file = .true.
 whether the associated variables are already set by interfaces
 
integer(i4) iflag_cordinate_sys
 options model for the run cordinate system
 
real(dp), dimension(maxnodomains) resolution_hydrology
 [m or degree] resolution of hydrology - Level 1
 
integer(i4) ndomains
 number of domains
 
integer(i4), dimension(maxnodomains) l0domain
 specify same index for domains to share L0_data to save memory
 
logical write_restart
 flag to write restart
 
integer(i4), dimension(maxnodomains) read_opt_domain_data
 read domain specific optional data
 

Detailed Description

'mainconfig' namelist content

Definition at line 96 of file mo_namelists.f90.

Member Function/Subroutine Documentation

◆ read()

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

Read 'mainconfig' namelist content.

Parameters
[in]filefile containing the namelist

Definition at line 106 of file mo_namelists.f90.

Member Data Documentation

◆ iflag_cordinate_sys

integer(i4) mo_namelists::nml_mainconfig_t::iflag_cordinate_sys

options model for the run cordinate system

Definition at line 99 of file mo_namelists.f90.

◆ l0domain

integer(i4), dimension(maxnodomains) mo_namelists::nml_mainconfig_t::l0domain

specify same index for domains to share L0_data to save memory

Definition at line 102 of file mo_namelists.f90.

◆ name

character(10) mo_namelists::nml_mainconfig_t::name = "mainconfig"

namelist name

Definition at line 97 of file mo_namelists.f90.

◆ ndomains

integer(i4) mo_namelists::nml_mainconfig_t::ndomains

number of domains

Definition at line 101 of file mo_namelists.f90.

◆ read_from_file

logical mo_namelists::nml_mainconfig_t::read_from_file = .true.

whether the associated variables are already set by interfaces

Definition at line 98 of file mo_namelists.f90.

◆ read_opt_domain_data

integer(i4), dimension(maxnodomains) mo_namelists::nml_mainconfig_t::read_opt_domain_data

read domain specific optional data

Definition at line 104 of file mo_namelists.f90.

◆ resolution_hydrology

real(dp), dimension(maxnodomains) mo_namelists::nml_mainconfig_t::resolution_hydrology

[m or degree] resolution of hydrology - Level 1

Definition at line 100 of file mo_namelists.f90.

◆ write_restart

logical mo_namelists::nml_mainconfig_t::write_restart

flag to write restart

Definition at line 103 of file mo_namelists.f90.


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