CCSM4 model output prepared for CMIP5 1 percent per year CO2
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_CCSM4_1pctCO2_r1i1p1.yaml")
ds=cat.netcdf.read()
Metadata
title | CCSM4 model output prepared for CMIP5 1 percent per year CO2 |
location | /shared/cmip5/data/1pctCO2/ocean/mon/Omon/msftmyz/NCAR.CCSM4/r1i1p1 |
tags | gridded,global,model,monthly |
catalog_dir | https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/msftmyz_Omon_CCSM4_1pctCO2_r1i1p1.yaml |
last updated | 2013-05-23 |
Dataset Contents
<xarray.Dataset> Dimensions: (basin: 3, bnds: 2, lat: 395, lev: 61, time: 1872) Coordinates: * time (time) float64 6.753e+05 6.753e+05 ... 7.321e+05 7.322e+05 region (basin) |S21 b'atlantic_arctic_ocean' ... b'global_ocean ... * 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 6.752e+05 6.753e+05 ... 7.322e+05 7.322e+05 lev_bnds (lev, bnds) float64 0.0 5.0 5.0 ... 5.375e+03 5.375e+03 5.625e+03 lat_bnds (lat, bnds) float64 -79.49 -79.22 -79.22 ... 89.74 89.74 90.0 msftmyz (time, basin, lev, lat) float32 ... Attributes: institution: NCAR (National Center for Atmospheric Resea... institute_id: NCAR experiment_id: 1pctCO2 source: CCSM4 model_id: CCSM4 forcing: GHG (CO2 only) parent_experiment_id: piControl parent_experiment_rip: r1i1p1 branch_time: 2.0 contact: cesm_data@ucar.edu comment: CESM home page: http://www.cesm.ucar.edu references: Gent P. R., et.al. 2011: The Community Clim... initialization_method: 1 physics_version: 1 tracking_id: e9d05449-1f3b-4527-9295-c6f96b17ae53 acknowledgements: The CESM project is supported by the Nation... cesm_casename: b40.1850_ramp.track1.1deg.001 cesm_repotag: ccsm4_0_beta31 cesm_compset: B1850TR1CNRM resolution: f09_g16 (0.9x1.25_gx1v6) forcing_note: Additional information on the external forc... processed_by: strandwg on mirage4 at 20120527 -143609.740 processing_code_information: Last Changed Rev: 800 Last Changed Date: 20... product: output experiment: 1 percent per year CO2 frequency: mon creation_date: 2012-05-27T20:36:17Z history: 2012-05-27T20:36:17Z CMOR rewrote data to c... Conventions: CF-1.4 project_id: CMIP5 table_id: Table Omon (12 January 2012) 980e0aeb02de42... title: CCSM4 model output prepared for CMIP5 1 per... parent_experiment: pre-industrial control modeling_realm: ocean realization: 1 cmor_version: 2.8.1
xarray.Dataset
- basin: 3
- bnds: 2
- lat: 395
- lev: 61
- time: 1872
- time(time)float646.753e+05 6.753e+05 ... 7.322e+05
- bounds :
- time_bnds
- units :
- days since 0000-01-01 00:00:00
- calendar :
- noleap
- axis :
- T
- long_name :
- time
- standard_name :
- time
array([675265.5, 675295. , 675324.5, ..., 732113.5, 732144. , 732174.5])
- region(basin)|S21...
- long_name :
- ocean basin
- standard_name :
- region
array([b'atlantic_arctic_ocean', b'indian_pacific_ocean ', b'global_ocean '], dtype='|S21')
- 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)float64...
array([[675250., 675281.], [675281., 675309.], [675309., 675340.], ..., [732098., 732129.], [732129., 732159.], [732159., 732190.]])
- lev_bnds(lev, bnds)float64...
array([[0.000000e+00, 5.000000e+00], [5.000000e+00, 1.500000e+01], [1.500000e+01, 2.500000e+01], [2.500000e+01, 3.500000e+01], [3.500000e+01, 4.500000e+01], [4.500000e+01, 5.500000e+01], [5.500000e+01, 6.500000e+01], [6.500000e+01, 7.500000e+01], [7.500000e+01, 8.500000e+01], [8.500000e+01, 9.500000e+01], [9.500000e+01, 1.050000e+02], [1.050000e+02, 1.150000e+02], [1.150000e+02, 1.250000e+02], [1.250000e+02, 1.350000e+02], [1.350000e+02, 1.450000e+02], [1.450000e+02, 1.550000e+02], [1.550000e+02, 1.650984e+02], [1.650984e+02, 1.754791e+02], [1.754791e+02, 1.862912e+02], [1.862912e+02, 1.976602e+02], [1.976602e+02, 2.097113e+02], [2.097113e+02, 2.225782e+02], [2.225782e+02, 2.364088e+02], [2.364088e+02, 2.513701e+02], [2.513701e+02, 2.676542e+02], [2.676542e+02, 2.854836e+02], [2.854836e+02, 3.051192e+02], [3.051192e+02, 3.268680e+02], [3.268680e+02, 3.510935e+02], [3.510935e+02, 3.782276e+02], [3.782276e+02, 4.087847e+02], [4.087847e+02, 4.433777e+02], [4.433777e+02, 4.827368e+02], [4.827368e+02, 5.277280e+02], [5.277280e+02, 5.793729e+02], [5.793729e+02, 6.388627e+02], [6.388627e+02, 7.075633e+02], [7.075633e+02, 7.870025e+02], [7.870025e+02, 8.788253e+02], [8.788253e+02, 9.847057e+02], [9.847057e+02, 1.106204e+03], [1.106204e+03, 1.244567e+03], [1.244567e+03, 1.400497e+03], [1.400497e+03, 1.573947e+03], [1.573947e+03, 1.764003e+03], [1.764003e+03, 1.968944e+03], [1.968944e+03, 2.186457e+03], [2.186457e+03, 2.413971e+03], [2.413971e+03, 2.649001e+03], [2.649001e+03, 2.889384e+03], [2.889384e+03, 3.133404e+03], [3.133404e+03, 3.379794e+03], [3.379794e+03, 3.627671e+03], [3.627671e+03, 3.876452e+03], [3.876452e+03, 4.125769e+03], [4.125769e+03, 4.375393e+03], [4.375393e+03, 4.625190e+03], [4.625190e+03, 4.875083e+03], [4.875083e+03, 5.125028e+03], [5.125028e+03, 5.375000e+03], [5.375000e+03, 5.624982e+03]])
- lat_bnds(lat, bnds)float64...
array([[-79.488152, -79.220528], [-79.220528, -78.685783], [-78.685783, -78.151535], ..., [ 88.68602 , 89.211609], [ 89.211609, 89.737206], [ 89.737206, 90. ]])
- msftmyz(time, basin, lev, lat)float32...
- 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-05-27T20:36:09Z 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_CCSM4_1pctCO2_r0i0p0.nc
[135317520 values with dtype=float32]
- institution :
- NCAR (National Center for Atmospheric Research) Boulder, CO, USA
- institute_id :
- NCAR
- experiment_id :
- 1pctCO2
- source :
- CCSM4
- model_id :
- CCSM4
- forcing :
- GHG (CO2 only)
- parent_experiment_id :
- piControl
- parent_experiment_rip :
- r1i1p1
- branch_time :
- 2.0
- contact :
- cesm_data@ucar.edu
- comment :
- CESM home page: http://www.cesm.ucar.edu
- references :
- Gent P. R., et.al. 2011: The Community Climate System Model version 4. J. Climate, doi: 10.1175/2011JCLI4083.1
- initialization_method :
- 1
- physics_version :
- 1
- tracking_id :
- e9d05449-1f3b-4527-9295-c6f96b17ae53
- 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.1850_ramp.track1.1deg.001
- cesm_repotag :
- ccsm4_0_beta31
- cesm_compset :
- B1850TR1CNRM
- 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 20120527 -143609.740
- processing_code_information :
- Last Changed Rev: 800 Last Changed Date: 2012-05-27 01:04:34 -0600 (Sun, 27 May 2012) Repository UUID: d2181dbe-5796-6825-dc7f-cbd98591f93d
- product :
- output
- experiment :
- 1 percent per year CO2
- frequency :
- mon
- creation_date :
- 2012-05-27T20:36:17Z
- history :
- 2012-05-27T20:36:17Z 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 :
- CCSM4 model output prepared for CMIP5 1 percent per year CO2
- parent_experiment :
- pre-industrial control
- modeling_realm :
- ocean
- realization :
- 1
- cmor_version :
- 2.8.1