CESM1-CAM5 model output prepared for CMIP5 RCP4.5
Load in Python
from intake import open_catalog
cat = open_catalog("https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/sos_Omon_CESM1-CAM5_rcp45_r1i1p1.yaml")
ds=cat.netcdf.read()
Metadata
title | CESM1-CAM5 model output prepared for CMIP5 RCP4.5 |
location | /shared/cmip5/data/rcp45/ocean/mon/Omon/sos/NSF-DOE-NCAR.CESM1-CAM5/r1i1p1 |
tags | gridded,global,model,monthly |
catalog_dir | https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/sos_Omon_CESM1-CAM5_rcp45_r1i1p1.yaml |
last updated | 2014-05-30 |
Dataset Contents
<xarray.Dataset> Dimensions: (bnds: 2, i: 320, j: 384, time: 3540, vertices: 4) Coordinates: * time (time) float64 7.322e+05 7.322e+05 ... 8.398e+05 8.398e+05 * j (j) int32 1 2 3 4 5 6 7 8 ... 377 378 379 380 381 382 383 384 * i (i) int32 1 2 3 4 5 6 7 8 ... 313 314 315 316 317 318 319 320 lat (j, i) float32 dask.array<chunksize=(384, 320), meta=np.ndarray> lon (j, i) float32 dask.array<chunksize=(384, 320), meta=np.ndarray> Dimensions without coordinates: bnds, vertices Data variables: time_bnds (time, bnds) float64 dask.array<chunksize=(1140, 2), meta=np.ndarray> lat_vertices (time, j, i, vertices) float32 dask.array<chunksize=(1140, 384, 320, 4), meta=np.ndarray> lon_vertices (time, j, i, vertices) float32 dask.array<chunksize=(1140, 384, 320, 4), meta=np.ndarray> sos (time, j, i) float32 dask.array<chunksize=(1140, 384, 320), meta=np.ndarray> Attributes: institution: NSF/DOE NCAR (National Center for Atmospher... institute_id: NSF-DOE-NCAR experiment_id: rcp45 source: CESM1-CAM5 model_id: CESM1-CAM5 forcing: Sl GHG SS Ds SA BC MD OC Oz AA parent_experiment_id: historical parent_experiment_rip: r1i1p1 branch_time: 20.0 contact: cesm_data@ucar.edu comment: CESM home page: http://www.cesm.ucar.edu references: Neale, R., et.al. 2012: Coupled simulations... initialization_method: 1 physics_version: 1 tracking_id: 0ffcf3d1-43c7-4e13-9377-081f02f91032 acknowledgements: The CESM project is supported by the Nation... cesm_casename: b.e11.BRCP45C5CN.f09_g16.001 cesm_repotag: cesm1_1_beta06 cesm_compset: BRCP45C5CN resolution: f09_g16 (0.9x1.25_gx1v6) forcing_note: Additional information on the external forc... processed_by: strandwg on mirage3 at 20120609 -151226.400 processing_code_information: Last Changed Rev: 850 Last Changed Date: 20... product: output experiment: RCP4.5 frequency: mon creation_date: 2013-02-27T22:11:02Z history: 2012-06-09T21:12:28Z CMOR rewrote data to c... Conventions: CF-1.4 project_id: CMIP5 table_id: Table Omon (12 January 2012) 980e0aeb02de42... title: CESM1-CAM5 model output prepared for CMIP5 ... parent_experiment: historical modeling_realm: ocean realization: 1 cmor_version: 2.8.1
xarray.Dataset
- bnds: 2
- i: 320
- j: 384
- time: 3540
- vertices: 4
- time(time)float647.322e+05 7.322e+05 ... 8.398e+05
- bounds :
- time_bnds
- units :
- days since 0000-01-01 00:00:00
- calendar :
- noleap
- axis :
- T
- long_name :
- time
- standard_name :
- time
array([732205.5, 732235. , 732264.5, ..., 839788.5, 839819. , 839849.5])
- j(j)int321 2 3 4 5 6 ... 380 381 382 383 384
- units :
- 1
- long_name :
- cell index along second dimension
array([ 1, 2, 3, ..., 382, 383, 384], dtype=int32)
- i(i)int321 2 3 4 5 6 ... 316 317 318 319 320
- units :
- 1
- long_name :
- cell index along first dimension
array([ 1, 2, 3, ..., 318, 319, 320], dtype=int32)
- lat(j, i)float32dask.array<chunksize=(384, 320), meta=np.ndarray>
- standard_name :
- latitude
- long_name :
- latitude coordinate
- units :
- degrees_north
- bounds :
- lat_vertices
Array Chunk Bytes 491.52 kB 491.52 kB Shape (384, 320) (384, 320) Count 5 Tasks 1 Chunks Type float32 numpy.ndarray - lon(j, i)float32dask.array<chunksize=(384, 320), meta=np.ndarray>
- standard_name :
- longitude
- long_name :
- longitude coordinate
- units :
- degrees_east
- bounds :
- lon_vertices
Array Chunk Bytes 491.52 kB 491.52 kB Shape (384, 320) (384, 320) Count 5 Tasks 1 Chunks Type float32 numpy.ndarray
- time_bnds(time, bnds)float64dask.array<chunksize=(1140, 2), meta=np.ndarray>
Array Chunk Bytes 56.64 kB 38.40 kB Shape (3540, 2) (2400, 2) Count 6 Tasks 2 Chunks Type float64 numpy.ndarray - lat_vertices(time, j, i, vertices)float32dask.array<chunksize=(1140, 384, 320, 4), meta=np.ndarray>
- units :
- degrees_north
Array Chunk Bytes 6.96 GB 4.72 GB Shape (3540, 384, 320, 4) (2400, 384, 320, 4) Count 8 Tasks 2 Chunks Type float32 numpy.ndarray - lon_vertices(time, j, i, vertices)float32dask.array<chunksize=(1140, 384, 320, 4), meta=np.ndarray>
- units :
- degrees_east
Array Chunk Bytes 6.96 GB 4.72 GB Shape (3540, 384, 320, 4) (2400, 384, 320, 4) Count 8 Tasks 2 Chunks Type float32 numpy.ndarray - sos(time, j, i)float32dask.array<chunksize=(1140, 384, 320), meta=np.ndarray>
- standard_name :
- sea_surface_salinity
- long_name :
- Sea Surface Salinity
- units :
- 1
- original_name :
- SALT
- comment :
- SALT at topmost level
- original_units :
- gram/kilogram
- history :
- 2012-06-09T21:12:26Z altered by CMOR: Converted units from 'gram/kilogram' to '1'. 2012-06-09T21:12:26Z altered by CMOR: replaced missing value flag (9.96921e+33) with standard missing value (1e+20).
- cell_methods :
- time: mean (interval: 30 days)
- cell_measures :
- area: areacello
- associated_files :
- baseURL: http://cmip-pcmdi.llnl.gov/CMIP5/dataLocation gridspecFile: gridspec_ocean_fx_CESM1-CAM5_rcp45_r0i0p0.nc areacello: areacello_fx_CESM1-CAM5_rcp45_r0i0p0.nc
Array Chunk Bytes 1.74 GB 1.18 GB Shape (3540, 384, 320) (2400, 384, 320) Count 6 Tasks 2 Chunks Type float32 numpy.ndarray
- institution :
- NSF/DOE NCAR (National Center for Atmospheric Research) Boulder, CO, USA
- institute_id :
- NSF-DOE-NCAR
- experiment_id :
- rcp45
- source :
- CESM1-CAM5
- model_id :
- CESM1-CAM5
- forcing :
- Sl GHG SS Ds SA BC MD OC Oz AA
- parent_experiment_id :
- historical
- parent_experiment_rip :
- r1i1p1
- branch_time :
- 20.0
- contact :
- cesm_data@ucar.edu
- comment :
- CESM home page: http://www.cesm.ucar.edu
- references :
- Neale, R., et.al. 2012: Coupled simulations from CESM1 using the Community Atmosphere Model version 5: (CAM5). See also http://www.cesm.ucar.edu/publications
- initialization_method :
- 1
- physics_version :
- 1
- tracking_id :
- 0ffcf3d1-43c7-4e13-9377-081f02f91032
- acknowledgements :
- The CESM project is supported by the National Science Foundation and the Office of Science (BER) of the U.S. Department of Energy. NCAR is sponsored by the National Science Foundation. This research used resources of the National Energy Research Scientific Computing Center, which is supported by the Office of Science (BER) of the U.S. Department of Energy under Contract No. DE-AC02-05CH11231
- cesm_casename :
- b.e11.BRCP45C5CN.f09_g16.001
- cesm_repotag :
- cesm1_1_beta06
- cesm_compset :
- BRCP45C5CN
- resolution :
- f09_g16 (0.9x1.25_gx1v6)
- forcing_note :
- Additional information on the external forcings used in this experiment can be found at http://www.cesm.ucar.edu/CMIP5/forcing_information
- processed_by :
- strandwg on mirage3 at 20120609 -151226.400
- processing_code_information :
- Last Changed Rev: 850 Last Changed Date: 2012-06-08 11:47:56 -0600 (Fri, 08 Jun 2012) Repository UUID: d2181dbe-5796-6825-dc7f-cbd98591f93d
- product :
- output
- experiment :
- RCP4.5
- frequency :
- mon
- creation_date :
- 2013-02-27T22:11:02Z
- history :
- 2012-06-09T21:12:28Z CMOR rewrote data to comply with CF standards and CMIP5 requirements.
- Conventions :
- CF-1.4
- project_id :
- CMIP5
- table_id :
- Table Omon (12 January 2012) 980e0aeb02de4233251f100571014e41
- title :
- CESM1-CAM5 model output prepared for CMIP5 RCP4.5
- parent_experiment :
- historical
- modeling_realm :
- ocean
- realization :
- 1
- cmor_version :
- 2.8.1