MRI-CGCM3 model output prepared for CMIP5 pre-industrial control
Load in Python
from intake import open_catalog
cat = open_catalog("https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/tauuo_Omon_MRI-CGCM3_piControl_r1i1p1.yaml")
ds=cat.netcdf.read()
Metadata
title | MRI-CGCM3 model output prepared for CMIP5 pre-industrial control |
location | /shared/cmip5/data/piControl/ocean/mon/Omon/tauuo/MRI.MRI-CGCM3/r1i1p1 |
tags | gridded,global,model,monthly |
catalog_dir | https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/tauuo_Omon_MRI-CGCM3_piControl_r1i1p1.yaml |
last updated | 2015-01-20 |
Dataset Contents
<xarray.Dataset> Dimensions: (bnds: 2, rlat: 368, rlon: 360, time: 6000, vertices: 4) Coordinates: * time (time) float64 15.5 45.0 74.5 ... 1.826e+05 1.826e+05 * rlat (rlat) float64 -78.25 -77.75 -77.25 ... 154.6 155.7 156.8 * rlon (rlon) float64 0.5 1.5 2.5 3.5 4.5 ... 356.5 357.5 358.5 359.5 lat (rlat, rlon) float32 dask.array<chunksize=(368, 360), meta=np.ndarray> lon (rlat, rlon) float32 dask.array<chunksize=(368, 360), meta=np.ndarray> Dimensions without coordinates: bnds, vertices Data variables: time_bnds (time, bnds) float64 dask.array<chunksize=(2400, 2), meta=np.ndarray> lat_vertices (time, rlat, rlon, vertices) float32 dask.array<chunksize=(2400, 368, 360, 4), meta=np.ndarray> lon_vertices (time, rlat, rlon, vertices) float32 dask.array<chunksize=(2400, 368, 360, 4), meta=np.ndarray> tauuo (time, rlat, rlon) float32 dask.array<chunksize=(2400, 368, 360), meta=np.ndarray> Attributes: institution: MRI (Meteorological Research Institute, Tsukuba, ... institute_id: MRI experiment_id: piControl source: MRI-CGCM3 2011 atmosphere: GSMUV (gsmuv-101124, T... model_id: MRI-CGCM3 forcing: N/A parent_experiment_id: N/A parent_experiment_rip: N/A branch_time: 0.0 contact: Seiji Yukimoto (yukimoto@mri-jma.go.jp) history: Output from /home/cmip5/oc/cgcm3_scup-101122/run-... references: Model described by Yukimoto et al. (Technical Rep... initialization_method: 1 physics_version: 1 tracking_id: fa980789-fc2a-467b-a7a9-51ccf3092755 product: output experiment: pre-industrial control frequency: mon creation_date: 2011-08-27T00:41:39Z Conventions: CF-1.4 project_id: CMIP5 table_id: Table Omon (26 July 2011) 25bb94a0408beca44c0f5b6... title: MRI-CGCM3 model output prepared for CMIP5 pre-ind... parent_experiment: N/A modeling_realm: ocean realization: 1 cmor_version: 2.7.1
xarray.Dataset
- bnds: 2
- rlat: 368
- rlon: 360
- time: 6000
- vertices: 4
- time(time)float6415.5 45.0 ... 1.826e+05 1.826e+05
- bounds :
- time_bnds
- units :
- days since 1851-01-01
- calendar :
- standard
- axis :
- T
- long_name :
- time
- standard_name :
- time
array([1.550000e+01, 4.500000e+01, 7.450000e+01, ..., 1.825445e+05, 1.825750e+05, 1.826055e+05])
- rlat(rlat)float64-78.25 -77.75 ... 155.7 156.8
- units :
- degrees
- axis :
- Y
- long_name :
- latitude in rotated pole grid
- standard_name :
- grid_latitude
array([-78.25 , -77.75 , -77.25 , ..., 154.5625, 155.6875, 156.8125])
- rlon(rlon)float640.5 1.5 2.5 ... 357.5 358.5 359.5
- units :
- degrees
- axis :
- X
- long_name :
- longitude in rotated pole grid
- standard_name :
- grid_longitude
array([ 0.5, 1.5, 2.5, ..., 357.5, 358.5, 359.5])
- lat(rlat, rlon)float32dask.array<chunksize=(368, 360), meta=np.ndarray>
- standard_name :
- latitude
- long_name :
- latitude coordinate
- units :
- degrees_north
- bounds :
- lat_vertices
Array Chunk Bytes 529.92 kB 529.92 kB Shape (368, 360) (368, 360) Count 10 Tasks 1 Chunks Type float32 numpy.ndarray - lon(rlat, rlon)float32dask.array<chunksize=(368, 360), meta=np.ndarray>
- standard_name :
- longitude
- long_name :
- longitude coordinate
- units :
- degrees_east
- bounds :
- lon_vertices
Array Chunk Bytes 529.92 kB 529.92 kB Shape (368, 360) (368, 360) Count 10 Tasks 1 Chunks Type float32 numpy.ndarray
- time_bnds(time, bnds)float64dask.array<chunksize=(2400, 2), meta=np.ndarray>
Array Chunk Bytes 96.00 kB 38.40 kB Shape (6000, 2) (2400, 2) Count 9 Tasks 3 Chunks Type float64 numpy.ndarray - lat_vertices(time, rlat, rlon, vertices)float32dask.array<chunksize=(2400, 368, 360, 4), meta=np.ndarray>
- units :
- degrees_north
Array Chunk Bytes 12.72 GB 5.09 GB Shape (6000, 368, 360, 4) (2400, 368, 360, 4) Count 12 Tasks 3 Chunks Type float32 numpy.ndarray - lon_vertices(time, rlat, rlon, vertices)float32dask.array<chunksize=(2400, 368, 360, 4), meta=np.ndarray>
- units :
- degrees_east
Array Chunk Bytes 12.72 GB 5.09 GB Shape (6000, 368, 360, 4) (2400, 368, 360, 4) Count 12 Tasks 3 Chunks Type float32 numpy.ndarray - tauuo(time, rlat, rlon)float32dask.array<chunksize=(2400, 368, 360), meta=np.ndarray>
- standard_name :
- surface_downward_x_stress
- long_name :
- Surface Downward X Stress
- comment :
- This is the stress on the liquid ocean from overlying atmosphere, sea ice, ice shelf, etc.
- units :
- N m-2
- original_name :
- tauuo
- cell_methods :
- time: mean (interval: 20 minutes) area: mean where sea
- history :
- 2011-08-27T00:41:39Z altered by CMOR: replaced missing value flag (-9.99e+33) with standard missing value (1e+20).
- associated_files :
- baseURL: http://cmip-pcmdi.llnl.gov/CMIP5/dataLocation gridspecFile: gridspec_ocean_fx_MRI-CGCM3_piControl_r0i0p0.nc
Array Chunk Bytes 3.18 GB 1.27 GB Shape (6000, 368, 360) (2400, 368, 360) Count 9 Tasks 3 Chunks Type float32 numpy.ndarray
- institution :
- MRI (Meteorological Research Institute, Tsukuba, Japan)
- institute_id :
- MRI
- experiment_id :
- piControl
- source :
- MRI-CGCM3 2011 atmosphere: GSMUV (gsmuv-101124, TL159L48); ocean: MRI.COM3 (MRICOM-3_0-20101116, 1x0.5L51); sea ice: MRI.COM3; land: HAL (HAL_cmip5_v0.31_01); aerosol: MASINGAR-mk2 (masingar_mk2-20101111, TL95L48)
- model_id :
- MRI-CGCM3
- forcing :
- N/A
- parent_experiment_id :
- N/A
- parent_experiment_rip :
- N/A
- branch_time :
- 0.0
- contact :
- Seiji Yukimoto (yukimoto@mri-jma.go.jp)
- history :
- Output from /home/cmip5/oc/cgcm3_scup-101122/run-C_piControl02/grads/cmip5_tauo.ctl 2011-08-27T00:41:39Z CMOR rewrote data to comply with CF standards and CMIP5 requirements.
- references :
- Model described by Yukimoto et al. (Technical Report of the Meteorological Research Institute, 2011, 64, 83pp.)
- initialization_method :
- 1
- physics_version :
- 1
- tracking_id :
- fa980789-fc2a-467b-a7a9-51ccf3092755
- product :
- output
- experiment :
- pre-industrial control
- frequency :
- mon
- creation_date :
- 2011-08-27T00:41:39Z
- Conventions :
- CF-1.4
- project_id :
- CMIP5
- table_id :
- Table Omon (26 July 2011) 25bb94a0408beca44c0f5b601258a94e
- title :
- MRI-CGCM3 model output prepared for CMIP5 pre-industrial control
- parent_experiment :
- N/A
- modeling_realm :
- ocean
- realization :
- 1
- cmor_version :
- 2.7.1