213 Matching Annotations
  1. Jan 2023
  2. notebooksharing.space notebooksharing.space
    1. Lots of carbon dioxide is stored in the regeons which are covered with permafrost. This carbon dioxide comes from dead organic plant matter which froze into the permfrost.If the temperatures are rising, so that the permafrost on the Earth's surface is melting, the plant matter starts to decay and CO2

      OK yes but still the main source of increasing CO2 concentrations are our emissions

    2. In contrast, at higher latitudes the solar radiation hits at a smaller angle leading to the energy being spread over a larger area

      what does this have to do with the temperarture range?

    3. due to the absence of an overturning circulation.

      This is the important bit of information - northern heat transport in the pacific is much lower than atlantic because no conveyor belt there

    4. (https://www.youtube.com/watch?v=mQr8Ixp8ZAE)

      Youtube migtht be a good source to get acquainted with a subject, but be careful as it is also full of disinformation and exaggerated claims. How did you decide that this source was trustworthy?

    5. North America or Russia, like the winds, mountains, heat storage, atmospheric heat transport, the gulf stream,

      This is a little bit qualitative, and you don't explain what you mean below. The part about the Gulf stream is correct.

  3. Jun 2022
  4. notebooksharing.space notebooksharing.space
    1. Add a marker for each station s = df.loc[df['Höhe [m]'] < 1000] ax.scatter(s['Länge [°E]'], s['Breite [°N]'], marker='o', color='C0', transform=ccrs.Geodetic(), s=40, edgecolors='k', linewidths=1, zorder=99, label='h < 1000 m a.s.l.');

      Code duplication