遇见数据集

Paleo habitat reconstruction

收藏
Zenodo2022-08-23 更新2026-05-25 收录
数据链接:
官方服务:

资源简介:

A collection of CMIP6 and PMIP4 ESM outputs used for ocean habitat reconstruction during the last glacial maximum Reprex for loading data into R below: <pre><code># data available to download here # https://doi.org/10.5281/zenodo.7016536 # substitute for own local path stars::read_ncdf("~/Downloads/sos_Omon_MIROC-ES2L_lgm_r1i1p1f2_gn_320001-329912.nc", var = "sos") #&gt; Large netcdf source found, returning proxy object. #&gt; No projection information found in nc file. #&gt; Coordinate variable units found to be degrees, #&gt; assuming WGS84 Lat/Lon. #&gt; netcdf source stars proxy object from: #&gt; [1] "[...]/sos_Omon_MIROC-ES2L_lgm_r1i1p1f2_gn_320001-329912.nc" #&gt; #&gt; Available nc variables: #&gt; sos #&gt; #&gt; dimension(s): #&gt; from to offset delta refsys point #&gt; x 1 360 NA NA WGS 84 NA #&gt; y 1 256 NA NA WGS 84 FALSE #&gt; time 1 1200 NA NA POSIXct FALSE #&gt; values x/y #&gt; x [360] 0.5,...,359.5 [x] #&gt; y [256] -88,...,152.396 [y] #&gt; time 3200-01-16 12:00:00,...,3299-12-16 12:00:00 stars::read_stars("~/Downloads/sos_Omon_MIROC-ES2L_lgm_r1i1p1f2_gn_320001-329912.nc", var = "sos") #&gt; stars_proxy object with 1 attribute in 1 file(s): #&gt; $`Sea Surface Salinity` #&gt; [1] "[...]/sos_Omon_MIROC-ES2L_lgm_r1i1p1f2_gn_320001-329912.nc" #&gt; #&gt; dimension(s): #&gt; from to offset delta refsys point #&gt; x 1 360 0 1 NA NA #&gt; y 1 256 256 -1 NA NA #&gt; time 1 1200 NA NA POSIXct NA #&gt; values x/y #&gt; x NULL [x] #&gt; y NULL [y] #&gt; time 3200-01-16 12:00:00,...,3299-12-16 12:00:00 stars::read_ncdf("~/Downloads/sos_Omon_AWI-ESM-1-1-LR_lgm_r1i1p1f1_gn_390101-391012.nc", var = "sos") #&gt; Warning in FUN(X[[i]], ...): Non-canonical axis order found, attempting to #&gt; correct. #&gt; Will return stars object with 12531720 cells. #&gt; Warning: ignoring unrecognized unit: psu #&gt; Warning in .get_nc_projection(meta$attribute, rep_var, cv): No projection #&gt; information found in nc file. #&gt; stars object with 2 dimensions and 1 attribute #&gt; attribute(s), summary of first 1e+05 cells: #&gt; Min. 1st Qu. Median Mean 3rd Qu. Max. #&gt; sos 10.90844 34.23906 34.83165 34.70436 35.41966 44.15238 #&gt; dimension(s): #&gt; from to offset delta refsys point #&gt; ncells 1 104431 NA NA NA NA #&gt; time 1 120 NA NA NA FALSE #&gt; values x/y #&gt; ncells [0.5,1.5),...,[104430.5,104431.5) [x] #&gt; time 3901-01-16 12:00:00,...,3910-12-16 12:00:00 [y] stars::read_stars("~/Downloads/sos_Omon_AWI-ESM-1-1-LR_lgm_r1i1p1f1_gn_390101-391012.nc", var = "sos") #&gt; Warning in CPL_read_gdal(as.character(x), as.character(options), #&gt; as.character(driver), : GDAL Message 1: dimension #1 (ncells) is not a #&gt; Longitude/X dimension. #&gt; Warning in CPL_read_gdal(as.character(x), as.character(options), #&gt; as.character(driver), : GDAL Message 1: dimension #0 (time) is not a Latitude/Y #&gt; dimension. #&gt; Warning in CPL_read_gdal(as.character(x), as.character(options), #&gt; as.character(driver), : GDAL Message 1: dimension #1 (ncells) is not a #&gt; Longitude/X dimension. #&gt; Warning in CPL_read_gdal(as.character(x), as.character(options), #&gt; as.character(driver), : GDAL Message 1: dimension #0 (time) is not a Latitude/Y #&gt; dimension. #&gt; Warning: ignoring unrecognized unit: psu #&gt; stars object with 2 dimensions and 1 attribute #&gt; attribute(s), summary of first 1e+05 cells: #&gt; Min. 1st Qu. Median Mean 3rd Qu. #&gt; sos_Omon_AWI-ESM-1-1-LR_lgm_r1... 9.968027 34.31947 34.9049 34.73704 35.50075 #&gt; Max. #&gt; sos_Omon_AWI-ESM-1-1-LR_lgm_r1... 43.24837 #&gt; dimension(s): #&gt; from to offset delta refsys point values x/y #&gt; x 1 104431 0 1 NA NA NULL [x] #&gt; y 1 120 120 -1 NA NA NULL [y]</code></pre> <sup>Created on 2022-08-23 by the reprex package (v2.0.1)</sup> Session info <pre><code>sessioninfo::session_info() #&gt; ─ Session info ─────────────────────────────────────────────────────────────── #&gt; setting value #&gt; version R version 4.1.2 (2021-11-01) #&gt; os macOS Big Sur 10.16 #&gt; system x86_64, darwin17.0 #&gt; ui X11 #&gt; language (EN) #&gt; collate en_GB.UTF-8 #&gt; ctype en_GB.UTF-8 #&gt; tz Europe/London #&gt; date 2022-08-23 #&gt; pandoc 2.17.1.1 @ /Applications/RStudio.app/Contents/MacOS/quarto/bin/ (via rmarkdown) #&gt; #&gt; ─ Packages ─────────────────────────────────────────────────────────────────── #&gt; package * version date (UTC) lib source #&gt; abind 1.4-5 2016-07-21 [1] CRAN (R 4.1.0) #&gt; assertthat 0.2.1 2019-03-21 [1] CRAN (R 4.1.0) #&gt; class 7.3-20 2022-01-13 [1] CRAN (R 4.1.2) #&gt; classInt 0.4-7 2022-06-10 [1] CRAN (R 4.1.2) #&gt; cli 3.3.0 2022-04-25 [1] CRAN (R 4.1.2) #&gt; crayon 1.5.1 2022-03-26 [1] CRAN (R 4.1.2) #&gt; DBI 1.1.3 2022-06-18 [1] CRAN (R 4.1.2) #&gt; digest 0.6.29 2021-12-01 [1] CRAN (R 4.1.0) #&gt; dplyr 1.0.9 2022-04-28 [1] CRAN (R 4.1.2) #&gt; e1071 1.7-11 2022-06-07 [1] CRAN (R 4.1.2) #&gt; ellipsis 0.3.2 2021-04-29 [1] CRAN (R 4.1.0) #&gt; evaluate 0.16 2022-08-09 [1] CRAN (R 4.1.2) #&gt; fansi 1.0.3 2022-03-24 [1] CRAN (R 4.1.2) #&gt; fastmap 1.1.0 2021-01-25 [1] CRAN (R 4.1.0) #&gt; fs 1.5.2 2021-12-08 [1] CRAN (R 4.1.0) #&gt; generics 0.1.3 2022-07-05 [1] CRAN (R 4.1.2) #&gt; glue 1.6.2 2022-02-24 [1] CRAN (R 4.1.2) #&gt; highr 0.9 2021-04-16 [1] CRAN (R 4.1.0) #&gt; htmltools 0.5.3 2022-07-18 [1] CRAN (R 4.1.2) #&gt; KernSmooth 2.23-20 2021-05-03 [1] CRAN (R 4.1.2) #&gt; knitr 1.39 2022-04-26 [1] CRAN (R 4.1.2) #&gt; lifecycle 1.0.1 2021-09-24 [1] CRAN (R 4.1.0) #&gt; lwgeom 0.2-8 2021-10-06 [1] CRAN (R 4.1.0) #&gt; magrittr 2.0.3 2022-03-30 [1] CRAN (R 4.1.2) #&gt; ncmeta 0.3.0 2020-08-27 [1] CRAN (R 4.1.0) #&gt; pillar 1.8.1 2022-08-19 [1] CRAN (R 4.1.2) #&gt; pkgconfig 2.0.3 2019-09-22 [1] CRAN (R 4.1.0) #&gt; proxy 0.4-27 2022-06-09 [1] CRAN (R 4.1.2) #&gt; purrr 0.3.4 2020-04-17 [1] CRAN (R 4.1.0) #&gt; R6 2.5.1 2021-08-19 [1] CRAN (R 4.1.0) #&gt; Rcpp 1.0.9 2022-07-08 [1] CRAN (R 4.1.2) #&gt; reprex 2.0.1 2021-08-05 [1] CRAN (R 4.1.0) #&gt; rlang 1.0.4 2022-07-12 [1] CRAN (R 4.1.2) #&gt; rmarkdown 2.14 2022-04-25 [1] CRAN (R 4.1.2) #&gt; RNetCDF 2.6-1 2022-06-27 [1] CRAN (R 4.1.2) #&gt; rstudioapi 0.13 2020-11-12 [1] CRAN (R 4.1.0) #&gt; sessioninfo 1.2.2 2021-12-06 [1] CRAN (R 4.1.0) #&gt; sf 1.0-8 2022-07-14 [1] CRAN (R 4.1.2) #&gt; stars 0.5-6 2022-07-21 [1] CRAN (R 4.1.2) #&gt; stringi 1.7.8 2022-07-11 [1] CRAN (R 4.1.2) #&gt; stringr 1.4.1 2022-08-20 [1] CRAN (R 4.1.2) #&gt; tibble 3.1.8 2022-07-22 [1] CRAN (R 4.1.2) #&gt; tidyr 1.2.0 2022-02-01 [1] CRAN (R 4.1.2) #&gt; tidyselect 1.1.2 2022-02-21 [1] CRAN (R 4.1.2) #&gt; units 0.8-0 2022-02-05 [1] CRAN (R 4.1.2) #&gt; utf8 1.2.2 2021-07-24 [1] CRAN (R 4.1.0) #&gt; vctrs 0.4.1 2022-04-13 [1] CRAN (R 4.1.2) #&gt; withr 2.5.0 2022-03-03 [1] CRAN (R 4.1.2) #&gt; xfun 0.32 2022-08-10 [1] CRAN (R 4.1.2) #&gt; yaml 2.3.5 2022-02-21 [1] CRAN (R 4.1.2) #&gt; #&gt; [1] /Library/Frameworks/R.framework/Versions/4.1/Resources/library #&gt; #&gt; ──────────────────────────────────────────────────────────────────────────────</code></pre>

