![]() |
mHM
The mesoscale Hydrological Model
|
'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 |
'optional_data' namelist content
Definition at line 286 of file mo_namelists.f90.
| 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.
| [in] | file | file containing the namelist |
Definition at line 305 of file mo_namelists.f90.
| character(256), dimension(maxnodomains) mo_namelists::nml_optional_data_t::dir_evapotranspiration |
evapotranspiration input
Definition at line 292 of file mo_namelists.f90.
| 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.
| 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.
| character(256), dimension(maxnodomains) mo_namelists::nml_optional_data_t::dir_spf |
spf input
Definition at line 294 of file mo_namelists.f90.
| character(256), dimension(maxnodomains) mo_namelists::nml_optional_data_t::dir_tws |
tws input
Definition at line 293 of file mo_namelists.f90.
| character(13) mo_namelists::nml_optional_data_t::name = "optional_data" |
namelist name
Definition at line 287 of file mo_namelists.f90.
| integer(i4) mo_namelists::nml_optional_data_t::nsoilhorizons_sm_input |
| 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.
| integer(i4) mo_namelists::nml_optional_data_t::snow_water_equivalent_threshold_for_spf |
Definition at line 301 of file mo_namelists.f90.
| 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.
| 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.
| 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.
| 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.
| 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.
| integer(i4) mo_namelists::nml_optional_data_t::weight_for_optional_data |
Definition at line 300 of file mo_namelists.f90.