Butun axtardiqlarinizi tapmaq ucun buraya: DAXIL OLUN
  Mp4 Mp3 Axtar Yukle
  Video Axtar Yukle
  Shekil Axtar Yukle
  Informasiya Melumat Axtar
  Hazir Inshalar Toplusu
  AZERI CHAT + Tanishliq
  1-11 Sinif Derslikler Yukle
  Saglamliq Tibbi Melumat
  Whatsapp Plus Yukle(Yeni)

  • Ana səhifə
  • Təsadüfi
  • Yaxınlıqdakılar
  • Daxil ol
  • Nizamlamalar
İndi ianə et Əgər Vikipediya sizin üçün faydalıdırsa, bu gün ianə edin.

Fayl:Mauna Loa CO2 monthly mean concentration.svg

  • Fayl
  • Müzakirə
  • Lokal izah əlavə et
  • Fayl
  • Faylın tarixçəsi
  • Faylın istifadəsi
  • Faylın qlobal istifadəsi
  • Metaməlumatlar
Fayl:Mauna Loa CO2 monthly mean concentration.svg
Bu SVG-faylın PNG formatındakı bu görünüşünün ölçüsü: 600 × 600 piksel. Digər ölçülər: 240 × 240 piksel | 480 × 480 piksel | 768 × 768 piksel | 1.024 × 1.024 piksel | 2.048 × 2.048 piksel | 755 × 755 piksel.

Faylın orijinalı (SVG faylı, nominal olaraq 755 × 755 piksel, faylın ölçüsü: 439 KB)

Bu fayl Vikianbarda yerləşir. Açıqlama səhifəsindəki məlumatlar aşağıda göstərilib.
Vikianbar azad lisenziyalı media anbarıdır. Siz də töhfə verə bilərsiniz.

Xülasə

İzahMauna Loa CO2 monthly mean concentration.svg
English: This figure shows the history of atmospheric carbon dioxide concentrations as directly measured at Mauna Loa, Hawaii since 1958. This curve is known as the Keeling curve, and is an essential piece of evidence of the man-made increases in greenhouse gases that are believed to be the cause of global warming. The longest such record exists at Mauna Loa, but these measurements have been independently confirmed at many other sites around the world [1].

The annual fluctuation in carbon dioxide is caused by seasonal variations in carbon dioxide uptake by land plants. Since many more forests are concentrated in the Northern Hemisphere, more carbon dioxide is removed from the atmosphere during Northern Hemisphere summer than Southern Hemisphere summer. This annual cycle is shown in the inset figure by taking the average concentration for each month across all measured years.

The red curve shows the average monthly concentrations, and blue curve is a smoothed trend.
The carbon dioxide data is measured as the mole fraction in dry air. This dataset constitutes the longest record of direct measurements of CO2 in the atmosphere (regularly updated).
Tarix 6 yanvar 2019
Mənbə Öz işi. Data from Dr. Pieter Tans, NOAA/ESRL and Dr. Ralph Keeling, Scripps Institution of Oceanography.
Müəllif Oeneis
Digər versiyalar

[]

Keeling curve

English: Plots of the Keeling curve produced with R in SVG for several languages.
Français : Graphiques multi-langues de la Courbe de Keeling réalisés avec R en SVG.
  • català
    català
  • čeština
    čeština
  • Deutsch
    Deutsch
  • English
    English
  • español
    español
  • français
    français
  • Nederlands
    Nederlands
  • norsk nynorsk
    norsk nynorsk
  • polski
    polski
  • română
    română
  • русский
    русский

Create this plot

W3CiThe source code of this SVG is valid.
 
This chart was created with R.

R code

# Mauna Loa atmospheric CO2 change
# multi language plot for Wikipedia
# using different possible sources (Scripps if NOAA is not available)
# 
# Used for /wiki/File:Mauna_Loa_CO2_monthly_mean_concentration.svg
# and related files in other languages. See all files in :
# /wiki/Template:Other_versions/Mauna_Loa_CO2_monthly_mean_concentration
# 
# Update this script on :
# /w/index.php?title=Template:Other_versions/Mauna_Loa_CO2_monthly_mean_concentration.R&action=edit

