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

'directories_mhm' namelist content More...

Public Member Functions

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

Public Attributes

character(15) name = "directories_mhm"
 namelist name
 
logical read_from_file = .true.
 whether the associated variables are already set by interfaces
 
logical bound_error = .true.
 .FALSE.
 
character(256), public inputformat_meteo_forcings
 format of meteo input data (nc)
 
character(256), dimension(maxnodomains) dir_meteo_header
 Directory where the meteo header file is located.
 
character(256), dimension(maxnodomains) dir_precipitation
 Directory where precipitation files are located.
 
character(256), dimension(maxnodomains) dir_temperature
 Directory where temperature files are located.
 
character(256), dimension(maxnodomains) dir_referenceet
 Directory where reference-ET files are located.
 
character(256), dimension(maxnodomains) dir_mintemperature
 Directory where minimum temp.
 
character(256), dimension(maxnodomains) dir_maxtemperature
 Directory where maximum temp.
 
character(256), dimension(maxnodomains) dir_absvappressure
 Directory where abs.
 
character(256), dimension(maxnodomains) dir_windspeed
 Directory where windspeed files are located.
 
character(256), dimension(maxnodomains) dir_netradiation
 Directory where abs.
 
character(256), dimension(maxnodomains) dir_radiation
 riv-temp related: directory of (long/short-wave)radiation
 
integer(i4), dimension(maxnodomains) time_step_model_inputs
 frequency for reading meteo input
 

Detailed Description

'directories_mhm' namelist content

Definition at line 250 of file mo_namelists.f90.

Member Function/Subroutine Documentation

◆ read()

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

Read 'directories_mhm' namelist content.

Parameters
[in]filefile containing the namelist

Definition at line 268 of file mo_namelists.f90.

Member Data Documentation

◆ bound_error

logical mo_namelists::nml_directories_mhm_t::bound_error = .true.

.FALSE.

to only warn about bound (lower, upper) violations in meteo files, default = .TRUE. - raise an error

Definition at line 254 of file mo_namelists.f90.

◆ dir_absvappressure

character(256), dimension(maxnodomains) mo_namelists::nml_directories_mhm_t::dir_absvappressure

Directory where abs.

vap. pressure files are located

Definition at line 262 of file mo_namelists.f90.

◆ dir_maxtemperature

character(256), dimension(maxnodomains) mo_namelists::nml_directories_mhm_t::dir_maxtemperature

Directory where maximum temp.

files are located

Definition at line 261 of file mo_namelists.f90.

◆ dir_meteo_header

character(256), dimension(maxnodomains) mo_namelists::nml_directories_mhm_t::dir_meteo_header

Directory where the meteo header file is located.

Definition at line 256 of file mo_namelists.f90.

◆ dir_mintemperature

character(256), dimension(maxnodomains) mo_namelists::nml_directories_mhm_t::dir_mintemperature

Directory where minimum temp.

files are located

Definition at line 260 of file mo_namelists.f90.

◆ dir_netradiation

character(256), dimension(maxnodomains) mo_namelists::nml_directories_mhm_t::dir_netradiation

Directory where abs.

vap. pressure files are located

Definition at line 264 of file mo_namelists.f90.

◆ dir_precipitation

character(256), dimension(maxnodomains) mo_namelists::nml_directories_mhm_t::dir_precipitation

Directory where precipitation files are located.

Definition at line 257 of file mo_namelists.f90.

◆ dir_radiation

character(256), dimension(maxnodomains) mo_namelists::nml_directories_mhm_t::dir_radiation

riv-temp related: directory of (long/short-wave)radiation

Definition at line 265 of file mo_namelists.f90.

◆ dir_referenceet

character(256), dimension(maxnodomains) mo_namelists::nml_directories_mhm_t::dir_referenceet

Directory where reference-ET files are located.

Definition at line 259 of file mo_namelists.f90.

◆ dir_temperature

character(256), dimension(maxnodomains) mo_namelists::nml_directories_mhm_t::dir_temperature

Directory where temperature files are located.

Definition at line 258 of file mo_namelists.f90.

◆ dir_windspeed

character(256), dimension(maxnodomains) mo_namelists::nml_directories_mhm_t::dir_windspeed

Directory where windspeed files are located.

Definition at line 263 of file mo_namelists.f90.

◆ inputformat_meteo_forcings

character(256), public mo_namelists::nml_directories_mhm_t::inputformat_meteo_forcings

format of meteo input data (nc)

Definition at line 255 of file mo_namelists.f90.

◆ name

character(15) mo_namelists::nml_directories_mhm_t::name = "directories_mhm"

namelist name

Definition at line 251 of file mo_namelists.f90.

◆ read_from_file

logical mo_namelists::nml_directories_mhm_t::read_from_file = .true.

whether the associated variables are already set by interfaces

Definition at line 252 of file mo_namelists.f90.

◆ time_step_model_inputs

integer(i4), dimension(maxnodomains) mo_namelists::nml_directories_mhm_t::time_step_model_inputs

frequency for reading meteo input

Definition at line 266 of file mo_namelists.f90.


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