Taku Towers

Taku Towers is a 6,653+ ft (2,030+ m) double summit mountain located in the Boundary Ranges of the Coast Mountains, in the U.S. state of Alaska.[2] The two north and south peaks, 0.2 mi apart with 6,653+ and 6,605-ft elevations respectively, are situated in the Taku Range of the Juneau Icefield, 21 mi (34 km) north of Juneau, Alaska, and 5.5 mi (9 km) east-southeast of The Snow Towers, on land managed by Tongass National Forest.[3] The Taku Range is a north-south trending ridge on the edge of the Taku Glacier. The mountain's name was in local use when first published in 1960 by the U.S. Geological Survey.[2] Several landforms in the vicinity bear this Taku name, which all ultimately derive from the Taku people. The first ascent was made in 1949 by Forbes, Merritt, and Schoeblen via the west ridge.[4] Daniel Reid and party made the first ascent of the difficult east face of South Taku Tower in 1973.[5]

Taku Towers
Taku Towers, centered, east aspect
(Emperor Peak to left)
Highest point
Elevation6,653+ ft (2,030+ m)[1]
Prominence1,103 ft (336 m)[1]
Parent peakEmperor Peak
Isolation1.2 mi (1.9 km)[1]
Coordinates58°35′58″N 134°22′24″W[1]
Geography
Taku Towers
Location of Taku Towers in Alaska
LocationTongass National Forest
Juneau Borough
Alaska, United States
Parent rangeCoast Mountains
Boundary Ranges
Juneau Icefield[1]
Topo mapUSGS Juneau C-2

Climate

Based on the Köppen climate classification, Taku Towers is located in a subpolar oceanic climate zone, with long, cold, snowy winters, and cool summers.[6] Weather systems coming off the Gulf of Alaska are forced upwards by the Coast Mountains (orographic lift), causing heavy precipitation in the form of rainfall and snowfall. Temperatures can drop below −20 °C with wind chill factors below −30 °C. The month of July offers the most favorable weather to view or climb Taku Towers.

gollark: ```lua-- Ensure code does not contain evil/unsafe things, such as known browsers, bad OSes or Siri. For further information on what to do if Siri is detected please consult https://pastebin.com/RM13UGFa line 2 and/or the documentation for PS#ABB85797 in this file.function potatOS.check_safe(code) local lcode = strip_comments(string.lower(code)) for category, list in pairs(banned) do for _, thing in pairs(list) do if string.find(lcode, '[^"]' .. string.lower(thing)) then --local ok, err = pcall(potatOS.make_paste, ("potatOS_code_sample_%x"):format(0, 2^24), code) --local sample = "[error]" --if ok then sample = "https://pastebin.com/" .. err end local text = string.format([[This program contains "%s" and will not be run.Classified as: %s.%sIf you believe this to be in error, please contact the potatOS developers.This incident has been reported.]], thing, category, category_descriptions[category]) potatOS.report_incident(string.format("use of banned program classified %s (contains %s).", category, thing), {"safety_checker"}, { code = code, extra_meta = { program_category = category, program_contains = thing, program_category_description = category_descriptions[category] } }) return false, function() printError(text) end end end end return trueend```
gollark: There's a bit of code in `load` which checks user code for stuff which looks like known virii/bad OSes.
gollark: I may need to improve the potatOS antivirus.
gollark: I've not *heard* of one.
gollark: A common obfuscation technique in the CC community is `string.dump`ing your code to bytecode so you can't (very easily) read the original source.

See also

Taku Towers, with Cathedral Peak (right)

References

  1. "North Taku Tower, Alaska". Peakbagger.com. Retrieved 2020-03-07.
  2. "Taku Towers". Geographic Names Information System. United States Geological Survey. Retrieved 2020-03-07.
  3. "South Taku Tower, Alaska". Peakbagger.com. Retrieved 2020-03-07.
  4. http://publications.americanalpineclub.org/articles/13201215268/First-Ascents-on-the-Dukes-Taku-Tower-and-Mendenhall-Towers
  5. http://publications.americanalpineclub.org/articles/12197414102/North-America-United-States-Alaska-South-Taku-Tower-East-Face
  6. Peel, M. C.; Finlayson, B. L. & McMahon, T. A. (2007). "Updated world map of the Köppen−Geiger climate classification". Hydrol. Earth Syst. Sci. 11. ISSN 1027-5606.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.