IPSL-CM5A-LR model output prepared for CMIP5 abrupt 4XCO2
Load in Python
from intake import open_catalog
cat = open_catalog("https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/tos_Omon_IPSL-CM5A-LR_abrupt4xCO2_r12i1p1.yaml")
ds=cat.netcdf.read()
        Metadata
| title | IPSL-CM5A-LR model output prepared for CMIP5 abrupt 4XCO2 | 
| location | /shared/cmip5/data/abrupt4xCO2/ocean/mon/Omon/tos/IPSL.IPSL-CM5A-LR/r12i1p1 | 
| tags | gridded,global,model,monthly | 
| catalog_dir | https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/tos_Omon_IPSL-CM5A-LR_abrupt4xCO2_r12i1p1.yaml | 
| last updated | 2017-07-21 | 
Dataset Contents
<xarray.Dataset>
Dimensions:       (bnds: 2, i: 182, j: 149, time: 60, vertices: 4)
Coordinates:
  * time          (time) float64 15.5 46.5 76.0 ... 1.749e+03 1.78e+03 1.81e+03
  * j             (j) int32 1 2 3 4 5 6 7 8 ... 142 143 144 145 146 147 148 149
  * i             (i) int32 1 2 3 4 5 6 7 8 ... 175 176 177 178 179 180 181 182
    lat           (j, i) float32 -78.19058 -78.19058 ... 50.516075 49.978893
    lon           (j, i) float32 78.00004 80.0 81.99996 ... 80.22104 80.0
Dimensions without coordinates: bnds, vertices
Data variables:
    time_bnds     (time, bnds) float64 0.0 31.0 31.0 ... 1.795e+03 1.825e+03
    lat_vertices  (j, i, vertices) float32 ...
    lon_vertices  (j, i, vertices) float32 ...
    tos           (time, j, i) float32 ...
Attributes:
    institution:            IPSL (Institut Pierre Simon Laplace, Paris, France)
    institute_id:           IPSL
    experiment_id:          abrupt4xCO2
    source:                 IPSL-CM5A-LR (2010) : atmos : LMDZ4 (LMDZ4_v5, 96...
    model_id:               IPSL-CM5A-LR
    forcing:                GHG
    parent_experiment_id:   piControl
    parent_experiment_rip:  r1i1p1
    branch_time:            185012.0
    contact:                ipsl-cmip5 _at_ ipsl.jussieu.fr Data manager : Se...
    comment:                This abrupt4xCO2 simulation was initiated from a ...
    references:             Model documentation and further reference availab...
    initialization_method:  1
    physics_version:        1
    tracking_id:            e4fdd215-71d4-4c9e-857f-60966999c54e
    product:                output
    experiment:             abrupt 4XCO2
    frequency:              mon
    creation_date:          2011-11-02T22:25:35Z
    history:                2011-11-02T22:25:35Z CMOR rewrote data to comply ...
    Conventions:            CF-1.4
    project_id:             CMIP5
    table_id:               Table Omon (31 January 2011) d2d6beec2b8fea5bbed3...
    title:                  IPSL-CM5A-LR model output prepared for CMIP5 abru...
    parent_experiment:      pre-industrial control
    modeling_realm:         ocean
    realization:            12
    cmor_version:           2.7.1xarray.Dataset
- bnds: 2
 - i: 182
 - j: 149
 - time: 60
 - vertices: 4
 
- time(time)float6415.5 46.5 ... 1.78e+03 1.81e+03
- bounds :
 - time_bnds
 - units :
 - days since 1850-12-01 00:00:00
 - calendar :
 - noleap
 - axis :
 - T
 - long_name :
 - time
 - standard_name :
 - time
 
array([ 15.5, 46.5, 76. , 105.5, 136. , 166.5, 197. , 227.5, 258.5, 289. , 319.5, 350. , 380.5, 411.5, 441. , 470.5, 501. , 531.5, 562. , 592.5, 623.5, 654. , 684.5, 715. , 745.5, 776.5, 806. , 835.5, 866. , 896.5, 927. , 957.5, 988.5, 1019. , 1049.5, 1080. , 1110.5, 1141.5, 1171. , 1200.5, 1231. , 1261.5, 1292. , 1322.5, 1353.5, 1384. , 1414.5, 1445. , 1475.5, 1506.5, 1536. , 1565.5, 1596. , 1626.5, 1657. , 1687.5, 1718.5, 1749. , 1779.5, 1810. ]) - j(j)int321 2 3 4 5 6 ... 145 146 147 148 149
- 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, 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, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149], dtype=int32) - i(i)int321 2 3 4 5 6 ... 178 179 180 181 182
- 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, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182], dtype=int32) - lat(j, i)float32...
- standard_name :
 - latitude
 - long_name :
 - latitude coordinate
 - units :
 - degrees_north
 - bounds :
 - lat_vertices
 
array([[-78.19058 , -78.19058 , -78.19058 , ..., -78.19058 , -78.19058 , -78.19058 ], [-77.7742 , -77.7742 , -77.7742 , ..., -77.7742 , -77.7742 , -77.7742 ], [-77.34337 , -77.34337 , -77.34337 , ..., -77.34337 , -77.34337 , -77.34337 ], ..., [ 50.516075, 49.978893, 50.516075, ..., 51.189507, 50.516075, 49.978893], [ 50.525455, 50. , 50.525455, ..., 51.19905 , 50.525455, 50. ], [ 50.516075, 49.978893, 50.516075, ..., 51.189507, 50.516075, 49.978893]], dtype=float32) - lon(j, i)float32...
- standard_name :
 - longitude
 - long_name :
 - longitude coordinate
 - units :
 - degrees_east
 - bounds :
 - lon_vertices
 
