get_default_name_species_element_config Function

private function get_default_name_species_element_config()

Gets the default name for this namelist

Type Bound

species_element_config_type

Arguments

None

Return Value character(len=CONFIG_MAX_NAME_LEN)


Contents


Source Code

  function get_default_name_species_element_config()
    implicit none
    character(len = CONFIG_MAX_NAME_LEN) :: get_default_name_species_element_config
    get_default_name_species_element_config = "species_parameters"
  end function get_default_name_species_element_config