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

'time_periods' namelist content More...

Public Member Functions

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

Public Attributes

character(12) name = "time_periods"
 namelist name
 
logical read_from_file = .true.
 whether the associated variables are already set by interfaces
 
integer(i4), dimension(maxnodomains) warming_days
 number of days for warm up period
 
type(period), dimension(maxnodomains) eval_per
 time period for model evaluation
 

Detailed Description

'time_periods' namelist content

Definition at line 222 of file mo_namelists.f90.

Member Function/Subroutine Documentation

◆ read()

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

Read 'time_periods' namelist content.

Parameters
[in]filefile containing the namelist

Definition at line 228 of file mo_namelists.f90.

Member Data Documentation

◆ eval_per

type(period), dimension(maxnodomains) mo_namelists::nml_time_periods_t::eval_per

time period for model evaluation

Definition at line 226 of file mo_namelists.f90.

◆ name

character(12) mo_namelists::nml_time_periods_t::name = "time_periods"

namelist name

Definition at line 223 of file mo_namelists.f90.

◆ read_from_file

logical mo_namelists::nml_time_periods_t::read_from_file = .true.

whether the associated variables are already set by interfaces

Definition at line 224 of file mo_namelists.f90.

◆ warming_days

integer(i4), dimension(maxnodomains) mo_namelists::nml_time_periods_t::warming_days

number of days for warm up period

Definition at line 225 of file mo_namelists.f90.


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