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

'optional_data' namelist content More...

Public Member Functions

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

Public Attributes

character(13) name = "optional_data"
 namelist name
 
logical read_from_file = .true.
 whether the associated variables are already set by interfaces
 
integer(i4) nsoilhorizons_sm_input
 No.
 
character(256), dimension(maxnodomains) dir_soil_moisture
 soil moisture input
 
character(256), dimension(maxnodomains) dir_neutrons
 ground albedo neutron input
 
character(256), dimension(maxnodomains) dir_evapotranspiration
 evapotranspiration input
 
character(256), dimension(maxnodomains) dir_tws
 tws input
 
character(256), dimension(maxnodomains) dir_spf
 spf input
 
integer(i4) timestep_sm_input
 time step of optional data: sm
 
integer(i4) timestep_neutrons_input
 time step of optional data: neutrons
 
integer(i4) timestep_et_input
 time step of optional data: et
 
integer(i4) timestep_tws_input
 time step of optional data: tws
 
integer(i4) timestep_spf_input
 time step of optional data: spf
 
integer(i4) weight_for_optional_data
 
integer(i4) snow_water_equivalent_threshold_for_spf
 

Detailed Description

'optional_data' namelist content

Definition at line 286 of file mo_namelists.f90.

Member Function/Subroutine Documentation

◆ read()

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

Read 'optional_data' namelist content.

Parameters
[in]filefile containing the namelist

Definition at line 305 of file mo_namelists.f90.

Member Data Documentation

◆ dir_evapotranspiration

character(256), dimension(maxnodomains) mo_namelists::nml_optional_data_t::dir_evapotranspiration

evapotranspiration input

Definition at line 292 of file mo_namelists.f90.

◆ dir_neutrons

character(256), dimension(maxnodomains) mo_namelists::nml_optional_data_t::dir_neutrons

ground albedo neutron input

Definition at line 291 of file mo_namelists.f90.

◆ dir_soil_moisture

character(256), dimension(maxnodomains) mo_namelists::nml_optional_data_t::dir_soil_moisture

soil moisture input

Definition at line 290 of file mo_namelists.f90.

◆ dir_spf

character(256), dimension(maxnodomains) mo_namelists::nml_optional_data_t::dir_spf

spf input

Definition at line 294 of file mo_namelists.f90.

◆ dir_tws

character(256), dimension(maxnodomains) mo_namelists::nml_optional_data_t::dir_tws

tws input

Definition at line 293 of file mo_namelists.f90.

◆ name

character(13) mo_namelists::nml_optional_data_t::name = "optional_data"

namelist name

Definition at line 287 of file mo_namelists.f90.

◆ nsoilhorizons_sm_input

integer(i4) mo_namelists::nml_optional_data_t::nsoilhorizons_sm_input

No.

of mhm soil horizons equivalent to sm input

Definition at line 289 of file mo_namelists.f90.

◆ read_from_file

logical mo_namelists::nml_optional_data_t::read_from_file = .true.

whether the associated variables are already set by interfaces

Definition at line 288 of file mo_namelists.f90.

◆ snow_water_equivalent_threshold_for_spf

integer(i4) mo_namelists::nml_optional_data_t::snow_water_equivalent_threshold_for_spf

Definition at line 301 of file mo_namelists.f90.

◆ timestep_et_input

integer(i4) mo_namelists::nml_optional_data_t::timestep_et_input

time step of optional data: et

Definition at line 297 of file mo_namelists.f90.

◆ timestep_neutrons_input

integer(i4) mo_namelists::nml_optional_data_t::timestep_neutrons_input

time step of optional data: neutrons

Definition at line 296 of file mo_namelists.f90.

◆ timestep_sm_input

integer(i4) mo_namelists::nml_optional_data_t::timestep_sm_input

time step of optional data: sm

Definition at line 295 of file mo_namelists.f90.

◆ timestep_spf_input

integer(i4) mo_namelists::nml_optional_data_t::timestep_spf_input

time step of optional data: spf

Definition at line 299 of file mo_namelists.f90.

◆ timestep_tws_input

integer(i4) mo_namelists::nml_optional_data_t::timestep_tws_input

time step of optional data: tws

Definition at line 298 of file mo_namelists.f90.

◆ weight_for_optional_data

integer(i4) mo_namelists::nml_optional_data_t::weight_for_optional_data

Definition at line 300 of file mo_namelists.f90.


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