File:Alaska surface temperature july 2000-2021 2.png

Original file(1,472 × 976 pixels, file size: 879 KB, MIME type: image/png)

Captions

Captions

Alaska surface temperature july 2000-2021

Summary

edit
Description
English: Alaska surface temperature july 2000-2021, celcius
Date
Source Own work
Author Merikanto

This image is based on NASA open data Modis monthly temperature data 2009-2021

Data is MOLT/MOD11C3.006

https://lpdaac.usgs.gov/products/mod11c3v006/

https://e4ftl01.cr.usgs.gov/MOLT/MOD11C3.006/ archive copy at the Wayback Machine

Wan, Z., S. Hook, G. Hulley. MOD11C3 MODIS/Terra Land Surface Temperature/Emissivity Monthly L3 Global 0.05Deg CMG V006. 2015, distributed by NASA EOSDIS Land Processes DAAC, https://doi.org/10.5067/MODIS/MOD11C3.006. Accessed 2021-10-23.

library(raster) library(rgdal) library(terra) library(RNetCDF)

dirlist1<-list.files("./data")

lenlist1<-length(dirlist1)

for (n in 1:lenlist1)

{

failin01<-dirlist1[n]

failin1<-paste0("./data/",failin01)

failout1<-paste0("./process/","tk7_",as.character(n-1),".nc")

failin1 failout1

s1 <- sds(failin1)

t1=s1[1] t2=s1[6] t3=(t1+t2)/2 t4=t3-273.15

rr <- writeCDF(t4, failout1, overwrite=TRUE, varname="ts", longname="Surface Temperature", unit="degC")

}

current.list <- list.files(path="./process", pattern =".nc", full.names=TRUE)

r.stack<- stack(current.list)

mean1 <- calc(r.stack, fun = mean, na.rm = T)

writeRaster(mean1, "t7_mean_21.nc", overwrite=TRUE, format="CDF", varname="Temperature", varunit="degC",

       longname="Temperature -- average of 21 years", xname="long",   yname="lat")
       

Licensing

edit
I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current12:56, 23 October 2021Thumbnail for version as of 12:56, 23 October 20211,472 × 976 (879 KB)Merikanto (talk | contribs)Uploaded own work with UploadWizard

The following page uses this file: