CESM1-BGC model output prepared for CMIP5 pre-industrial control
Load in Python
from intake import open_catalog
cat = open_catalog("https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/msftmyz_Omon_CESM1-BGC_piControl_r1i1p1.yaml")
ds=cat.netcdf.read()
Metadata
| title | CESM1-BGC model output prepared for CMIP5 pre-industrial control |
| location | /shared/cmip5/data/piControl/ocean/mon/Omon/msftmyz/NSF-DOE-NCAR.CESM1-BGC/r1i1p1 |
| tags | gridded,global,model,monthly |
| catalog_dir | https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/msftmyz_Omon_CESM1-BGC_piControl_r1i1p1.yaml |
| last updated | 2013-06-14 |
Dataset Contents
<xarray.Dataset>
Dimensions: (basin: 3, bnds: 2, lat: 395, lev: 61, time: 6000)
Coordinates:
* time (time) float64 3.688e+04 3.691e+04 ... 2.193e+05 2.193e+05
region (basin) |S21 dask.array<chunksize=(3,), meta=np.ndarray>
* lev (lev) float64 0.0 10.0 20.0 30.0 ... 5e+03 5.25e+03 5.5e+03
* lat (lat) float64 -79.49 -78.95 -78.42 -77.88 ... 88.95 89.47 90.0
Dimensions without coordinates: basin, bnds
Data variables:
time_bnds (time, bnds) float64 dask.array<chunksize=(3000, 2), meta=np.ndarray>
lev_bnds (time, lev, bnds) float64 dask.array<chunksize=(3000, 61, 2), meta=np.ndarray>
lat_bnds (time, lat, bnds) float64 dask.array<chunksize=(3000, 395, 2), meta=np.ndarray>
msftmyz (time, basin, lev, lat) float32 dask.array<chunksize=(3000, 3, 61, 395), meta=np.ndarray>
Attributes:
institution: NSF/DOE NCAR (National Center for Atmospher...
institute_id: NSF-DOE-NCAR
experiment_id: piControl
source: CESM1-BGC
model_id: CESM1-BGC
forcing: Sl GHG SS Ds SD BC MD OC Oz AA (all fixed a...
parent_experiment_id: N/A
parent_experiment_rip: N/A
branch_time: 0.0
contact: cesm_data@ucar.edu
comment: CESM home page: http://www.cesm.ucar.edu
references: Lindsay K., et al.: Preindustrial Control a...
initialization_method: 1
physics_version: 1
tracking_id: d7949eb2-ca25-4169-9937-8d71c042a60a
acknowledgements: The CESM project is supported by the Nation...
cesm_casename: b40.prescribed_carb.001
cesm_repotag: unknown
cesm_compset: unknown
resolution: f09_g16 (0.9x1.25_gx1v6)
forcing_note: Additional information on the external forc...
processed_by: strandwg on mirage4 at 20120619 -220529.714
processing_code_information: Last Changed Rev: 944 Last Changed Date: 20...
product: output
experiment: pre-industrial control
frequency: mon
creation_date: 2012-06-20T04:05:58Z
history: 2012-06-20T04:05:58Z CMOR rewrote data to c...
Conventions: CF-1.4
project_id: CMIP5
table_id: Table Omon (12 January 2012) 980e0aeb02de42...
title: CESM1-BGC model output prepared for CMIP5 p...
parent_experiment: N/A
modeling_realm: ocean
realization: 1
cmor_version: 2.8.1xarray.Dataset
- basin: 3
- bnds: 2
- lat: 395
- lev: 61
- time: 6000
- time(time)float643.688e+04 3.691e+04 ... 2.193e+05
- bounds :
- time_bnds
- units :
- days since 0000-01-01 00:00:00
- calendar :
- noleap
- axis :
- T
- long_name :
- time
- standard_name :
- time
array([ 36880.5, 36910. , 36939.5, ..., 219288.5, 219319. , 219349.5])
- region(basin)|S21dask.array<chunksize=(3,), meta=np.ndarray>
- long_name :
- ocean basin
- standard_name :
- region
Array Chunk Bytes 63 B 63 B Shape (3,) (3,) Count 5 Tasks 1 Chunks Type |S21 numpy.ndarray - lev(lev)float640.0 10.0 20.0 ... 5.25e+03 5.5e+03
- bounds :
- lev_bnds
- units :
- m
- axis :
- Z
- positive :
- down
- long_name :
- ocean depth coordinate
- standard_name :
- depth
array([ 0. , 10. , 20. , 30. , 40. , 50. , 60. , 70. , 80. , 90. , 100. , 110. , 120. , 130. , 140. , 150. , 160. , 170.196793, 180.761307, 191.821182, 203.499298, 215.923401, 229.233093, 243.584488, 259.155792, 276.152588, 294.814697, 315.423676, 338.312286, 363.874664, 392.580505, 424.988892, 461.766602, 503.706909, 551.749084, 606.996704, 670.728577, 744.397949, 829.606995, 928.043518, 1041.36792 , 1171.039917, 1318.093994, 1482.900879, 1664.991943, 1863.014038, 2074.874023, 2298.039062, 2529.904053, 2768.098145, 3010.670898, 3256.137939, 3503.448975, 3751.891846, 4001.011719, 4250.524902, 4500.260742, 4750.120117, 5000.046875, 5250.008789, 5499.991211]) - lat(lat)float64-79.49 -78.95 -78.42 ... 89.47 90.0
- bounds :
- lat_bnds
- units :
- degrees_north
- axis :
- Y
- long_name :
- latitude
- standard_name :
- latitude
array([-79.488152, -78.952904, -78.418663, ..., 88.948807, 89.474411, 90. ])
- time_bnds(time, bnds)float64dask.array<chunksize=(3000, 2), meta=np.ndarray>
Array Chunk Bytes 96.00 kB 48.00 kB Shape (6000, 2) (3000, 2) Count 6 Tasks 2 Chunks Type float64 numpy.ndarray - lev_bnds(time, lev, bnds)float64dask.array<chunksize=(3000, 61, 2), meta=np.ndarray>
Array Chunk Bytes 5.86 MB 2.93 MB Shape (6000, 61, 2) (3000, 61, 2) Count 8 Tasks 2 Chunks Type float64 numpy.ndarray - lat_bnds(time, lat, bnds)float64dask.array<chunksize=(3000, 395, 2), meta=np.ndarray>
Array Chunk Bytes 37.92 MB 18.96 MB Shape (6000, 395, 2) (3000, 395, 2) Count 8 Tasks 2 Chunks Type float64 numpy.ndarray - msftmyz(time, basin, lev, lat)float32dask.array<chunksize=(3000, 3, 61, 395), meta=np.ndarray>
- standard_name :
- ocean_meridional_overturning_mass_streamfunction
- long_name :
- Ocean Meridional Overturning Mass Streamfunction
- comment :
- MOC converted from Sv to kg s-1, CMIP5_table_comment: differs from CMIP3 because it includes mass.
- units :
- kg s-1
- original_name :
- MOC
- cell_methods :
- time: mean (interval: 30 days) longitude: mean
- history :
- 2012-06-20T04:05:29Z altered by CMOR: replaced missing value flag (9.96921e+36) with standard missing value (1e+20).
- associated_files :
- baseURL: http://cmip-pcmdi.llnl.gov/CMIP5/dataLocation gridspecFile: gridspec_ocean_fx_CESM1-BGC_piControl_r0i0p0.nc
Array Chunk Bytes 1.73 GB 867.42 MB Shape (6000, 3, 61, 395) (3000, 3, 61, 395) 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 :
- piControl
- source :
- CESM1-BGC
- model_id :
- CESM1-BGC
- forcing :
- Sl GHG SS Ds SD BC MD OC Oz AA (all fixed at 1850 values)
- parent_experiment_id :
- N/A
- parent_experiment_rip :
- N/A
- branch_time :
- 0.0
- contact :
- cesm_data@ucar.edu
- comment :
- CESM home page: http://www.cesm.ucar.edu
- references :
- Lindsay K., et al.: Preindustrial Control and 20th Century Experiments with the Earth System Model CESM1-(BGC) (in preparation for Journal of Climate). See also http://www.cesm.ucar.edu/publications
- initialization_method :
- 1
- physics_version :
- 1
- tracking_id :
- d7949eb2-ca25-4169-9937-8d71c042a60a
- 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. Computing resources were provided by the Climate Simulation Laboratory at the NCAR Computational and Information Systems Laboratory (CISL), sponsored by the National Science Foundation and other agencies.
- cesm_casename :
- b40.prescribed_carb.001
- cesm_repotag :
- unknown
- cesm_compset :
- unknown
- 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 mirage4 at 20120619 -220529.714
- processing_code_information :
- Last Changed Rev: 944 Last Changed Date: 2012-06-19 16:46:24 -0600 (Tue, 19 Jun 2012) Repository UUID: d2181dbe-5796-6825-dc7f-cbd98591f93d
- product :
- output
- experiment :
- pre-industrial control
- frequency :
- mon
- creation_date :
- 2012-06-20T04:05:58Z
- history :
- 2012-06-20T04:05:58Z 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-BGC model output prepared for CMIP5 pre-industrial control
- parent_experiment :
- N/A
- modeling_realm :
- ocean
- realization :
- 1
- cmor_version :
- 2.8.1
