- 积分
- 2299
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2018-11-19
- 最后登录
- 1970-1-1
|
楼主 |
发表于 2021-3-13 22:22:41
|
显示全部楼层
netcdf tos_Omon_TaiESM1_historical_r1i1p1f1_gn_185001-201412 {
dimensions:
time = UNLIMITED ; // (1980 currently)
bnds = 2 ;
i = 320 ;
j = 384 ;
vertices = 4 ;
variables:
double time(time) ;
time:standard_name = "time" ;
time:long_name = "time" ;
time:bounds = "time_bnds" ;
time:units = "days since 0001-01-01 00:00:00" ;
time:calendar = "365_day" ;
time:axis = "T" ;
time:_Storage = "chunked" ;
time:_ChunkSizes = 512 ;
time:_Endianness = "little" ;
time:_NoFill = "true" ;
double time_bnds(time, bnds) ;
time_bnds:_Storage = "chunked" ;
time_bnds:_ChunkSizes = 1, 2 ;
time_bnds:_Endianness = "little" ;
time_bnds:_NoFill = "true" ;
double longitude(j, i) ;
longitude:standard_name = "longitude" ;
longitude:long_name = "longitude" ;
longitude:units = "degrees_east" ;
longitude:_CoordinateAxisType = "Lon" ;
longitude:bounds = "longitude_bnds" ;
longitude:_Storage = "contiguous" ;
longitude:_Endianness = "little" ;
longitude:_NoFill = "true" ;
double longitude_bnds(j, i, vertices) ;
longitude_bnds:_Storage = "contiguous" ;
longitude_bnds:_Endianness = "little" ;
longitude_bnds:_NoFill = "true" ;
double latitude(j, i) ;
latitude:standard_name = "latitude" ;
latitude:long_name = "latitude" ;
latitude:units = "degrees_north" ;
latitude:_CoordinateAxisType = "Lat" ;
latitude:bounds = "latitude_bnds" ;
latitude:_Storage = "contiguous" ;
latitude:_Endianness = "little" ;
latitude:_NoFill = "true" ;
double latitude_bnds(j, i, vertices) ;
latitude_bnds:_Storage = "contiguous" ;
latitude_bnds:_Endianness = "little" ;
latitude_bnds:_NoFill = "true" ;
int i(i) ;
i:standard_name = "projection_x_coordinate" ;
i:long_name = "cell index along first dimension" ;
i:units = "1" ;
i:axis = "X" ;
i:_Storage = "contiguous" ;
i:_Endianness = "little" ;
i:_NoFill = "true" ;
int j(j) ;
j:standard_name = "projection_y_coordinate" ;
j:long_name = "cell index along second dimension" ;
j:units = "1" ;
j:axis = "Y" ;
j:_Storage = "contiguous" ;
j:_Endianness = "little" ;
j:_NoFill = "true" ;
float tos(time, j, i) ;
tos:standard_name = "sea_surface_temperature" ;
tos:long_name = "Sea Surface Temperature" ;
tos:units = "degC" ;
tos:coordinates = "latitude longitude" ;
tos:_FillValue = 1.e+20f ;
tos:missing_value = 1.e+20f ;
tos:comment = "Temperature of upper boundary of the liquid ocean, including temperatures below sea-ice and floating ice shelves." ;
tos:original_name = "TEMP" ;
tos:cell_methods = "area: mean where sea time: mean" ;
tos:cell_measures = "area: areacello" ;
tos:history = "2020-06-16T16:46:41Z altered by CMOR: replaced missing value flag (9.96921e+36) and corresponding data with standard missing value (1e+20)." ;
tos:_Storage = "chunked" ;
tos:_ChunkSizes = 1, 384, 320 ;
tos:_Endianness = "little" ;
tos:_NoFill = "true" ;
|
|