# Required packages.   used for :
library(readr)         # reading data
library(dplyr)         # data processing
library(ggplot2)       # plot
library(gridExtra)     # plot positionning
library(scales)        # pretty breaks on plot axis
library(lubridate)     # date processing
library(httr)          # check url
library(Hmisc)         # ci from bootstrap

# install all locales beforehand, e.g. :
# sudo locale-gen ca_ES.UTF-8

old_locale <- Sys.getlocale("LC_TIME")

# Translations ------------------------------------------------------------

language <- list(
  
  ca_ES = list(
    locale_lc_time = "ca_ES.UTF-8",
    title = bquote("Mitjana mensual de la concentratió de"~CO[2]),
    subtitle = "Mauna Loa",
    caption_scripps = paste("dades : R. F. Keeling, S. J. Walker, S. C. Piper and A. F. Bollenbacher\nScripps CO2 Program (https://scrippsco2.ucsd.edu/). Visitada", Sys.Date()),
    caption_noaa = paste("dades : Dr. Pieter Tans, NOAA/ESRL (https://gml.noaa.gov/ccgg/trends/) i\n Dr. Ralph Keeling, Scripps Institution of Oceanography (https://scrippsco2.ucsd.edu/). Visitada ", Sys.Date()),
    x = "any",
    y = bquote("fracció de"~CO[2]~"en aire sec ("*mu*"mol/mol)"),
    x2 = "mes",
    y2 = bquote(atop("fracció de"~CO[2]~"en aire sec ("*mu*"mol/mol)",
                     "desviació de la mitjana anual")),
    title2 = "Variació mensual"
  ),
  
  cs_CZ = list(
    locale_lc_time = "cs_CZ.UTF-8",
    title = "Průměrné měsíční koncentrace oxidu uhličitého",
    subtitle = "Mauna Loa",
    caption_scripps = paste("data : R. F. Keeling, S. J. Walker, S. C. Piper a A. F. Bollenbacher\nScripps CO2 Program (https://scrippsco2.ucsd.edu/). Přístupné", Sys.Date()),
    caption_noaa = paste("data : Dr. Pieter Tans, NOAA/ESRL (https://gml.noaa.gov/ccgg/trends/) a\nDr. Ralph Keeling, Scripps Institution of Oceanography (https://scrippsco2.ucsd.edu/). Přístupné", Sys.Date()),
    x = "rok",
    y = bquote("koncentrace"~CO[2]~"v suchém vzduchu ("*mu*"mol/mol)"),
    x2 = "měsíc",
    y2 = bquote(atop("koncentrace"~CO[2]~"v suchém vzduchu ("*mu*"mol/mol)", "odchylka od ročního průměru")),
    title2 = "Měsíční změna (průměrná roční odchylka)"
  ),
  
  de_DE = list(
    locale_lc_time = "de_DE.UTF-8",
    title = bquote("Monatliche durchschnittliche"~CO[2]*"-Konzentration"),
    subtitle = "Mauna Loa",
    caption_scripps = paste("Datei : R. F. Keeling, S. J. Walker, S. C. Piper und A. F. Bollenbacher\nScripps CO2 Program (https://scrippsco2.ucsd.edu/). Zugänglich am", Sys.Date()),
    caption_noaa = paste("Datei : Dr. Pieter Tans, NOAA/ESRL (https://gml.noaa.gov/ccgg/trends/) und\nDr. Ralph Keeling, Scripps Institution of Oceanography (https://scrippsco2.ucsd.edu/). Zugänglich am", Sys.Date()),
    x = "Jahr",
    y = bquote(CO[2]*"-Anteil in trockener Luft ("*mu*"mol/mol)"),
    x2 = "Monate",
    y2 = bquote(atop(CO[2]*"-Anteil in trockener Luft ("*mu*"mol/mol)", "Abweichung vom Jahresmittel")),
    title2 = "Monatliche Variation"
  ),  
  
  en_US = list(
    locale_lc_time = "en_US.UTF-8",
    title = bquote("Monthly mean"~CO[2]~"concentration"),
    subtitle = "Mauna Loa",
    caption_scripps = paste("Data : R. F. Keeling, S. J. Walker, S. C. Piper and A. F. Bollenbacher\nScripps CO2 Program (https://scrippsco2.ucsd.edu/). Accessed", Sys.Date()),
    caption_noaa = paste("Data : Dr. Pieter Tans, NOAA/ESRL (https://gml.noaa.gov/ccgg/trends/) and\n Dr. Ralph Keeling, Scripps Institution of Oceanography (https://scrippsco2.ucsd.edu/). Accessed ", Sys.Date()),
    x = "Year",
    y = bquote(CO[2]~"fraction in dry air ("*mu*"mol/mol)"),
    x2 = "Month",
    y2 = bquote(atop(CO[2]~"fraction in dry air ("*mu*"mol/mol)", "Departure from yearly average")),
    title2 = "Seasonal variation"
  ),
  
  es_ES = list(
    locale_lc_time = "es_ES.UTF-8",
    title = bquote("Media mensual de la concentración de"~CO[2]),
    subtitle = "Mauna Loa",
    caption_scripps = paste("dato : R. F. Keeling, S. J. Walker, S. C. Piper y A. F. Bollenbacher\nScripps CO2 Program (https://scrippsco2.ucsd.edu/). Visitada", Sys.Date()),
    caption_noaa = paste("dato : Dr. Pieter Tans, NOAA/ESRL (https://gml.noaa.gov/ccgg/trends/) y\nDr. Ralph Keeling, Scripps Institution of Oceanography (https://scrippsco2.ucsd.edu/). Visitada", Sys.Date()),
    x = "Año",
    y = bquote("Fraccion de"~CO[2]~"en aire secco ("*mu*"mol/mol)"),
    x2 = "Mes",
    y2 = bquote(atop("Fraccion de"~CO[2]~"en aire secco ("*mu*"mol/mol)", "Desviación de la media anual")),
    title2 = "Variación mensual"
  ),  
  
  fr_FR = list(
    locale_lc_time = "fr_FR.UTF-8",
    title = bquote("Moyenne mensuelle de la concentration de"~CO[2]),
    subtitle = "Mauna Loa",
    caption_scripps = paste("données : R. F. Keeling, S. J. Walker, S. C. Piper et A. F. Bollenbacher\nScripps CO2 Program (https://scrippsco2.ucsd.edu/). Accédé le", Sys.Date()),
    caption_noaa = paste("données : Dr Pieter Tans, NOAA/ESRL (https://gml.noaa.gov/ccgg/trends/) et\n Dr. Ralph Keeling, Scripps Institution of Oceanography (https://scrippsco2.ucsd.edu/). Accédé le", Sys.Date()),
    x = "année",
    y = bquote("fraction de"~CO[2]~"dans l'air sec ("*mu*"mol/mol)"),
    x2 = "mois",
    y2 = bquote(atop("fraction de"~CO[2]~"dans l'air sec ("*mu*"mol/mol)", "en écart à la moyenne annuelle")),
    title2 = "Variation saisonnière"
  ),

    nl_NL = list(
    locale_lc_time = "nl_NL.UTF-8",
    title = bquote("Maandelijkse gemiddelde"~CO[2]*"-concentratie"),
    subtitle = "Mauna Loa",
    caption_scripps = glue("Gegevens : R. F. Keeling, S. J. Walker, S. C. Piper en A. F. Bollenbacher\nScripps CO2 Program (https://scrippsco2.ucsd.edu/). Geopend {Sys.Date()}"),
    caption_noaa = glue("Gegevens : Dr. Pieter Tans, NOAA/ESRL (https://gml.noaa.gov/ccgg/trends/) en\n Dr. Ralph Keeling, Scripps Institution of Oceanography (https://scrippsco2.ucsd.edu/). Accessed  {Sys.Date()}"),
    x = "Jaar",
    y = bquote(CO[2]*"-fractie in droge lucht ("*mu*"mol/mol)"),
    x2 = "Mannd",
    y2 = bquote(atop(CO[2]*"-fractie in droge lucht ("*mu*"mol/mol)", "Afwijking van jaargemiddelde")),
    title2 = "Seizoensgebonden variatie"
  ),

  nn_NO = list(
    locale_lc_time = "nn_NO.UTF-8",
    title = bquote("Gjennomsnittlig månedlig"~CO[2]*"-konsentrasjon"),
    subtitle = "Mauna Loa",
    caption_scripps = paste("data : R. F. Keeling, S. J. Walker, S. C. Piper og A. F. Bollenbacher\nScripps CO2 Program (https://scrippsco2.ucsd.edu/). Vist", Sys.Date()),
    caption_noaa = paste("data : Dr. Pieter Tans, NOAA/ESRL (https://gml.noaa.gov/ccgg/trends/) og\nDr. Ralph Keeling, Scripps Institution of Oceanography (https://scrippsco2.ucsd.edu/). Vist", Sys.Date()),
    x = "År",
    y = bquote(CO[2]*"-andel i tørr luft ("*mu*"mol/mol)"),
    x2 = "Måned",
    y2 = bquote(atop(CO[2]*"-andel i tørr luft ("*mu*"mol/mol)",
                     "Avvik fra årlig gjennomsnitt")),
    title2 = "Årlig variasjon"
  ),
  
  pl_PL = list(
    locale_lc_time = "pl_PL.UTF-8",
    title = bquote("Średnie miesięczne stężenie"~CO[2]),
    subtitle = "Mauna Loa",
    caption_scripps = paste("Dane : R. F. Keeling, S. J. Walker, S. C. Piper i A. F. Bollenbacher\nScripps CO2 Program (https://scrippsco2.ucsd.edu/). Dostęp na", Sys.Date()),
    caption_noaa = paste("Dane : Dr. Pieter Tans, NOAA/ESRL (https://gml.noaa.gov/ccgg/trends/) i\nDr. Ralph Keeling, Scripps Institution of Oceanography (https://scrippsco2.ucsd.edu/). Dostęp na", Sys.Date()),
    x = "Rok",
    y = bquote("Frakcja"~CO[2]~"w suchym powietrzu ("*mu*"mol/mol)"),
    x2 = "Miesiąc",
    y2 = bquote(atop("Frakcja"~CO[2]~"w suchym powietrzu ("*mu*"mol/mol)", "Odejście od średniej rocznej")),
    title2 = "Wahania sezonowe"
  ),

  ro_RO = list(
    locale_lc_time = "ro_RO.UTF-8",
    title = bquote("Concentrația medie lunară de"~CO[2]),
    subtitle = "Mauna Loa, Hawaii",
    caption_scripps = paste("Date: R. F. Keeling, S. J. Walker, S. C. Piper și A. F. Bollenbacher\nScripps CO2 Program (https://scrippsco2.ucsd.edu/). Accesat în", Sys.Date()),
    caption_noaa = paste("Date : Dr. Pieter Tans, NOAA/ESRL (https://gml.noaa.gov/ccgg/trends/) și\n Dr. Ralph Keeling, Scripps Institution of Oceanography (https://scrippsco2.ucsd.edu/). Accesat în", Sys.Date()),
    x = "An",
    y = bquote("Ponderea"~CO[2]~"în aer uscat ("*mu*"mol/mol)"),
    x2 = "Lună",
    y2 = bquote(atop("Abaterea cotei"~CO[2]~"în aer uscat ("*mu*"mol/mol)", "Abatere de la media anuală")),
    title2 = "Variație sezonieră"
  ),

  ru_RU = list(
    locale_lc_time = "ru_RU.UTF-8",
    title = bquote("Среднемесячная и среднегодовая концентрации"~CO[2]),
    subtitle = "Мауна Лоа, Гаваи",
    caption_scripps = paste("данные : R. F. Keeling, S. J. Walker, S. C. Piper и A. F. Bollenbacher\nScripps CO2 Program (https://scrippsco2.ucsd.edu/). доступ на", Sys.Date()),
    caption_noaa = paste("данные : Dr. Pieter Tans, NOAA/ESRL (https://gml.noaa.gov/ccgg/trends/) и\nDr. Ralph Keeling, Scripps Institution of Oceanography (https://scrippsco2.ucsd.edu/). доступ на ", Sys.Date()),
    x = "Годы",
    y = bquote("Доля"~CO[2]~"в сухом воздухе ("*mu*"mol/mol)"),
    x2 = "Месяцы",
    y2 = bquote(atop("Отклонение доли"~CO[2]~"в сухом воздухе", "от среднегодового значения, мкмоль/моль")),
    title2 = "Сезонные колебания"
  )
  
)


