MIROC4h model output prepared for CMIP5 historical
Load in Python
from intake import open_catalog
cat = open_catalog("https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/volcello_fx_MIROC4h_historical_r0i0p0.yaml")
ds=cat.netcdf.read()
        Metadata
| title | MIROC4h model output prepared for CMIP5 historical | 
| location | /shared/cmip5/data/historical/ocean/fx/fx/volcello/MIROC.MIROC4h/r0i0p0 | 
| tags | gridded,global,model,fx | 
| catalog_dir | https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/volcello_fx_MIROC4h_historical_r0i0p0.yaml | 
| last updated | 2015-10-21 | 
Dataset Contents
<xarray.Dataset>
Dimensions:                     (bnds: 2, lev: 48, rlat: 912, rlon: 1280, vertices: 4)
Coordinates:
  * lev                         (lev) float64 1.25 3.75 ... 5.523e+03 5.688e+03
  * rlat                        (rlat) float64 -85.41 -85.22 ... 85.22 85.41
  * rlon                        (rlon) float64 0.1406 0.4219 ... 359.6 359.9
    lat                         (rlat, rlon) float32 ...
    lon                         (rlat, rlon) float32 ...
Dimensions without coordinates: bnds, vertices
Data variables:
    lev_bnds                    (lev, bnds) float64 0.0 2.5 ... 5.728e+03
    rlat_bnds                   (rlat, bnds) float64 -85.5 -85.31 ... 85.31 85.5
    rlon_bnds                   (rlon, bnds) float64 0.0 0.2812 ... 359.7 360.0
    rotated_latitude_longitude  int32 -2147483647
    lat_vertices                (rlat, rlon, vertices) float32 ...
    lon_vertices                (rlat, rlon, vertices) float32 ...
    volcello                    (lev, rlat, rlon) float32 ...
