CMCC-CESM model output prepared for CMIP5 RCP8.5
Load in Python
from intake import open_catalog
cat = open_catalog("https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/lai_Lmon_CMCC-CESM_rcp85_r1i1p1.yaml")
ds=cat.netcdf.read()
Metadata
title | CMCC-CESM model output prepared for CMIP5 RCP8.5 |
location | /shared/cmip5/data/rcp85/land/mon/Lmon/lai/CMCC.CMCC-CESM/r1i1p1 |
tags | gridded,global,model,monthly |
catalog_dir | https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/lai_Lmon_CMCC-CESM_rcp85_r1i1p1.yaml |
last updated | 2013-05-29 |
Dataset Contents
<xarray.Dataset> Dimensions: (bnds: 2, i: 96, j: 48, time: 1140, vertices: 4) Coordinates: * time (time) float64 46.5 76.0 105.5 ... 3.468e+04 3.471e+04 * j (j) int32 1 2 3 4 5 6 7 8 9 10 ... 40 41 42 43 44 45 46 47 48 * i (i) int32 1 2 3 4 5 6 7 8 9 10 ... 88 89 90 91 92 93 94 95 96 lat (j, i) float32 87.159096 87.159096 ... -87.159096 -87.159096 lon (j, i) float32 0.0 3.75 7.5 11.25 ... 348.75 352.5 356.25 Dimensions without coordinates: bnds, vertices Data variables: time_bnds (time, bnds) float64 31.0 62.0 62.0 ... 3.47e+04 3.473e+04 lat_vertices (j, i, vertices) float32 -77.98417 -77.98417 ... -62.658 lon_vertices (j, i, vertices) float32 79.00004 77.000114 ... 193.0002 lai (time, j, i) float32 ... Attributes: institution: CMCC - Centro Euro-Mediterraneo per i Cambiamenti... institute_id: CMCC experiment_id: rcp85 source: CMCC-CESM model_id: CMCC-CESM forcing: Nat,GHG,Oz,Sl parent_experiment_id: N/A parent_experiment_rip: N/A branch_time: 0.0 contact: Marcello Vichi (marcello.vichi@cmcc.it) history: Model output postprocessed with Afterburner and C... comment: Equilibrium reached after more than 1500-year spi... references: model described in the documentation at http://ww... initialization_method: 1 physics_version: 1 tracking_id: 81bdcd40-cac3-4f6b-bdf7-288b032cf3b4 product: output experiment: RCP8.5 frequency: mon creation_date: 2012-07-28T11:53:25Z Conventions: CF-1.4 project_id: CMIP5 table_id: Table Lmon (12 November 2010) 4e65f23a1cd47b3cbe7... title: CMCC-CESM model output prepared for CMIP5 RCP8.5 parent_experiment: N/A modeling_realm: land realization: 1 cmor_version: 2.7.1
xarray.Dataset
- bnds: 2
- i: 96
- j: 48
- time: 1140
- vertices: 4
- time(time)float6446.5 76.0 ... 3.468e+04 3.471e+04
- bounds :
- time_bnds
- units :
- days since 2005-12-01
- calendar :
- standard
- axis :
- T
- long_name :
- time
- standard_name :
- time
array([ 46.5, 76. , 105.5, ..., 34652.5, 34683. , 34713.5])
- j(j)int321 2 3 4 5 6 7 ... 43 44 45 46 47 48
- units :
- 1
- long_name :
- cell index along second dimension
array([ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48], dtype=int32)
- i(i)int321 2 3 4 5 6 7 ... 91 92 93 94 95 96
- units :
- 1
- long_name :
- cell index along first dimension
array([ 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96], dtype=int32)
- lat(j, i)float32...
- standard_name :
- latitude
- long_name :
- latitude coordinate
- units :
- degrees_north
- bounds :
- lat_vertices
array([[ 87.159096, 87.159096, 87.159096, ..., 87.159096, 87.159096, 87.159096], [ 83.478935, 83.478935, 83.478935, ..., 83.478935, 83.478935, 83.478935], [ 79.77705 , 79.77705 , 79.77705 , ..., 79.77705 , 79.77705 , 79.77705 ], ..., [-79.77705 , -79.77705 , -79.77705 , ..., -79.77705 , -79.77705 , -79.77705 ], [-83.478935, -83.478935, -83.478935, ..., -83.478935, -83.478935, -83.478935], [-87.159096, -87.159096, -87.159096, ..., -87.159096, -87.159096, -87.159096]], dtype=float32)
- lon(j, i)float32...
- standard_name :
- longitude
- long_name :
- longitude coordinate
- units :
- degrees_east
- bounds :
- lon_vertices
array([[ 0. , 3.75, 7.5 , ..., 348.75, 352.5 , 356.25], [ 0. , 3.75, 7.5 , ..., 348.75, 352.5 , 356.25], [ 0. , 3.75, 7.5 , ..., 348.75, 352.5 , 356.25], ..., [ 0. , 3.75, 7.5 , ..., 348.75, 352.5 , 356.25], [ 0. , 3.75, 7.5 , ..., 348.75, 352.5 , 356.25], [ 0. , 3.75, 7.5 , ..., 348.75, 352.5 , 356.25]], dtype=float32)
- time_bnds(time, bnds)float64...
array([[3.1000e+01, 6.2000e+01], [6.2000e+01, 9.0000e+01], [9.0000e+01, 1.2100e+02], ..., [3.4637e+04, 3.4668e+04], [3.4668e+04, 3.4698e+04], [3.4698e+04, 3.4729e+04]])
- lat_vertices(j, i, vertices)float32...
- units :
- degrees_north
array([[[-77.98417 , -77.98417 , -78.39346 , -78.39346 ], [-77.98417 , -77.98417 , -78.39346 , -78.39346 ], ..., [-77.98417 , -77.98417 , -78.39346 , -78.39346 ], [-77.98417 , -77.98417 , -78.39346 , -78.39346 ]], [[-77.98417 , -77.98417 , -78.39346 , -78.39346 ], [-77.98417 , -77.98417 , -78.39346 , -78.39346 ], ..., [-77.56062 , -77.56062 , -77.98417 , -77.98417 ], [-77.56062 , -77.56062 , -77.98417 , -77.98417 ]], ..., [[-62.658 , -62.658 , -63.56247 , -63.56247 ], [-62.658 , -62.658 , -63.56247 , -63.56247 ], ..., [-62.658 , -62.658 , -63.56247 , -63.56247 ], [-62.658 , -62.658 , -63.56247 , -63.56247 ]], [[-62.658 , -62.658 , -63.56247 , -63.56247 ], [-62.658 , -62.658 , -63.56247 , -63.56247 ], ..., [-61.725048, -61.725048, -62.658 , -62.658 ], [-61.725048, -61.725048, -62.658 , -62.658 ]]], dtype=float32)
- lon_vertices(j, i, vertices)float32...
- units :
- degrees_east
array([[[ 79.00004 , 77.000114, 77.000114, 79.00004 ], [ 80.99996 , 79.00004 , 79.00004 , 80.99996 ], ..., [266.99985 , 264.99988 , 264.99988 , 266.99985 ], [268.9998 , 266.99985 , 266.99985 , 268.9998 ]], [[270.99976 , 268.9998 , 268.9998 , 270.99976 ], [272.99973 , 270.99976 , 270.99976 , 272.99973 ], ..., [ 94.99944 , 92.99951 , 92.99951 , 94.99944 ], [ 96.999374, 94.99944 , 94.99944 , 96.999374]], ..., [[174.99968 , 172.99962 , 172.99962 , 174.99968 ], [176.99974 , 174.99968 , 174.99968 , 176.99974 ], ..., [ 3.000852, 1.000799, 1.000799, 3.000852], [ 5.000902, 3.000852, 3.000852, 5.000902]], [[ 7.000949, 5.000902, 5.000902, 7.000949], [ 9.000994, 7.000949, 7.000949, 9.000994], ..., [191.00015 , 189.00009 , 189.00009 , 191.00015 ], [193.0002 , 191.00015 , 191.00015 , 193.0002 ]]], dtype=float32)
- lai(time, j, i)float32...
- standard_name :
- leaf_area_index
- long_name :
- Leaf Area Index
- comment :
- projected leaf area per unit of ground area (i.e., only the land portion of the grid cell), expressed as a proper fraction (not a percentage)
- units :
- 1
- original_name :
- lai
- cell_methods :
- time: mean (interval: 1 months) area: mean where land
- cell_measures :
- area: areacella
- associated_files :
- baseURL: http://cmip-pcmdi.llnl.gov/CMIP5/dataLocation gridspecFile: gridspec_land_fx_CMCC-CESM_rcp85_r0i0p0.nc areacella: areacella_fx_CMCC-CESM_rcp85_r0i0p0.nc
[5253120 values with dtype=float32]
- institution :
- CMCC - Centro Euro-Mediterraneo per i Cambiamenti Climatici, Bologna, Italy
- institute_id :
- CMCC
- experiment_id :
- rcp85
- source :
- CMCC-CESM
- model_id :
- CMCC-CESM
- forcing :
- Nat,GHG,Oz,Sl
- parent_experiment_id :
- N/A
- parent_experiment_rip :
- N/A
- branch_time :
- 0.0
- contact :
- Marcello Vichi (marcello.vichi@cmcc.it)
- history :
- Model output postprocessed with Afterburner and CDO (https://code.zmaw.de/projects) 2012-07-28T11:53:25Z CMOR rewrote data to comply with CF standards and CMIP5 requirements.
- comment :
- Equilibrium reached after more than 1500-year spin-up of the physics, 200-year spin-up of carbon content and 276 year at pre-industrial GHG concentrations after which data were output with nominal date of January 1850.
- references :
- model described in the documentation at http://www.cmcc.it/data-models/models
- initialization_method :
- 1
- physics_version :
- 1
- tracking_id :
- 81bdcd40-cac3-4f6b-bdf7-288b032cf3b4
- product :
- output
- experiment :
- RCP8.5
- frequency :
- mon
- creation_date :
- 2012-07-28T11:53:25Z
- Conventions :
- CF-1.4
- project_id :
- CMIP5
- table_id :
- Table Lmon (12 November 2010) 4e65f23a1cd47b3cbe702ff175acc8f6
- title :
- CMCC-CESM model output prepared for CMIP5 RCP8.5
- parent_experiment :
- N/A
- modeling_realm :
- land
- realization :
- 1
- cmor_version :
- 2.7.1