MIROC5 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/evap_OImon_MIROC5_decadal1980_r3i1p1.yaml")
ds=cat.netcdf.read()
Metadata
title | MIROC5 model output prepared for CMIP5 10- or 30-year run initialized in year 1980 |
location | /shared/cmip5/data/decadal1980/seaIce/mon/OImon/evap/MIROC.MIROC5/r3i1p1 |
tags | gridded,global,model,monthly |
catalog_dir | https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/evap_OImon_MIROC5_decadal1980_r3i1p1.yaml |
last updated | 2013-06-14 |
Dataset Contents
<xarray.Dataset> Dimensions: (bnds: 2, lat: 256, lon: 256, time: 360) Coordinates: * time (time) float64 15.5 45.0 74.5 ... 1.088e+04 1.091e+04 1.094e+04 * lat (lat) float64 -89.57 -88.71 -87.93 -87.22 ... 87.93 88.71 89.57 * lon (lon) float64 0.0 1.406 2.812 4.219 ... 354.4 355.8 357.2 358.6 Dimensions without coordinates: bnds Data variables: time_bnds (time, bnds) float64 dask.array<chunksize=(120, 2), meta=np.ndarray> lat_bnds (time, lat, bnds) float64 dask.array<chunksize=(120, 256, 2), meta=np.ndarray> lon_bnds (time, lon, bnds) float64 dask.array<chunksize=(120, 256, 2), meta=np.ndarray> evap (time, lat, lon) float32 dask.array<chunksize=(120, 256, 256), meta=np.ndarray> Attributes: institution: AORI (Atmosphere and Ocean Research Institute, Th... institute_id: MIROC experiment_id: decadal1980 source: MIROC5 2010 atmosphere: MIROC-AGCM6 (T85L40); oce... model_id: MIROC5 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: Masahiro Watanabe (hiro@aori.u-tokyo.ac.jp), Seit... references: Watanabe et al., 2010: Improved climate simulatio... initialization_method: 1 physics_version: 1 tracking_id: 5c2c3a34-a065-4c60-b289-4005ee3feeec product: output experiment: 10- or 30-year run initialized in year 1980 frequency: mon creation_date: 2011-07-27T03:17:38Z history: 2011-07-27T03:17:38Z CMOR rewrote data to comply ... Conventions: CF-1.4 project_id: CMIP5 table_id: Table OImon (27 April 2011) f04ba250f3acd5b9e847c... title: MIROC5 model output prepared for CMIP5 10- or 30-... parent_experiment: N/A modeling_realm: seaIce realization: 3 cmor_version: 2.7.1
xarray.Dataset
- bnds: 2
- lat: 256
- lon: 256
- time: 360
- time(time)float6415.5 45.0 ... 1.091e+04 1.094e+04
- 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, ..., 10880.5, 10911. , 10941.5])
- lat(lat)float64-89.57 -88.71 ... 88.71 89.57
- bounds :
- lat_bnds
- units :
- degrees_north
- axis :
- Y
- long_name :
- latitude
- standard_name :
- latitude
array([-89.570561, -88.711684, -87.928289, ..., 87.928289, 88.711684, 89.570561])
- lon(lon)float640.0 1.406 2.812 ... 357.2 358.6
- bounds :
- lon_bnds
- units :
- degrees_east
- axis :
- X
- long_name :
- longitude
- standard_name :
- longitude
array([ 0. , 1.40625, 2.8125 , ..., 355.78125, 357.1875 , 358.59375])
- time_bnds(time, bnds)float64dask.array<chunksize=(120, 2), meta=np.ndarray>
Array Chunk Bytes 5.76 kB 1.92 kB Shape (360, 2) (120, 2) Count 9 Tasks 3 Chunks Type float64 numpy.ndarray - lat_bnds(time, lat, bnds)float64dask.array<chunksize=(120, 256, 2), meta=np.ndarray>
Array Chunk Bytes 1.47 MB 491.52 kB Shape (360, 256, 2) (120, 256, 2) Count 12 Tasks 3 Chunks Type float64 numpy.ndarray - lon_bnds(time, lon, bnds)float64dask.array<chunksize=(120, 256, 2), meta=np.ndarray>
Array Chunk Bytes 1.47 MB 491.52 kB Shape (360, 256, 2) (120, 256, 2) Count 12 Tasks 3 Chunks Type float64 numpy.ndarray - evap(time, lat, lon)float32dask.array<chunksize=(120, 256, 256), meta=np.ndarray>
- standard_name :
- water_evaporation_flux
- long_name :
- Water Evaporation Flux from Sea Ice
- comment :
- the average rate that water mass evaporates (or sublimates) from the sea ice surface (i.e., kg/s) divided by the area of the ocean (i.e., open ocean + sea ice) portion of the grid cell. This quantity, multiplied both by the oean area of the grid cell and by the length of the month, should yield the total mass of water evaporated (or sublimated) from the sea ice. Reported as 0.0 in regions free of sea ice. [This was computed differently in CMIP3.]
- units :
- kg m-2 s-1
- original_name :
- CWSB
- original_units :
- kg/m2/sec
- history :
- 2011-07-27T03:17:38Z altered by CMOR: Converted units from 'kg/m2/sec' to 'kg m-2 s-1'. 2011-07-27T03:17:38Z altered by CMOR: replaced missing value flag (-999) with standard missing value (1e+20). 2011-07-27T03:17:38Z altered by CMOR: Inverted axis: lat.
- 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_MIROC5_decadal1980_r0i0p0.nc areacello: areacello_fx_MIROC5_decadal1980_r0i0p0.nc
Array Chunk Bytes 94.37 MB 31.46 MB Shape (360, 256, 256) (120, 256, 256) Count 9 Tasks 3 Chunks Type float32 numpy.ndarray
- institution :
- AORI (Atmosphere and Ocean Research Institute, The University of Tokyo, Chiba, Japan), NIES (National Institute for Environmental Studies, Ibaraki, Japan), JAMSTEC (Japan Agency for Marine-Earth Science and Technology, Kanagawa, Japan)
- institute_id :
- MIROC
- experiment_id :
- decadal1980
- source :
- MIROC5 2010 atmosphere: MIROC-AGCM6 (T85L40); ocean: COCO (COCO4.5, 256x224 L50); sea ice: COCO (COCO4.5); land: MATSIRO (MATSIRO, L6); aerosols: SPRINTARS (SPRINTARS 5.00, T85L40)
- model_id :
- MIROC5
- forcing :
- GHG, SA, Oz, LU, Sl, Vl, SS, Ds, BC, MD, OC (GHG includes CO2, N2O, methane, and fluorocarbons; Oz includes OH and H2O2; LU excludes change in lake fraction)
- parent_experiment_id :
- N/A
- parent_experiment_rip :
- N/A
- branch_time :
- 0.0
- contact :
- Masahiro Watanabe (hiro@aori.u-tokyo.ac.jp), Seita Emori (emori@nies.go.jp), Masayoshi Ishii (ism@jamstec.go.jp), Masahide Kimoto (kimoto@aori.u-tokyo.ac.jp)
- references :
- Watanabe et al., 2010: Improved climate simulation by MIROC5: Mean states, variability, and climate sensitivity. J. Climate, 23, 6312-6335; Tatebe et al. (2011, in preparation)
- initialization_method :
- 1
- physics_version :
- 1
- tracking_id :
- 5c2c3a34-a065-4c60-b289-4005ee3feeec
- product :
- output
- experiment :
- 10- or 30-year run initialized in year 1980
- frequency :
- mon
- creation_date :
- 2011-07-27T03:17:38Z
- history :
- 2011-07-27T03:17:38Z CMOR rewrote data to comply with CF standards and CMIP5 requirements.
- Conventions :
- CF-1.4
- project_id :
- CMIP5
- table_id :
- Table OImon (27 April 2011) f04ba250f3acd5b9e847c21d5752eb85
- title :
- MIROC5 model output prepared for CMIP5 10- or 30-year run initialized in year 1980
- parent_experiment :
- N/A
- modeling_realm :
- seaIce
- realization :
- 3
- cmor_version :
- 2.7.1