Qalorujoorneq

Qalorngoorneq is a small mountain range in Sermersooq Municipality, southeastern Greenland. At 676-metre-high (2,218 ft)[2] its highest point is the highest mountain on the island.

Qalorngoorneq
Aerial view of Saajat from the north
Highest point
Elevation676[1] m (2,218 ft)
Geography
Location in Kulusuk Island
CountryGreenland
Range coordinates65°33′N 37°5′W

Geography

Qalorngoorneq is located in the eastern part of Kulusuk Island, to the southeast of the Kulusuk Airport.

Walls

To the northeast and to the east, Qalorngoorneq walls fall directly into the North Atlantic.[3] The southern wall is the smallest, and the easiest to ascend. Its western wall is the widest, with a prominent pillar in the center falling into a post-glacial cirque filled by the Qalorngoorner Imerarpia lake.

Ridges

Qalorngoorneq has three ridges. Its southeastern ridge extends to the southeastern promontory on the island, with two distinct peaks: Saajat at 603 metres (1,978 ft) and Kangeq at 280 metres (919 ft).[1]

The southwestern ridge is the easiest route to the summit, petering out with several rounded trabants in its lower reaches to the south and southwest of the lake.[3]

The northwestern ridge falls from the nearly flat summit ridge with a series of trabants, the first and highest a rocky pinnacle, the other progressively lower and rounder, extending into the interior of the island above the central reservoir lake.

gollark: ```javapackage com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.strategies;import org.springframework.beans.factory.annotation.Autowired;import org.springframework.stereotype.Service;import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.loop.LoopContext;import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.loop.LoopRunner;import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.interfaces.loop.LoopPayloadExecution;import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.interfaces.strategies.FizzBuzzSolutionStrategy;@Servicepublic class EnterpriseGradeFizzBuzzSolutionStrategy implements FizzBuzzSolutionStrategy { private final LoopPayloadExecution _loopPayloadExecution; @Autowired public EnterpriseGradeFizzBuzzSolutionStrategy(final LoopPayloadExecution _loopPayloadExecution) { super(); this._loopPayloadExecution = _loopPayloadExecution; } @Override public void runSolution(final int nFizzBuzzUpperLimit) { final LoopContext loopContext = new LoopContext(nFizzBuzzUpperLimit); final LoopRunner loopRunner = new LoopRunner(loopContext, loopContext, this._loopPayloadExecution); loopRunner.runLoop(); }}```
gollark: ```javapackage com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.stringreturners;import org.springframework.stereotype.Service;import com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.interfaces.stringreturners.StringStringReturner;@Servicepublic class BuzzStringReturner implements StringStringReturner { public String getReturnString() { final StringBuilder myStringBuilder = new StringBuilder( com.seriouscompany.business.java.fizzbuzz.packagenamingpackage.impl.Constants.BUZZ); final String myString = myStringBuilder.toString(); return new String(myString); }}```
gollark: Does it matter if it is?
gollark: ???
gollark: What do you *actually do*?!

See also

References

  1. O'Carroll, Etain (2005). Greenland and the Arctic. Lonely Planet. p. 206. ISBN 1-74059-095-3.
  2. Norwegian University of Science and Technology Archived 2011-06-15 at the Wayback Machine
  3. Tasiilaq, Saga Map, Tage Schjøtt, 1992
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.