How do scientists predict the future climate? Do they just calculate the current trends of temperature growth and take the causes of it into account? Or is there some other way. Is it basically some model y = a1*x1 + a2*x2 + … or something more complex?

  • threelonmusketeers
    link
    fedilink
    English
    arrow-up
    3
    ·
    17 hours ago

    y = a1x1 + a2x2 + …

    Just a quick markdown tip: If you want the asterisks to show up, you need to escape them with backslashes, otherwise they are rendered as italics.

    y = a1\*x1 + a2\*x2 + …

    Renders as:

    y = a1*x1 + a2*x2 + …