本数据集包含第六次耦合模式比较计划(CMIP6, Coupled Model Intercomparison Project Phase 6)与第四代古气候模式比较计划(PMIP4, Paleoclimate Modeling Intercomparison Project Phase 4)的地球系统模式(ESM, Earth System Model)输出结果集合,用于末次盛冰期(LGM, Last Glacial Maximum)的海洋生境重建。以下为将数据加载至R语言的复现代码示例: # 数据可在此处下载:https://doi.org/10.5281/zenodo.7016536 # 请将路径替换为您的本地文件路径 stars::read_ncdf("~/Downloads/sos_Omon_MIROC-ES2L_lgm_r1i1p1f2_gn_320001-329912.nc", var = "sos") #> 检测到大型NetCDF数据源,将返回代理对象。 #> NetCDF文件中未找到投影信息。 #> 检测到坐标变量单位为度,默认采用WGS84经纬度坐标系。 #> NetCDF数据源对应的stars代理对象来自: #> [1] "[...]/sos_Omon_MIROC-ES2L_lgm_r1i1p1f2_gn_320001-329912.nc" #> #> 可用NetCDF变量: #> sos #> #> 维度信息: #> from to offset delta refsys point #> x 1 360 NA NA WGS 84 NA #> y 1 256 NA NA WGS 84 FALSE #> time 1 1200 NA NA POSIXct FALSE #> values x/y #> x [360] 0.5,...,359.5 [x] #> y [256] -88,...,152.396 [y] #> time 3200-01-16 12:00:00,...,3299-12-16 12:00:00 stars::read_stars("~/Downloads/sos_Omon_MIROC-ES2L_lgm_r1i1p1f2_gn_320001-329912.nc", var = "sos") #> 包含1个属性的stars代理对象,存储于1个文件中: #> $`Sea Surface Salinity` #> [1] "[...]/sos_Omon_MIROC-ES2L_lgm_r1i1p1f2_gn_320001-329912.nc" #> #> 维度信息: #> from to offset delta refsys point #> x 1 360 0 1 NA NA #> y 1 256 256 -1 NA NA #> time 1 1200 NA NA POSIXct NA #> values x/y #> x NULL [x] #> y NULL [y] #> time 3200-01-16 12:00:00,...,3299-12-16 12:00:00 stars::read_ncdf("~/Downloads/sos_Omon_AWI-ESM-1-1-LR_lgm_r1i1p1f1_gn_390101-391012.nc", var = "sos") #> 警告:在FUN(X[[i]], ...)中出现:发现非规范轴序,正尝试修正。 #> 将返回包含12531720个单元格的stars对象。 #> 警告:无法识别的单位psu(实用盐度单位,Practical Salinity Unit) #> 警告:在.get_nc_projection(meta$attribute, rep_var, cv)中出现:NetCDF文件中未找到投影信息。 #> 包含2个维度与1个属性的stars对象 #> 属性信息:前1e+05个单元格的统计量: #> Min. 1st Qu. Median Mean 3rd Qu. Max. #> sos 10.90844 34.23906 34.83165 34.70436 35.41966 44.15238 #> 维度信息: #> from to offset delta refsys point #> ncells 1 104431 NA NA NA NA #> time 1 120 NA NA NA FALSE #> values x/y #> ncells [0.5,1.5),...,[104430.5,104431.5) [x] #> time 3901-01-16 12:00:00,...,3910-12-16 12:00:00 [y] stars::read_stars("~/Downloads/sos_Omon_AWI-ESM-1-1-LR_lgm_r1i1p1f1_gn_390101-391012.nc", var = "sos") #> 警告:在CPL_read_gdal(as.character(x), as.character(options), as.character(driver), )中出现:GDAL 消息 1:维度 #1 (ncells) 并非经度/X维度。 #> 警告:在CPL_read_gdal(as.character(x), as.character(options), as.character(driver), )中出现:GDAL 消息 1:维度 #0 (time) 并非纬度/Y维度。 #> 警告:在CPL_read_gdal(as.character(x), as.character(options), as.character(driver), )中出现:GDAL 消息 1:维度 #1 (ncells) 并非经度/X维度。 #> 警告:在CPL_read_gdal(as.character(x), as.character(options), as.character(driver), )中出现:GDAL 消息 1:维度 #0 (time) 并非纬度/Y维度。 #> 警告:无法识别的单位psu(实用盐度单位,Practical Salinity Unit) #> 包含2个维度与1个属性的stars对象 #> 属性信息:前1e+05个单元格的统计量: #> Min. 1st Qu. Median Mean 3rd Qu. #> sos_Omon_AWI-ESM-1-1-LR_lgm_r1... 9.968027 34.31947 34.9049 34.73704 35.50075 #> Max. #> sos_Omon_AWI-ESM-1-1-LR_lgm_r1... 43.24837 #> 维度信息: #> from to offset delta refsys point values x/y #> x 1 104431 0 1 NA NA NULL [x] #> y 1 120 120 -1 NA NA NULL [y] <sup>本示例由2022-08-23的reprex包(v2.0.1)生成</sup> ### 会话信息 sessioninfo::session_info() #> ─ 会话信息 ─────────────────────────────────────────────────────────────── #> 设置项 值 #> R版本 4.1.2(2021-11-01) #> 操作系统 macOS Big Sur 10.16 #> 系统架构 x86_64, darwin17.0 #> 用户界面 X11 #> 语言 (EN) #> 整理区域设置 en_GB.UTF-8 #> 字符区域设置 en_GB.UTF-8 #> 时区 Europe/London #> 日期 2022-08-23 #> pandoc 2.17.1.1 @ /Applications/RStudio.app/Contents/MacOS/quarto/bin/ (via rmarkdown) #> #> ─ 已安装包 ─────────────────────────────────────────────────────────────────── #> 包 * 版本 发布日期(UTC) 来源 #> abind 1.4-5 2016-07-21 [1] CRAN (R 4.1.0) #> assertthat 0.2.1 2019-03-21 [1] CRAN (R 4.1.0) #> class 7.3-20 2022-01-13 [1] CRAN (R 4.1.2) #> classInt 0.4-7 2022-06-10 [1] CRAN (R 4.1.2) #> cli 3.3.0 2022-04-25 [1] CRAN (R 4.1.2) #> crayon 1.5.1 2022-03-26 [1] CRAN (R 4.1.2) #> DBI 1.1.3 2022-06-18 [1] CRAN (R 4.1.2) #> digest 0.6.29 2021-12-01 [1] CRAN (R 4.1.0) #> dplyr 1.0.9 2022-04-28 [1] CRAN (R 4.1.2) #> e1071 1.7-11 2022-06-07 [1] CRAN (R 4.1.2) #> ellipsis 0.3.2 2021-04-29 [1] CRAN (R 4.1.0) #> evaluate 0.16 2022-08-09 [1] CRAN (R 4.1.2) #> fansi 1.0.3 2022-03-24 [1] CRAN (R 4.1.2) #> fastmap 1.1.0 2021-01-25 [1] CRAN (R 4.1.0) #> fs 1.5.2 2021-12-08 [1] CRAN (R 4.1.0) #> generics 0.1.3 2022-07-05 [1] CRAN (R 4.1.2) #> glue 1.6.2 2022-02-24 [1] CRAN (R 4.1.2) #> highr 0.9 2021-04-16 [1] CRAN (R 4.1.0) #> htmltools 0.5.3 2022-07-18 [1] CRAN (R 4.1.2) #> KernSmooth 2.23-20 2021-05-03 [1] CRAN (R 4.1.2) #> knitr 1.39 2022-04-26 [1] CRAN (R 4.1.2) #> lifecycle 1.0.1 2021-09-24 [1] CRAN (R 4.1.0) #> lwgeom 0.2-8 2021-10-06 [1] CRAN (R 4.1.0) #> magrittr 2.0.3 2022-03-30 [1] CRAN (R 4.1.2) #> ncmeta 0.3.0 2020-08-27 [1] CRAN (R 4.1.0) #> pillar 1.8.1 2022-08-19 [1] CRAN (R 4.1.2) #> pkgconfig 2.0.3 2019-09-22 [1] CRAN (R 4.1.0) #> proxy 0.4-27 2022-06-09 [1] CRAN (R 4.1.2) #> purrr 0.3.4 2020-04-17 [1] CRAN (R 4.1.0) #> R6 2.5.1 2021-08-19 [1] CRAN (R 4.1.0) #> Rcpp 1.0.9 2022-07-08 [1] CRAN (R 4.1.2) #> reprex 2.0.1 2021-08-05 [1] CRAN (R 4.1.0) #> rlang 1.0.4 2022-07-12 [1] CRAN (R 4.1.2) #> rmarkdown 2.14 2022-04-25 [1] CRAN (R 4.1.2) #> RNetCDF 2.6-1 2022-06-27 [1] CRAN (R 4.1.2) #> rstudioapi 0.13 2020-11-12 [1] CRAN (R 4.1.0) #> sessioninfo 1.2.2 2021-12-06 [1] CRAN (R 4.1.0) #> sf 1.0-8 2022-07-14 [1] CRAN (R 4.1.2) #> stars 0.5-6 2022-07-21 [1] CRAN (R 4.1.2) #> stringi 1.7.8 2022-07-11 [1] CRAN (R 4.1.2) #> stringr 1.4.1 2022-08-20 [1] CRAN (R 4.1.2) #> tibble 3.1.8 2022-07-22 [1] CRAN (R 4.1.2) #> tidyr 1.2.0 2022-02-01 [1] CRAN (R 4.1.2) #> tidyselect 1.1.2 2022-02-21 [1] CRAN (R 4.1.2) #> units 0.8-0 2022-02-05 [1] CRAN (R 4.1.2) #> utf8 1.2.2 2021-07-24 [1] CRAN (R 4.1.0) #> vctrs 0.4.1 2022-04-13 [1] CRAN (R 4.1.2) #> withr 2.5.0 2022-03-03 [1] CRAN (R 4.1.2) #> xfun 0.32 2022-08-10 [1] CRAN (R 4.1.2) #> yaml 2.3.5 2022-02-21 [1] CRAN (R 4.1.2) #> #> [1] /Library/Frameworks/R.framework/Versions/4.1/Resources/library #> #> ──────────────────────────────────────────────────────────────────────────────

提供机构:
Zenodo
创建时间:
2022-08-23
二维码
社区交流群
二维码
科研交流群
商业服务