# Data --------------------------------------------------------------------

# First try NOAA data, if not availble use Scripps data
if (!http_error("ftp://aftp.cmdl.noaa.gov/products/trends/co2/co2_mm_mlo.txt")) {
  # https://gml.noaa.gov/ccgg/trends/data.html
  source <- "noaa"
  co2ml <- read_table(
    "ftp://aftp.cmdl.noaa.gov/products/trends/co2/co2_mm_mlo.txt",
    col_names = c("year", "month", "decimal", "average", "deseason", "ndays", "stddays", "unc"),
    col_types = "iidddidd",
    na = c("-99.99", "-1"),
    comment = "#") %>% 
    group_by(year) %>% 
    mutate(year_mean = mean(average, na.rm = TRUE),
           delta = average - year_mean,
           vdate = ymd(paste0("2015-", month, "-01")))%>% 
    rename(co2 = average)
  
} else {
  # https://scrippsco2.ucsd.edu/data/atmospheric_co2/primary_mlo_co2_record
  # used during US gov shutdown
  source <- "scripps"
  co2ml <- read_csv(
    "https://scrippsco2.ucsd.edu/assets/data/atmospheric/stations/in_situ_co2/monthly/monthly_in_situ_co2_mlo.csv",
    col_names = c("year", "month", "xls_date", "decimal",
                  "co2_raw", "co2_raw_seas_adj", "fit", "fit_seas_adj",
                  "co2_filled", "co2_filled_seas_adj"),
    col_types = "iiiddddddd",
    skip = 57,
    na = "-99.99",
    comment = "\"") %>% 
    group_by(year) %>% 
    mutate(year_mean = mean(co2_filled, na.rm = TRUE),
           delta = co2_filled - year_mean,
           vdate = ymd(paste0("2015-", month, "-01"))) %>% 
    rename(co2 = co2_filled)
}


