CMIP6 数据基本介绍——入门教程(2)
我们平时下载到的 CMIP6 数据,会发现这个文件名称有一大串字符,如 CMIP6.GMMIP.BCC.BCC-CSM2-MR.amip-hist.r1i1p1f1.Amon.rlutcs.gn.nc。那么这个文件名有包含了哪些信息呢?对于 CMIP6 而言,依次表示如下信息:
<mip_era>/
<activity_id>/
<institution_id>/
<source_id>/
<experiment_id>/
<member_id>/
<table_id>/
<variable_id>/
<grid_label>/
<version>/
<CMOR filename>.nc
1. <mip_era> 表示是属于第几次 CMIP 的计划;
2. <activity_id> 表示属于哪个子计划,比如上面的文件就是属于 GMMIP 子计划里面的数据,即属于全球季风比较这个子计划。
3. <institution_id> 表示属于哪个机构,比如上面的 BCC 则表明是属于国家气候中心;
4. <source_id> 表示属于哪个模式,比如上面的文件就表明这个数据来自于 BCC-CSM2-MR 这个模式的模拟;
5. <experiment_id> 则表示是属于哪些实验,如下图所示
6. <member_id> 是运行模式的一些控制指标。
member_id = r<k>i<l>p<m>f<n>,其中
k = realization_index
l = initialization_index
m = physics_index
n = forcing_index
7. <table_id> 表示数据类型的处理方式,如月平均、日平均等等。下面给了所以 table_id 的简介。
3hr : atmosphere sampled every 3 hours
6hrLev : 6-hourly data on atmospheric model levels
6hrPlev : 6-hourly atmospheric data on pressure levels (time mean)
6hrPlevPt : 6-hourly atmospheric data on pressure levels (instantaneous)
AERday : Daily atmospheric chemistry and aerosol data
AERfx : Fixed atmospheric chemistry and aerosol data
AERhr : Hourly atmospheric chemistry and aerosol data
AERmon : Monthly atmospheric chemistry and aerosol data
AERmonZ : Monthly atmospheric chemistry and aerosol data
Amon : Monthly atmospheric data
CF3hr : 3-hourly associated with cloud forcing
CFday : Daily data associated with cloud forcing
CFmon : Monthly data associated with cloud forcing
CFsubhr : Diagnostics for cloud forcing analysis at specific sites
E1hr : Hourly Atmospheric Data (extension)
E1hrClimMon : Diurnal Cycle
E3hr : 3-hourly (time mean, extension)
E3hrPt : 3-hourly (instantaneous, extension)
E6hrZ : 6-hourly Zonal Mean (extension)
Eday : Daily (time mean, extension)
EdayZ : Daily Zonal Mean (extension)
Efx : Fixed (extension)
Emon : Monthly (time mean, extension)
EmonZ : Monthly zonal means (time mean, extension)
Esubhr : Sub-hourly (extension)
Eyr : Daily (time mean, extension)
IfxAnt : Fixed fields on the Antarctic ice sheet
IfxGre : Fixed fields on the Greenland ice sheet
ImonAnt : Monthly fields on the Antarctic ice sheet
ImonGre : Monthly fields on the Greenland ice sheet
IyrAnt : Annual fields on the Antarctic ice sheet
IyrGre : Annual fields on the Greenland ice sheet
LImon : Monthly fields for the terrestrial cryosphere
Lmon : Monthly land surface and soil model fields
Oclim : Monthly climatologies of ocean data
Oday : Daily ocean data
Odec : Decadal ocean data
Ofx : Fixed ocean data
Omon : Monthly ocean data
Oyr : Annual ocean variables
SIday : Daily sea-ice data
SImon : Monthly sea-ice data
day : Daily Data (extension - contains both atmospheric and oceanographic data)
fx : Fixed variables
8. <variable_id> 表示变量名的简写。下面给了部分变量名的列表。
9. <grid_label> 表示输出数据的网格的类型。

举个例子:
下载完数据后,会发现文件名称是复杂的一长串,如下所示:
tas_Amon_CIESM_ssp126_r1i1p1f1_gr_201501-210012.nc
其中:
1、 tas表示选择的变量名称;
2、 Amon即为table_id,表示数据类型的处理方式,如月平均、日平均等等;
3、 CIESM 对应Source ID,表示属于哪个模式。
4、 ssp126对应Experiment ID,表示是属于哪些实验
5、 数据合成方式
6、下载数据的格式(选gn就是NetCDF格式)
7、201501-210012表示数据覆盖时间段