array([[78.00004, 80. , 81.99996, ..., 76.00008, 78.00004, 80. ], [78.00004, 80. , 81.99996, ..., 76.00008, 78.00004, 80. ], [78.00004, 80. , 81.99996, ..., 76.00008, 78.00004, 80. ], ..., [79.77896, 80. , 80.22104, ..., 79.66438, 79.77896, 80. ], [80. , 80. , 80. , ..., 80. , 80. , 80. ], [80.22104, 80. , 79.77896, ..., 80.33562, 80.22104, 80. ]], dtype=float32) 
- time_bnds(time, bnds)float64...
array([[ 0., 31.], [ 31., 62.], [ 62., 90.], [ 90., 121.], [ 121., 151.], [ 151., 182.], [ 182., 212.], [ 212., 243.], [ 243., 274.], [ 274., 304.], [ 304., 335.], [ 335., 365.], [ 365., 396.], [ 396., 427.], [ 427., 455.], [ 455., 486.], [ 486., 516.], [ 516., 547.], [ 547., 577.], [ 577., 608.], [ 608., 639.], [ 639., 669.], [ 669., 700.], [ 700., 730.], [ 730., 761.], [ 761., 792.], [ 792., 820.], [ 820., 851.], [ 851., 881.], [ 881., 912.], [ 912., 942.], [ 942., 973.], [ 973., 1004.], [1004., 1034.], [1034., 1065.], [1065., 1095.], [1095., 1126.], [1126., 1157.], [1157., 1185.], [1185., 1216.], [1216., 1246.], [1246., 1277.], [1277., 1307.], [1307., 1338.], [1338., 1369.], [1369., 1399.], [1399., 1430.], [1430., 1460.], [1460., 1491.], [1491., 1522.], [1522., 1550.], [1550., 1581.], [1581., 1611.], [1611., 1642.], [1642., 1672.], [1672., 1703.], [1703., 1734.], [1734., 1764.], [1764., 1795.], [1795., 1825.]]) - lat_vertices(j, i, vertices)float32...
- units :
 - degrees_north
 
[108472 values with dtype=float32]
 - lon_vertices(j, i, vertices)float32...
- units :
 - degrees_east
 
[108472 values with dtype=float32]
 - tos(time, j, i)float32...
- standard_name :
 - sea_surface_temperature
 - long_name :
 - Sea Surface Temperature
 - comment :
 - "this may differ from ""surface temperature"" in regions of sea ice."
 - units :
 - K
 - original_name :
 - sosstsst
 - original_units :
 - degC
 - history :
 - 2011-11-02T22:25:35Z altered by CMOR: Converted units from 'degC' to 'K'. 2011-11-02T22:25:35Z altered by CMOR: replaced missing value flag (9.96921e+36) with standard missing value (1e+20).
 - cell_methods :
 - time: mean (interval: 30 minutes)
 - cell_measures :
 - area: areacello
 - associated_files :
 - baseURL: http://cmip-pcmdi.llnl.gov/CMIP5/dataLocation gridspecFile: gridspec_ocean_fx_IPSL-CM5A-LR_abrupt4xCO2_r0i0p0.nc areacello: areacello_fx_IPSL-CM5A-LR_abrupt4xCO2_r0i0p0.nc
 
[1627080 values with dtype=float32]
 
- institution :
 - IPSL (Institut Pierre Simon Laplace, Paris, France)
 - institute_id :
 - IPSL
 - experiment_id :
 - abrupt4xCO2
 - source :
 - IPSL-CM5A-LR (2010) : atmos : LMDZ4 (LMDZ4_v5, 96x95x39); ocean : ORCA2 (NEMOV2_3, 2x2L31); seaIce : LIM2 (NEMOV2_3); ocnBgchem : PISCES (NEMOV2_3); land : ORCHIDEE (orchidee_1_9_4_AR5)
 - model_id :
 - IPSL-CM5A-LR
 - forcing :
 - GHG
 - parent_experiment_id :
 - piControl
 - parent_experiment_rip :
 - r1i1p1
 - branch_time :
 - 185012.0
 - contact :
 - ipsl-cmip5 _at_ ipsl.jussieu.fr Data manager : Sebastien Denvil
 - comment :
 - This abrupt4xCO2 simulation was initiated from a preindustrial control simulation when equilibrium was reached.
 - references :
 - Model documentation and further reference available here : http://icmc.ipsl.fr
 - initialization_method :
 - 1
 - physics_version :
 - 1
 - tracking_id :
 - e4fdd215-71d4-4c9e-857f-60966999c54e
 - product :
 - output
 - experiment :
 - abrupt 4XCO2
 - frequency :
 - mon
 - creation_date :
 - 2011-11-02T22:25:35Z
 - history :
 - 2011-11-02T22:25:35Z CMOR rewrote data to comply with CF standards and CMIP5 requirements.
 - Conventions :
 - CF-1.4
 - project_id :
 - CMIP5
 - table_id :
 - Table Omon (31 January 2011) d2d6beec2b8fea5bbed33920a6e08bbe
 - title :
 - IPSL-CM5A-LR model output prepared for CMIP5 abrupt 4XCO2
 - parent_experiment :
 - pre-industrial control
 - modeling_realm :
 - ocean
 - realization :
 - 12
 - cmor_version :
 - 2.7.1
 
