5.13.2
mHM
The mesoscale Hydrological Model
Loading...
Searching...
No Matches
mo_namelists::nml_project_description_t Module Reference

'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
 

Detailed Description

'project_description' namelist content

Definition at line 41 of file mo_namelists.f90.

Member Function/Subroutine Documentation

◆ read()

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.

Parameters
[in]filefile containing the namelist

Definition at line 52 of file mo_namelists.f90.

Member Data Documentation

◆ contact

character(1024) mo_namelists::nml_project_description_t::contact

contact details, incl.

PI name

Definition at line 48 of file mo_namelists.f90.

◆ conventions

character(256) mo_namelists::nml_project_description_t::conventions

convention used for dataset

Definition at line 47 of file mo_namelists.f90.

◆ history

character(1024) mo_namelists::nml_project_description_t::history

details on version/creation date

Definition at line 50 of file mo_namelists.f90.

◆ mhm_details

character(1024) mo_namelists::nml_project_description_t::mhm_details

developing institution, specific mHM revision

Definition at line 49 of file mo_namelists.f90.

◆ name

character(19) mo_namelists::nml_project_description_t::name = "project_description"

namelist name

Definition at line 42 of file mo_namelists.f90.

◆ project_details

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.

◆ read_from_file

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.

◆ setup_description

character(1024) mo_namelists::nml_project_description_t::setup_description

any specific description of simulation

Definition at line 45 of file mo_namelists.f90.

◆ simulation_type

character(1024) mo_namelists::nml_project_description_t::simulation_type

e.g.

seasonal forecast, climate projection, ...

Definition at line 46 of file mo_namelists.f90.


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