# Generate the plot for each language -------------------------------------

for (l in names(language)) {
  message(l)
  current <- language[[l]]
  
  # format the date in local names
  Sys.setlocale("LC_TIME", current$locale_lc_time)
  
  # main plot
  p1 <- ggplot(co2ml, aes(decimal, co2)) + 	
    geom_line(color = "pink") +
    geom_point(color = "red", size = 0.6) +
    stat_smooth(span = 0.1) +
    scale_x_continuous(breaks = pretty_breaks()) +
    scale_y_continuous(breaks = pretty_breaks()) +
    labs(x = current$x,
         y = current$y,
         title = current$title,
         subtitle = paste(current$subtitle, min(co2ml$year), "-", max(co2ml$year)),
         caption = paste(current[[paste0("caption_", source)]],
                         "https://w.wiki/4ZWn", sep = "\n")) +
    theme_bw() +
    theme(plot.caption = element_text(size = 7))
  
  # inset plot
  p2 <- ggplot(co2ml, aes(vdate, delta)) +
    geom_hline(yintercept = 0) +
    stat_smooth(span = 0.4, se = FALSE) +
    stat_summary(fun.data = "mean_cl_boot", colour = "red", size = 0.3) + 
    scale_x_date(breaks = pretty_breaks(4), 
                 minor_breaks = pretty_breaks(12), 
                 labels = date_format("%b")) +
    labs(x = current$x2,
         y = current$y2,
         title = current$title2) +
    theme_bw()
  
  # merge the plots and export in SVG
  p1 + annotation_custom(grob = ggplotGrob(p2),
                         xmin = 1957, xmax = 1991, ymin = 361, ymax = 420)
  
  ggsave(file = paste("co2_mauna_loa", l, Sys.Date(), "wp.svg", sep = "_"), 
         width = 20, 
         height = 20, 
         units = "cm", 
         device = svg)
}

