![]() |
mHM
The mesoscale Hydrological Model
|
'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 | |
'directories_mhm' namelist content
Definition at line 250 of file mo_namelists.f90.
| 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.
| [in] | file | file containing the namelist |
Definition at line 268 of file mo_namelists.f90.
| 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.
| 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.
| character(256), dimension(maxnodomains) mo_namelists::nml_directories_mhm_t::dir_maxtemperature |
| 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.
| character(256), dimension(maxnodomains) mo_namelists::nml_directories_mhm_t::dir_mintemperature |
| 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.
| 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.
| 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.
| 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.
| 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.
| 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.
| 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.
| character(15) mo_namelists::nml_directories_mhm_t::name = "directories_mhm" |
namelist name
Definition at line 251 of file mo_namelists.f90.
| 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.
| 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.