Attributes:
    institution:            AORI (Atmosphere and Ocean Research Institute, Th...
    institute_id:           MIROC
    experiment_id:          historical
    source:                 MIROC4h 2009 atmosphere: AGCM (AGCM5.8, T213L56);...
    model_id:               MIROC4h
    forcing:                GHG, SA, Oz, LU, Sl, Vl, SS, Ds, BC, MD, OC (GHG ...
    parent_experiment_id:   piControl
    parent_experiment_rip:  r1i1p1
    branch_time:            14600.0
    contact:                Masahide Kimoto (kimoto@aori.u-tokyo.ac.jp), Masa...
    references:             Sakamoto et al., 2011: MIROC4h -- a new high-reso...
    initialization_method:  0
    physics_version:        0
    tracking_id:            1d163536-8d29-4472-a2fa-bfcd54a8a87a
    product:                output
    experiment:             historical
    frequency:              fx
    creation_date:          2011-08-08T05:55:53Z
    history:                Tue Aug  9 13:46:53 2011: ncatted -a branch_time,...
    Conventions:            CF-1.4
    project_id:             CMIP5
    table_id:               Table fx (26 July 2011) 491518982c8d8b607a58ba740...
    title:                  MIROC4h model output prepared for CMIP5 historical
    parent_experiment:      pre-industrial control
    modeling_realm:         ocean
    realization:            0
    cmor_version:           2.7.1xarray.Dataset
- bnds: 2
 - lev: 48
 - rlat: 912
 - rlon: 1280
 - vertices: 4
 
- lev(lev)float641.25 3.75 ... 5.523e+03 5.688e+03
- bounds :
 - lev_bnds
 - units :
 - m
 - axis :
 - Z
 - positive :
 - down
 - long_name :
 - ocean depth coordinate
 - standard_name :
 - depth
 
array([1.250e+00, 3.750e+00, 6.500e+00, 1.000e+01, 1.450e+01, 2.000e+01, 2.650e+01, 3.400e+01, 4.300e+01, 5.400e+01, 6.700e+01, 8.200e+01, 9.900e+01, 1.180e+02, 1.405e+02, 1.680e+02, 2.005e+02, 2.380e+02, 2.830e+02, 3.380e+02, 4.080e+02, 4.980e+02, 6.080e+02, 7.380e+02, 8.880e+02, 1.058e+03, 1.248e+03, 1.448e+03, 1.648e+03, 1.848e+03, 2.048e+03, 2.248e+03, 2.448e+03, 2.648e+03, 2.848e+03, 3.048e+03, 3.248e+03, 3.448e+03, 3.648e+03, 3.848e+03, 4.048e+03, 4.273e+03, 4.523e+03, 4.773e+03, 5.023e+03, 5.273e+03, 5.523e+03, 5.688e+03]) - rlat(rlat)float64-85.41 -85.22 ... 85.22 85.41
- bounds :
 - rlat_bnds
 - units :
 - degrees
 - axis :
 - Y
 - long_name :
 - latitude in rotated pole grid
 - standard_name :
 - grid_latitude
 
array([-85.40625, -85.21875, -85.03125, ..., 85.03125, 85.21875, 85.40625])
 - rlon(rlon)float640.1406 0.4219 ... 359.6 359.9
- bounds :
 - rlon_bnds
 - units :
 - degrees
 - axis :
 - X
 - long_name :
 - longitude in rotated pole grid
 - standard_name :
 - grid_longitude
 
array([1.406250e-01, 4.218750e-01, 7.031250e-01, ..., 3.592969e+02, 3.595781e+02, 3.598594e+02]) - lat(rlat, rlon)float32...
- standard_name :
 - latitude
 - long_name :
 - latitude coordinate
 - units :
 - degrees_north
 - bounds :
 - lat_vertices
 
[1167360 values with dtype=float32]
 - lon(rlat, rlon)float32...
- standard_name :
 - longitude
 - long_name :
 - longitude coordinate
 - units :
 - degrees_east
 - bounds :
 - lon_vertices
 
[1167360 values with dtype=float32]
 
- lev_bnds(lev, bnds)float64...
array([[0.000e+00, 2.500e+00], [2.500e+00, 5.000e+00], [5.000e+00, 8.000e+00], [8.000e+00, 1.200e+01], [1.200e+01, 1.700e+01], [1.700e+01, 2.300e+01], [2.300e+01, 3.000e+01], [3.000e+01, 3.800e+01], [3.800e+01, 4.800e+01], [4.800e+01, 6.000e+01], [6.000e+01, 7.400e+01], [7.400e+01, 9.000e+01], [9.000e+01, 1.080e+02], [1.080e+02, 1.280e+02], [1.280e+02, 1.530e+02], [1.530e+02, 1.830e+02], [1.830e+02, 2.180e+02], [2.180e+02, 2.580e+02], [2.580e+02, 3.080e+02], [3.080e+02, 3.680e+02], [3.680e+02, 4.480e+02], [4.480e+02, 5.480e+02], [5.480e+02, 6.680e+02], [6.680e+02, 8.080e+02], [8.080e+02, 9.680e+02], [9.680e+02, 1.148e+03], [1.148e+03, 1.348e+03], [1.348e+03, 1.548e+03], [1.548e+03, 1.748e+03], [1.748e+03, 1.948e+03], [1.948e+03, 2.148e+03], [2.148e+03, 2.348e+03], [2.348e+03, 2.548e+03], [2.548e+03, 2.748e+03], [2.748e+03, 2.948e+03], [2.948e+03, 3.148e+03], [3.148e+03, 3.348e+03], [3.348e+03, 3.548e+03], [3.548e+03, 3.748e+03], [3.748e+03, 3.948e+03], [3.948e+03, 4.148e+03], [4.148e+03, 4.398e+03], [4.398e+03, 4.648e+03], [4.648e+03, 4.898e+03], [4.898e+03, 5.148e+03], [5.148e+03, 5.398e+03], [5.398e+03, 5.648e+03], [5.648e+03, 5.728e+03]]) - rlat_bnds(rlat, bnds)float64...
array([[-85.5 , -85.3125], [-85.3125, -85.125 ], [-85.125 , -84.9375], ..., [ 84.9375, 85.125 ], [ 85.125 , 85.3125], [ 85.3125, 85.5 ]]) - rlon_bnds(rlon, bnds)float64...
array([[0.000000e+00, 2.812500e-01], [2.812500e-01, 5.625000e-01], [5.625000e-01, 8.437500e-01], ..., [3.591562e+02, 3.594375e+02], [3.594375e+02, 3.597188e+02], [3.597188e+02, 3.600000e+02]]) - rotated_latitude_longitude()int32...
- grid_mapping_name :
 - rotated_latitude_longitude
 - grid_north_pole_latitude :
 - 77.0
 - grid_north_pole_longitude :
 - -40.0
 - north_pole_grid_longitude :
 - 90.0
 
array(-2147483647, dtype=int32)
 - lat_vertices(rlat, rlon, vertices)float32...
- units :
 - degrees_north
 
[4669440 values with dtype=float32]
 - lon_vertices(rlat, rlon, vertices)float32...
- units :
 - degrees_east
 
[4669440 values with dtype=float32]
 - volcello(lev, rlat, rlon)float32...
- standard_name :
 - ocean_volume
 - long_name :
 - Ocean Grid-Cell Volume
 - comment :
 - The most bottom level is a bottom boundary layer (BBL). The BBL in MIROC5 is 80 meters in thickness on 49N-90N and 54S-90S., CMIP5_table_comment: grid-cell volume ca. 2000.
 - units :
 - m3
 - original_name :
 - volc
 - original_units :
 - m^3
 - history :
 - 2011-08-08T05:55:51Z altered by CMOR: Converted units from 'm^3' to 'm3'. 2011-08-08T05:55:51Z altered by CMOR: replaced missing value flag (-999) with standard missing value (1e+20).
 - associated_files :
 - baseURL: http://cmip-pcmdi.llnl.gov/CMIP5/dataLocation gridspecFile: gridspec_ocean_fx_MIROC4h_historical_r0i0p0.nc
 - grid_mapping :
 - rotated_latitude_longitude
 
[56033280 values with dtype=float32]
 
- institution :
 - AORI (Atmosphere and Ocean Research Institute, The University of Tokyo, Chiba, Japan), NIES (National Institute for Environmental Studies, Ibaraki, Japan), and JAMSTEC (Japan Agency for Marine-Earth Science and Technology, Kanagawa, Japan)
 - institute_id :
 - MIROC
 - experiment_id :
 - historical
 - source :
 - MIROC4h 2009 atmosphere: AGCM (AGCM5.8, T213L56); ocean: COCO (COCO3.4, rotated pole 1280x912 L48); sea ice: COCO (COCO3.4); land: MATSIRO (MATSIRO, 2x3L5)
 - model_id :
 - MIROC4h
 - forcing :
 - GHG, SA, Oz, LU, Sl, Vl, SS, Ds, BC, MD, OC (GHG includes CO2, N2O, methane, and fluorocarbons; Oz includes OH and H2O2)
 - parent_experiment_id :
 - piControl
 - parent_experiment_rip :
 - r1i1p1
 - branch_time :
 - 14600.0
 - contact :
 - Masahide Kimoto (kimoto@aori.u-tokyo.ac.jp), Masayoshi Ishii (ism@jamstec.go.jp)
 - references :
 - Sakamoto et al., 2011: MIROC4h -- a new high-resolution atmosphere-ocean coupled general circulation model. (in preparation); Tatebe et al., 2011: (in preparation)
 - initialization_method :
 - 0
 - physics_version :
 - 0
 - tracking_id :
 - 1d163536-8d29-4472-a2fa-bfcd54a8a87a
 - product :
 - output
 - experiment :
 - historical
 - frequency :
 - fx
 - creation_date :
 - 2011-08-08T05:55:53Z
 - history :
 - Tue Aug 9 13:46:53 2011: ncatted -a branch_time,global,m,d,14600.0 volcello_fx_MIROC4h_historical_r0i0p0.nc 2011-08-08T05:55:53Z CMOR rewrote data to comply with CF standards and CMIP5 requirements.
 - Conventions :
 - CF-1.4
 - project_id :
 - CMIP5
 - table_id :
 - Table fx (26 July 2011) 491518982c8d8b607a58ba740689ea09
 - title :
 - MIROC4h model output prepared for CMIP5 historical
 - parent_experiment :
 - pre-industrial control
 - modeling_realm :
 - ocean
 - realization :
 - 0
 - cmor_version :
 - 2.7.1
 
