MIROC4h model output prepared for CMIP5 10- or 30-year run initialized in year 1980
Load in Python
from intake import open_catalog
cat = open_catalog("https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/pr_OImon_MIROC4h_decadal1980_r5i1p1.yaml")
ds=cat.netcdf.read()
        Metadata
| title | MIROC4h model output prepared for CMIP5 10- or 30-year run initialized in year 1980 | 
| location | /shared/cmip5/data/decadal1980/seaIce/mon/OImon/pr/MIROC.MIROC4h/r5i1p1 | 
| tags | gridded,global,model,monthly | 
| catalog_dir | https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/pr_OImon_MIROC4h_decadal1980_r5i1p1.yaml | 
| last updated | 2013-05-26 | 
Dataset Contents
<xarray.Dataset>
Dimensions:                     (bnds: 2, rlat: 912, rlon: 1280, time: 120, vertices: 4)
Coordinates:
  * time                        (time) float64 15.5 45.0 ... 3.606e+03 3.636e+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:
    time_bnds                   (time, bnds) float64 0.0 31.0 ... 3.652e+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 ...
    pr                          (time, rlat, rlon) float32 ...
Attributes:
    institution:            AORI (Atmosphere and Ocean Research Institute, Th...
    institute_id:           MIROC
    experiment_id:          decadal1980
    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:   N/A
    parent_experiment_rip:  N/A
    branch_time:            0.0
    contact:                Masahide Kimoto (kimoto@aori.u-tokyo.ac.jp), Masa...
    references:             Sakamoto et al., 2011: MIROC4h -- a new high-reso...
    initialization_method:  1
    physics_version:        1
    tracking_id:            be19e6b1-93cb-424d-8212-4cb10c9a5726
    product:                output
    experiment:             10- or 30-year run initialized in year 1980
    frequency:              mon
    creation_date:          2012-03-23T18:29:55Z
    history:                2012-03-23T18:29:55Z CMOR rewrote data to comply ...
    Conventions:            CF-1.4
    project_id:             CMIP5
    table_id:               Table OImon (11 April 2011) c685058342b6615c12d34...
    title:                  MIROC4h model output prepared for CMIP5 10- or 30...
    parent_experiment:      N/A
    modeling_realm:         seaIce
    realization:            5
    cmor_version:           2.5.8xarray.Dataset
- bnds: 2
 - rlat: 912
 - rlon: 1280
 - time: 120
 - vertices: 4
 
- time(time)float6415.5 45.0 ... 3.606e+03 3.636e+03
- bounds :
 - time_bnds
 - units :
 - days since 1981-1-1
 - calendar :
 - gregorian
 - axis :
 - T
 - long_name :
 - time
 - standard_name :
 - time
 
array([ 15.5, 45. , 74.5, 105. , 135.5, 166. , 196.5, 227.5, 258. , 288.5, 319. , 349.5, 380.5, 410. , 439.5, 470. , 500.5, 531. , 561.5, 592.5, 623. , 653.5, 684. , 714.5, 745.5, 775. , 804.5, 835. , 865.5, 896. , 926.5, 957.5, 988. , 1018.5, 1049. , 1079.5, 1110.5, 1140.5, 1170.5, 1201. , 1231.5, 1262. , 1292.5, 1323.5, 1354. , 1384.5, 1415. , 1445.5, 1476.5, 1506. , 1535.5, 1566. , 1596.5, 1627. , 1657.5, 1688.5, 1719. , 1749.5, 1780. , 1810.5, 1841.5, 1871. , 1900.5, 1931. , 1961.5, 1992. , 2022.5, 2053.5, 2084. , 2114.5, 2145. , 2175.5, 2206.5, 2236. , 2265.5, 2296. , 2326.5, 2357. , 2387.5, 2418.5, 2449. , 2479.5, 2510. , 2540.5, 2571.5, 2601.5, 2631.5, 2662. , 2692.5, 2723. , 2753.5, 2784.5, 2815. , 2845.5, 2876. , 2906.5, 2937.5, 2967. , 2996.5, 3027. , 3057.5, 3088. , 3118.5, 3149.5, 3180. , 3210.5, 3241. , 3271.5, 3302.5, 3332. , 3361.5, 3392. , 3422.5, 3453. , 3483.5, 3514.5, 3545. , 3575.5, 3606. , 3636.5]) - 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]
 
- time_bnds(time, bnds)float64...
array([[ 0., 31.], [ 31., 59.], [ 59., 90.], ..., [3560., 3591.], [3591., 3621.], [3621., 3652.]]) - 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]
 - pr(time, rlat, rlon)float32...
- standard_name :
 - rainfall_flux
 - long_name :
 - Surface Rainfall Rate into the Sea Ice Portion of the Grid Cell
 - comment :
 - where sea ice over sea: this is the the water mass per unit time falling as rain onto the sea ice portion of a grid cell divided by the area of the ocean portion of the grid cell (including both ice-free and sea-ice covered fractions). Reported as 0. in regions free of sea ice.
 - units :
 - kg m-2 s-1
 - original_name :
 - PRCP
 - original_units :
 - kg/m**2/s
 - history :
 - 2012-03-23T18:29:55Z altered by CMOR: Converted units from 'kg/m**2/s' to 'kg m-2 s-1'. 2012-03-23T18:29:55Z altered by CMOR: replaced missing value flag (-999) with standard missing value (1e+20).
 - cell_methods :
 - time: mean area: mean where sea_ice over sea
 - cell_measures :
 - area: areacello
 - associated_files :
 - baseURL: http://cmip-pcmdi.llnl.gov/CMIP5/dataLocation gridspecFile: gridspec_seaIce_fx_MIROC4h_decadal1980_r0i0p0.nc areacello: areacello_fx_MIROC4h_decadal1980_r0i0p0.nc
 - grid_mapping :
 - rotated_latitude_longitude
 
[140083200 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 :
 - decadal1980
 - 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 :
 - N/A
 - parent_experiment_rip :
 - N/A
 - branch_time :
 - 0.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 :
 - 1
 - physics_version :
 - 1
 - tracking_id :
 - be19e6b1-93cb-424d-8212-4cb10c9a5726
 - product :
 - output
 - experiment :
 - 10- or 30-year run initialized in year 1980
 - frequency :
 - mon
 - creation_date :
 - 2012-03-23T18:29:55Z
 - history :
 - 2012-03-23T18:29:55Z CMOR rewrote data to comply with CF standards and CMIP5 requirements.
 - Conventions :
 - CF-1.4
 - project_id :
 - CMIP5
 - table_id :
 - Table OImon (11 April 2011) c685058342b6615c12d34dc34a53e6fa
 - title :
 - MIROC4h model output prepared for CMIP5 10- or 30-year run initialized in year 1980
 - parent_experiment :
 - N/A
 - modeling_realm :
 - seaIce
 - realization :
 - 5
 - cmor_version :
 - 2.5.8
 
