![]() |
mHM
The mesoscale Hydrological Model
|
'directories_general' namelist content More...
Public Member Functions | |
| procedure, public | read (self, file) |
| Read 'directories_general' namelist content. | |
Public Attributes | |
| character(19) | name = "directories_general" |
| namelist name | |
| logical | read_from_file = .true. |
| whether the associated variables are already set by interfaces | |
| character(256) | dirconfigout |
| directory for config file output | |
| character(256) | dircommonfiles |
| directory where common input files should be located | |
| character(256), dimension(maxnodomains) | mhm_file_restartout |
| Directory where mhm output of restart is written. | |
| character(256), dimension(maxnodomains) | mrm_file_restartout |
| Directory where mrm output of restart is written. | |
| character(256), dimension(maxnodomains) | dir_morpho |
| Directory where morphological files are located. | |
| character(256), dimension(maxnodomains) | dir_lcover |
| Directory where land cover files are located. | |
| character(256), dimension(maxnodomains) | dir_out |
| Directory where output is written to. | |
| character(256), dimension(maxnodomains) | file_latlon |
| Directory where the Lat Lon Files are located. | |
'directories_general' namelist content
Definition at line 69 of file mo_namelists.f90.
| procedure, public mo_namelists::nml_directories_general_t::read | ( | class(nml_directories_general_t), intent(inout) | self, |
| character(*), intent(in) | file ) |
Read 'directories_general' namelist content.
| [in] | file | file containing the namelist |
Definition at line 81 of file mo_namelists.f90.
| character(256), dimension(maxnodomains) mo_namelists::nml_directories_general_t::dir_lcover |
Directory where land cover files are located.
Definition at line 77 of file mo_namelists.f90.
| character(256), dimension(maxnodomains) mo_namelists::nml_directories_general_t::dir_morpho |
Directory where morphological files are located.
Definition at line 76 of file mo_namelists.f90.
| character(256), dimension(maxnodomains) mo_namelists::nml_directories_general_t::dir_out |
Directory where output is written to.
Definition at line 78 of file mo_namelists.f90.
| character(256) mo_namelists::nml_directories_general_t::dircommonfiles |
directory where common input files should be located
Definition at line 73 of file mo_namelists.f90.
| character(256) mo_namelists::nml_directories_general_t::dirconfigout |
directory for config file output
Definition at line 72 of file mo_namelists.f90.
| character(256), dimension(maxnodomains) mo_namelists::nml_directories_general_t::file_latlon |
Directory where the Lat Lon Files are located.
Definition at line 79 of file mo_namelists.f90.
| character(256), dimension(maxnodomains) mo_namelists::nml_directories_general_t::mhm_file_restartout |
Directory where mhm output of restart is written.
Definition at line 74 of file mo_namelists.f90.
| character(256), dimension(maxnodomains) mo_namelists::nml_directories_general_t::mrm_file_restartout |
Directory where mrm output of restart is written.
Definition at line 75 of file mo_namelists.f90.
| character(19) mo_namelists::nml_directories_general_t::name = "directories_general" |
namelist name
Definition at line 70 of file mo_namelists.f90.
| logical mo_namelists::nml_directories_general_t::read_from_file = .true. |
whether the associated variables are already set by interfaces
Definition at line 71 of file mo_namelists.f90.