MRI-CGCM3 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/bmelt_OImon_MRI-CGCM3_decadal1980_r2i1p1.yaml")
ds=cat.netcdf.read()
        Metadata
| title | MRI-CGCM3 model output prepared for CMIP5 10- or 30-year run initialized in year 1980 | 
| location | /shared/cmip5/data/decadal1980/seaIce/mon/OImon/bmelt/MRI.MRI-CGCM3/r2i1p1 | 
| tags | gridded,global,model,monthly | 
| catalog_dir | https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/bmelt_OImon_MRI-CGCM3_decadal1980_r2i1p1.yaml | 
| last updated | 2013-05-26 | 
Dataset Contents
<xarray.Dataset>
Dimensions:       (bnds: 2, rlat: 368, rlon: 360, time: 360, vertices: 4)
Coordinates:
  * time          (time) float64 15.5 45.0 74.5 ... 1.091e+04 1.094e+04
  * rlat          (rlat) float64 -78.5 -78.0 -77.5 -77.0 ... 154.0 155.1 156.2
  * rlon          (rlon) float64 0.0 1.0 2.0 3.0 4.0 ... 356.0 357.0 358.0 359.0
    lat           (rlat, rlon) float32 ...
    lon           (rlat, rlon) float32 ...
Dimensions without coordinates: bnds, vertices
Data variables:
    time_bnds     (time, bnds) float64 0.0 31.0 31.0 ... 1.093e+04 1.096e+04
    lat_vertices  (rlat, rlon, vertices) float32 ...
    lon_vertices  (rlat, rlon, vertices) float32 ...
    bmelt         (time, rlat, rlon) float32 ...
Attributes:
    institution:            MRI (Meteorological Research Institute, Tsukuba, ...
    institute_id:           MRI
    experiment_id:          decadal1980
    source:                 MRI-CGCM3 2011 atmosphere: GSMUV (gsmuv-110112, T...
    model_id:               MRI-CGCM3
    forcing:                GHG, SA, Oz, LU, Sl, Vl, BC, OC (GHG includes CO2...
    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:            59eb678d-f39d-49d8-a82b-9183139722cd
    product:                output
    experiment:             10- or 30-year run initialized in year 1980
    frequency:              mon
    creation_date:          2011-08-19T22:32:20Z
    Conventions:            CF-1.4
    project_id:             CMIP5
    table_id:               Table OImon (26 July 2011) b40ae6f6b2a738f91076c5...
    title:                  MRI-CGCM3 model output prepared for CMIP5 10- or ...
    parent_experiment:      N/A
    modeling_realm:         seaIce
    realization:            2
    cmor_version:           2.7.1xarray.Dataset
- bnds: 2
 - rlat: 368
 - rlon: 360
 - time: 360
 - vertices: 4
 
- time(time)float6415.5 45.0 ... 1.091e+04 1.094e+04
- bounds :
 - time_bnds
 - units :
 - days since 1981-01-01
 - calendar :
 - standard
 - axis :
 - T
 - long_name :
 - time
 - standard_name :
 - time
 
array([ 15.5, 45. , 74.5, ..., 10880.5, 10911. , 10941.5])
 - rlat(rlat)float64-78.5 -78.0 -77.5 ... 155.1 156.2
- units :
 - degrees
 - axis :
 - Y
 - long_name :
 - latitude in rotated pole grid
 - standard_name :
 - grid_latitude
 
array([-78.5 , -78. , -77.5 , ..., 154. , 155.125, 156.25 ])
 - rlon(rlon)float640.0 1.0 2.0 ... 357.0 358.0 359.0
- units :
 - degrees
 - axis :
 - X
 - long_name :
 - longitude in rotated pole grid
 - standard_name :
 - grid_longitude
 
array([ 0., 1., 2., ..., 357., 358., 359.])
 - lat(rlat, rlon)float32...
- standard_name :
 - latitude
 - long_name :
 - latitude coordinate
 - units :
 - degrees_north
 - bounds :
 - lat_vertices
 
[132480 values with dtype=float32]
 - lon(rlat, rlon)float32...
- standard_name :
 - longitude
 - long_name :
 - longitude coordinate
 - units :
 - degrees_east
 - bounds :
 - lon_vertices
 
[132480 values with dtype=float32]
 
- time_bnds(time, bnds)float64...
array([[ 0., 31.], [ 31., 59.], [ 59., 90.], ..., [10865., 10896.], [10896., 10926.], [10926., 10957.]]) - lat_vertices(rlat, rlon, vertices)float32...
- units :
 - degrees_north
 
[529920 values with dtype=float32]
 - lon_vertices(rlat, rlon, vertices)float32...
- units :
 - degrees_east
 
[529920 values with dtype=float32]
 - bmelt(time, rlat, rlon)float32...
- standard_name :
 - tendency_of_sea_ice_amount_due_to_basal_melting
 - long_name :
 - Rate of Melt at Sea Ice Base
 - comment :
 - the rate of change of sea ice mass due to melting at its lower surface, divided by the area of the ocean portion of the grid cell. Reported as 0.0 in regions free of sea ice.
 - units :
 - kg m-2 s-1
 - original_name :
 - bmelt
 - cell_methods :
 - time: mean (interval: 20 minutes) area: mean where sea
 - cell_measures :
 - area: areacello
 - history :
 - 2011-08-19T22:32:20Z 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_seaIce_fx_MRI-CGCM3_decadal1980_r0i0p0.nc areacello: areacello_fx_MRI-CGCM3_decadal1980_r0i0p0.nc
 
[47692800 values with dtype=float32]
 
- institution :
 - MRI (Meteorological Research Institute, Tsukuba, Japan)
 - institute_id :
 - MRI
 - experiment_id :
 - decadal1980
 - source :
 - MRI-CGCM3 2011 atmosphere: GSMUV (gsmuv-110112, TL159L48); ocean: MRI.COM3 (MRICOM-3_0-20101116, 1x0.5L51); sea ice: MRI.COM3; land: HAL (HAL_cmip5_v0.31_04); aerosol: MASINGAR-mk2 (masingar_mk2-20110111_0203, TL95L48)
 - model_id :
 - MRI-CGCM3
 - forcing :
 - GHG, SA, Oz, LU, Sl, Vl, BC, OC (GHG includes CO2, CH4, N2O, CFC-11, CFC-12, and HCFC-22)
 - 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-C3_decadal1980_02a/grads/hs_icecat_ts.ctl 2011-08-19T22:32:20Z 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 :
 - 59eb678d-f39d-49d8-a82b-9183139722cd
 - product :
 - output
 - experiment :
 - 10- or 30-year run initialized in year 1980
 - frequency :
 - mon
 - creation_date :
 - 2011-08-19T22:32:20Z
 - Conventions :
 - CF-1.4
 - project_id :
 - CMIP5
 - table_id :
 - Table OImon (26 July 2011) b40ae6f6b2a738f91076c512dcfee1a5
 - title :
 - MRI-CGCM3 model output prepared for CMIP5 10- or 30-year run initialized in year 1980
 - parent_experiment :
 - N/A
 - modeling_realm :
 - seaIce
 - realization :
 - 2
 - cmor_version :
 - 2.7.1
 
