![]() |
mHM
The mesoscale Hydrological Model
|
'project_description' namelist content More...
Public Member Functions | |
| procedure, public | read (self, file) |
| Read 'project_description' namelist content. | |
Public Attributes | |
| character(19) | name = "project_description" |
| namelist name | |
| logical | read_from_file = .true. |
| whether the associated variables are already set by interfaces | |
| character(1024) | project_details |
| project including funding instituion., PI, etc. | |
| character(1024) | setup_description |
| any specific description of simulation | |
| character(1024) | simulation_type |
| e.g. | |
| character(256) | conventions |
| convention used for dataset | |
| character(1024) | contact |
| contact details, incl. | |
| character(1024) | mhm_details |
| developing institution, specific mHM revision | |
| character(1024) | history |
| details on version/creation date | |
'project_description' namelist content
Definition at line 41 of file mo_namelists.f90.
| procedure, public mo_namelists::nml_project_description_t::read | ( | class(nml_project_description_t), intent(inout) | self, |
| character(*), intent(in) | file ) |
Read 'project_description' namelist content.
| [in] | file | file containing the namelist |
Definition at line 52 of file mo_namelists.f90.
| character(1024) mo_namelists::nml_project_description_t::contact |
| character(256) mo_namelists::nml_project_description_t::conventions |
convention used for dataset
Definition at line 47 of file mo_namelists.f90.
| character(1024) mo_namelists::nml_project_description_t::history |
details on version/creation date
Definition at line 50 of file mo_namelists.f90.
| character(1024) mo_namelists::nml_project_description_t::mhm_details |
developing institution, specific mHM revision
Definition at line 49 of file mo_namelists.f90.
| character(19) mo_namelists::nml_project_description_t::name = "project_description" |
namelist name
Definition at line 42 of file mo_namelists.f90.
| character(1024) mo_namelists::nml_project_description_t::project_details |
project including funding instituion., PI, etc.
Definition at line 44 of file mo_namelists.f90.
| logical mo_namelists::nml_project_description_t::read_from_file = .true. |
whether the associated variables are already set by interfaces
Definition at line 43 of file mo_namelists.f90.
| character(1024) mo_namelists::nml_project_description_t::setup_description |
any specific description of simulation
Definition at line 45 of file mo_namelists.f90.
| character(1024) mo_namelists::nml_project_description_t::simulation_type |