# return to former locale
Sys.setlocale("LC_TIME", old_locale)



Object location19° 32′ 10,31″ N, 155° 34′ 36,84″ W Kartographer map based on OpenStreetMap.View this and other nearby images on: OpenStreetMapinfo 19.536197; -155.576900

Lisenziya

Mən, bu işin müəllif hüquqları sahibi, onu aşağıdakı lisenziyaya əsasən dərc edirəm:
w:az:Creative Commons
istinad vermək bənzər paylaşma
Bu fayl Creative Commons Attribution-Share Alike 4.0 Beynəlxalq lisenziyası altında yayımlanır.
Siz heç bir məhdudiyyət olmadan:
  • paylaşa bilərsiniz – əsəri köçürə, paylaya və ötürə bilərsiniz
  • remiks edə bilərsiniz – əsəri adaptasiya edə bilərsiniz
Aşağıdakı şərtlərə əməl etməklə:
  • istinad vermək – Müvafiq istinad verməli, lisenziyaya keçid əlavə etməli və dəyişikliklər edilib-edilmədiyini bildirməlisiniz . Siz bunu istənilən şəkildə edə bilərsiniz, lakin lisenziya verənin sizə şəxsən icazə verdiyini göstərən formada yox.
  • bənzər paylaşma – Əsəri remix edirsinizsə, dəyişdirirsinizsə və ya üzərində iş aparırsınızsa, öz töhfələrinizi orijinalda olduğu kimi eyni və ya uyğun lisenziya altında yayımlamalısınız.
