get_default_name_stir_config Function

private function get_default_name_stir_config()

Gets the default name for this namelist

Type Bound

stir_config_type

Arguments

None

Return Value character(len=CONFIG_MAX_NAME_LEN)


Contents


Source Code

  function get_default_name_stir_config()
    implicit none
    character(len = CONFIG_MAX_NAME_LEN) :: get_default_name_stir_config
    get_default_name_stir_config = "stir"
  end function get_default_name_stir_config