MIROC4h model output prepared for CMIP5 10- or 30-year run initialized in year 1990
Load in Python
from intake import open_catalog
cat = open_catalog("https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/rlus_Amon_MIROC4h_decadal1990_r5i1p1.yaml")
ds=cat.netcdf.read()
Metadata
title | MIROC4h model output prepared for CMIP5 10- or 30-year run initialized in year 1990 |
location | /shared/cmip5/data/decadal1990/atmos/mon/Amon/rlus/MIROC.MIROC4h/r5i1p1 |
tags | gridded,global,model,monthly |
catalog_dir | https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/rlus_Amon_MIROC4h_decadal1990_r5i1p1.yaml |
last updated | 2013-05-26 |
Dataset Contents
<xarray.Dataset> Dimensions: (bnds: 2, lat: 320, lon: 640, time: 120) Coordinates: * time (time) float64 15.5 45.0 74.5 ... 3.576e+03 3.607e+03 3.638e+03 * lat (lat) float64 -89.57 -89.01 -88.45 -87.89 ... 88.45 89.01 89.57 * lon (lon) float64 0.0 0.5625 1.125 1.688 ... 357.8 358.3 358.9 359.4 Dimensions without coordinates: bnds Data variables: time_bnds (time, bnds) float64 0.0 31.0 31.0 ... 3.622e+03 3.653e+03 lat_bnds (lat, bnds) float64 -90.0 -89.31 -89.31 ... 89.31 89.31 90.0 lon_bnds (lon, bnds) float64 -0.2812 0.2812 0.2812 ... 359.2 359.2 359.7 rlus (time, lat, lon) float32 ... Attributes: institution: AORI (Atmosphere and Ocean Research Institute, Th... institute_id: MIROC experiment_id: decadal1990 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: d55bd8a6-f8b5-46d2-9c56-a3f067bc0b50 product: output experiment: 10- or 30-year run initialized in year 1990 frequency: mon creation_date: 2012-03-01T16:22:17Z history: 2012-03-01T16:22:17Z CMOR rewrote data to comply ... Conventions: CF-1.4 project_id: CMIP5 table_id: Table Amon (11 April 2011) 1cfdc7322cf2f4a3261482... title: MIROC4h model output prepared for CMIP5 10- or 30... parent_experiment: N/A modeling_realm: atmos realization: 5 cmor_version: 2.5.8
xarray.Dataset
- bnds: 2
- lat: 320
- lon: 640
- time: 120
- time(time)float6415.5 45.0 ... 3.607e+03 3.638e+03
- bounds :
- time_bnds
- units :
- days since 1991-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.5, 440.5, 471. , 501.5, 532. , 562.5, 593.5, 624. , 654.5, 685. , 715.5, 746.5, 776. , 805.5, 836. , 866.5, 897. , 927.5, 958.5, 989. , 1019.5, 1050. , 1080.5, 1111.5, 1141. , 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.5, 1901.5, 1932. , 1962.5, 1993. , 2023.5, 2054.5, 2085. , 2115.5, 2146. , 2176.5, 2207.5, 2237. , 2266.5, 2297. , 2327.5, 2358. , 2388.5, 2419.5, 2450. , 2480.5, 2511. , 2541.5, 2572.5, 2602. , 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.5, 3362.5, 3393. , 3423.5, 3454. , 3484.5, 3515.5, 3546. , 3576.5, 3607. , 3637.5])
- lat(lat)float64-89.57 -89.01 ... 89.01 89.57
- bounds :
- lat_bnds
- units :
- degrees_north
- axis :
- Y
- long_name :
- latitude
- standard_name :
- latitude
array([-89.57009 , -89.013176, -88.452974, ..., 88.452974, 89.013176, 89.57009 ])
- lon(lon)float640.0 0.5625 1.125 ... 358.9 359.4
- bounds :
- lon_bnds
- units :
- degrees_east
- axis :
- X
- long_name :
- longitude
- standard_name :
- longitude
array([ 0. , 0.5625, 1.125 , ..., 358.3125, 358.875 , 359.4375])
- time_bnds(time, bnds)float64...
array([[ 0., 31.], [ 31., 59.], [ 59., 90.], ..., [3561., 3592.], [3592., 3622.], [3622., 3653.]])
- lat_bnds(lat, bnds)float64...
array([[-90. , -89.311293], [-89.311293, -88.743642], [-88.743642, -88.179756], ..., [ 88.179756, 88.743642], [ 88.743642, 89.311293], [ 89.311293, 90. ]])
- lon_bnds(lon, bnds)float64...
array([[-2.812500e-01, 2.812500e-01], [ 2.812500e-01, 8.437500e-01], [ 8.437500e-01, 1.406250e+00], ..., [ 3.580312e+02, 3.585938e+02], [ 3.585938e+02, 3.591562e+02], [ 3.591562e+02, 3.597188e+02]])
- rlus(time, lat, lon)float32...
- standard_name :
- surface_upwelling_longwave_flux_in_air
- long_name :
- Surface Upwelling Longwave Radiation
- units :
- W m-2
- original_name :
- SLRU
- original_units :
- W/m**2
- history :
- 2012-03-01T16:22:17Z altered by CMOR: Converted units from 'W/m**2' to 'W m-2'. 2012-03-01T16:22:17Z altered by CMOR: replaced missing value flag (-999) with standard missing value (1e+20). 2012-03-01T16:22:17Z altered by CMOR: Inverted axis: lat.
- cell_methods :
- time: mean
- cell_measures :
- area: areacella
- associated_files :
- baseURL: http://cmip-pcmdi.llnl.gov/CMIP5/dataLocation gridspecFile: gridspec_atmos_fx_MIROC4h_decadal1990_r0i0p0.nc areacella: areacella_fx_MIROC4h_decadal1990_r0i0p0.nc
[24576000 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 :
- decadal1990
- 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 :
- d55bd8a6-f8b5-46d2-9c56-a3f067bc0b50
- product :
- output
- experiment :
- 10- or 30-year run initialized in year 1990
- frequency :
- mon
- creation_date :
- 2012-03-01T16:22:17Z
- history :
- 2012-03-01T16:22:17Z CMOR rewrote data to comply with CF standards and CMIP5 requirements.
- Conventions :
- CF-1.4
- project_id :
- CMIP5
- table_id :
- Table Amon (11 April 2011) 1cfdc7322cf2f4a32614826fab42c1ab
- title :
- MIROC4h model output prepared for CMIP5 10- or 30-year run initialized in year 1990
- parent_experiment :
- N/A
- modeling_realm :
- atmos
- realization :
- 5
- cmor_version :
- 2.5.8