https://creativecommons.org/licenses/by-sa/4.0 Creative Commons Attribution-Share Alike 4.0 truetrue

Data source license

These data are made freely available to the public and the scientific community in the belief that their wide dissemination will lead to greater understanding and new scientific insights.

— Pieter Tans, in: NOAA

Başlıqlar

Bu faylın nəyi təmsil etdiyinə dair bir sətirlik izahat əlavə et
Atmospheric carbon dioxide concentrations at Mauna Loa, Hawaii since 1958 (plot in English)
Évolution de la teneur atmosphérique en dioxyde de carbone, mesurée depuis 1958 au Mauna Loa, dans l'île de Hawaï (graphique en anglais)
Μετρήσεις συγκεντρώσεων διοξειδίου του άνθρακα από το Παρατηρητήριο του Μάουνα Λόα στη Χαβάη
Măsurătorile concentrațiilor de dioxid de carbon de la Observatorul Mauna Loa din Hawaii

Bu faylda təsvir olunan elementlər

təsvir edir

atmosfer

Karbon qazı

yaradıcı

Vikidata elementi olmayan bir neçə dəyər

URL: /wiki/user:Oeneis
müəllifin qısa adı: Oeneis
Vikimedia istifadəçi adı: Oeneis

copyright status ingilis

copyrighted ingilis

lisenziya

Creative Commons Attribution-ShareAlike 4.0 International ingilis

yaranma tarixi

6 yanvar 2019

source of file ingilis

original creation by uploader ingilis

coordinates of depicted place ingilis

19°32'10.309"N, 155°34'36.840"W

media type ingilis

image/svg+xml

Faylın tarixçəsi

Faylın əvvəlki versiyasını görmək üçün gün/tarix bölməsindəki tarixlərə klikləyin.

(ən yeni | ən əvvəlki) Göstər (10 daha yeni | 10 daha köhnə) (10 | 20 | 50 | 100 | 250 | 500).
Tarix/VaxtMiniatürÖlçülərİstifadəçiŞərh
hal-hazırkı09:44, 24 dekabr 202409:44, 24 dekabr 2024 tarixindəki versiyanın miniatür görüntüsü755 × 755 (439 KB)Oeneisupdate 2024 data
19:49, 15 dekabr 202319:49, 15 dekabr 2023 tarixindəki versiyanın miniatür görüntüsü708 × 708 (434 KB)Oeneisupdate 2023
17:32, 22 dekabr 202217:32, 22 dekabr 2022 tarixindəki versiyanın miniatür görüntüsü708 × 708 (428 KB)Oeneis2022 update
08:25, 15 avqust 202208:25, 15 avqust 2022 tarixindəki versiyanın miniatür görüntüsü708 × 708 (427 KB)Oeneisupdate with 2022 data
22:01, 16 dekabr 202122:01, 16 dekabr 2021 tarixindəki versiyanın miniatür görüntüsü708 × 708 (424 KB)Oeneisupdate URLs
19:43, 16 dekabr 202119:43, 16 dekabr 2021 tarixindəki versiyanın miniatür görüntüsü708 × 708 (421 KB)Oeneis2021 data
17:52, 31 oktyabr 202017:52, 31 oktyabr 2020 tarixindəki versiyanın miniatür görüntüsü708 × 708 (420 KB)Oeneisupdate data 2020-10-31
14:40, 20 iyul 201914:40, 20 iyul 2019 tarixindəki versiyanın miniatür görüntüsü708 × 708 (409 KB)Oeneisdata up to 2019-06
11:01, 6 yanvar 201911:01, 6 yanvar 2019 tarixindəki versiyanın miniatür görüntüsü708 × 708 (407 KB)Oeneisfull 2018 year data ; data from Scripps due to US gov shutdown
08:57, 21 oktyabr 201808:57, 21 oktyabr 2018 tarixindəki versiyanın miniatür görüntüsü708 × 708 (401 KB)Oeneisdata up to 2018-10
(ən yeni | ən əvvəlki) Göstər (10 daha yeni | 10 daha köhnə) (10 | 20 | 50 | 100 | 250 | 500).

Faylın istifadəsi

Bu faylı istifadə edən səhifə yoxdur.

Faylın qlobal istifadəsi

Bu fayl aşağıdakı vikilərdə istifadə olunur:

  • af.wikipedia.org layihəsində istifadəsi
    • Aardverwarming
  • ar.wikipedia.org layihəsində istifadəsi
    • مرصد مونا لوا
    • العلم في 2016
    • آثار تغير المناخ على التنوع النباتي
    • ثاني أكسيد الكربون في الغلاف الجوي للأرض
  • bcl.wikipedia.org layihəsində istifadəsi
    • Mga epekto kan pagbabago kan klima sa biodibersidad kan mga pananom
  • bg.wikipedia.org layihəsində istifadəsi
    • Глобално затопляне
  • bn.wikipedia.org layihəsində istifadəsi
    • গ্রিনহাউজ প্রতিক্রিয়া
    • কিলিং বক্ররেখা
    • পৃথিবীর বায়ুমণ্ডলে কার্বন ডাই অক্সাইড
    • জলবায়ু পরিবর্তনের কারণ
  • bs.wikipedia.org layihəsində istifadəsi
    • Opservatorija Mauna Loa
  • bxr.wikipedia.org layihəsində istifadəsi
    • Дэлхэйн дулааралга
  • ckb.wikipedia.org layihəsində istifadəsi
    • ڕوانگەی ماونا لوا
    • گۆڕانی ئاووھەوا
  • cs.wikipedia.org layihəsində istifadəsi
    • Wikipedista:Musilom4/Pískoviště
  • da.wikipedia.org layihəsində istifadəsi
    • Jordens atmosfære
    • Kuldioxid
    • Mauna Loa
    • Grøn omstilling
    • Charles David Keeling
    • Keeling-kurven
  • dty.wikipedia.org layihəsində istifadəsi
    • जलवायु बदलि
  • el.wikipedia.org layihəsində istifadəsi
    • Διοξείδιο του άνθρακα
  • en.wikipedia.org layihəsində istifadəsi
    • Causes of climate change
    • Carbon dioxide
    • Greenhouse effect
    • Mauna Loa
    • Scripps Institution of Oceanography
    • Anthropocene
    • Keeling Curve
    • Mauna Loa Observatory
    • Charles David Keeling
    • Roger Revelle
    • An Inconvenient Truth
    • Carbon dioxide in Earth's atmosphere
    • Greenhouse gas
    • 2016 in science
    • Portal:Climate change
    • Talk:2024 in climate change
    • User talk:InformationToKnowledge/sandbox
    • Talk:Carbon dioxide in Earth's atmosphere/Archive 2
  • en.wikibooks.org layihəsində istifadəsi
    • High School Earth Science/Climate Change
    • High School Earth Science/The Carbon Cycle
  • es.wikipedia.org layihəsində istifadəsi
    • Usuario discusión:Basquetteur
  • eu.wikipedia.org layihəsində istifadəsi
    • Erregai
  • fa.wikipedia.org layihəsində istifadəsi
    • چرخه کربن در جو زمین
    • کربن دی‌اکسید در اتمسفر زمین
  • fi.wikipedia.org layihəsində istifadəsi
    • Ilmaston lämpeneminen
    • Hiilidioksidi

Bu faylın qlobal istifadəsinə baxın.

Metaməlumatlar

Bu faylda fotoaparat və ya skanerlə əlavə olunmuş məlumatlar var. Əgər fayl sonradan olunubsa, bəzi parametrlər bu şəkildə göstərilənlərdən fərqli ola bilər.

Genişlik566pt
Hündürlük566pt
Mənbə — "https://az.wikipedia.org/wiki/Fayl:Mauna_Loa_CO2_monthly_mean_concentration.svg"
Informasiya Melumat Axtar