FGOALS_g2 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/pr_Amon_FGOALS-g2_abrupt4xCO2_r10i1p1.yaml")
ds=cat.netcdf.read()
Metadata
title | FGOALS_g2 model output prepared for CMIP5 abrupt 4XCO2 |
location | /shared/cmip5/data/abrupt4xCO2/atmos/mon/Amon/pr/LASG-CESS.FGOALS-g2/r10i1p1 |
tags | gridded,global,model,monthly |
catalog_dir | https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/pr_Amon_FGOALS-g2_abrupt4xCO2_r10i1p1.yaml |
last updated | 2017-07-24 |
Dataset Contents
<xarray.Dataset> Dimensions: (bnds: 2, lat: 60, lon: 128, time: 72) Coordinates: * time (time) float64 1.968e+05 1.968e+05 ... 1.989e+05 1.989e+05 * lat (lat) float64 -90.0 -83.87 -79.15 -75.17 ... 79.15 83.87 90.0 * lon (lon) float64 0.0 2.812 5.625 8.438 ... 348.8 351.6 354.4 357.2 Dimensions without coordinates: bnds Data variables: time_bnds (time, bnds) float64 1.967e+05 1.968e+05 ... 1.989e+05 1.989e+05 lat_bnds (lat, bnds) float64 -90.0 -86.93 -86.93 ... 86.93 86.93 90.0 lon_bnds (lon, bnds) float64 -1.406 1.406 1.406 ... 355.8 355.8 358.6 pr (time, lat, lon) float32 ... Attributes: institution: IAP (Institute of Atmospheric Physics, Chinese Ac... institute_id: LASG-CESS experiment_id: abrupt4xCO2 source: FGOALS_g2 2011 atmosphere: GAMIL (gamil2, 128x60L... model_id: FGOALS_g2 forcing: GHG (GHG includes quadrupled CO2 only) parent_experiment_id: piControl parent_experiment_rip: r1i1p1 branch_time: 196735.0 contact: Dr. Tianjun ZHOU, Email: zhoutj@lasg.iap.ac.cn history: N/A 2011-12-29T16:47:06Z CMOR rewrote data to com... comment: N/A references: http://www.lasg.ac.cn/FGOALS/CMIP5 initialization_method: 1 physics_version: 1 tracking_id: acab33da-9a4b-4899-bf77-b1a12253c59e product: output experiment: abrupt 4XCO2 frequency: mon creation_date: 2011-12-29T16:47:06Z Conventions: CF-1.4 project_id: CMIP5 table_id: Table Amon (26 July 2011) 976b7fd1d9e1be31dddd28f... title: FGOALS_g2 model output prepared for CMIP5 abrupt ... parent_experiment: pre-industrial control modeling_realm: atmos realization: 10 cmor_version: 2.7.1
xarray.Dataset
- bnds: 2
- lat: 60
- lon: 128
- time: 72
- time(time)float641.968e+05 1.968e+05 ... 1.989e+05
- bounds :
- time_bnds
- units :
- days since 0001-01-01 00:00:00
- calendar :
- noleap
- axis :
- T
- long_name :
- time
- standard_name :
- time
array([196750.5, 196780. , 196809.5, 196840. , 196870.5, 196901. , 196931.5, 196962.5, 196993. , 197023.5, 197054. , 197084.5, 197115.5, 197145. , 197174.5, 197205. , 197235.5, 197266. , 197296.5, 197327.5, 197358. , 197388.5, 197419. , 197449.5, 197480.5, 197510. , 197539.5, 197570. , 197600.5, 197631. , 197661.5, 197692.5, 197723. , 197753.5, 197784. , 197814.5, 197845.5, 197875. , 197904.5, 197935. , 197965.5, 197996. , 198026.5, 198057.5, 198088. , 198118.5, 198149. , 198179.5, 198210.5, 198240. , 198269.5, 198300. , 198330.5, 198361. , 198391.5, 198422.5, 198453. , 198483.5, 198514. , 198544.5, 198575.5, 198605. , 198634.5, 198665. , 198695.5, 198726. , 198756.5, 198787.5, 198818. , 198848.5, 198879. , 198909.5])
- lat(lat)float64-90.0 -83.87 -79.15 ... 83.87 90.0
- bounds :
- lat_bnds
- units :
- degrees_north
- axis :
- Y
- long_name :
- latitude
- standard_name :
- latitude
array([-90. , -83.868546, -79.152817, -75.173576, -71.666023, -68.493942, -65.577606, -62.787354, -59.997021, -57.206631, -54.416199, -51.625732, -48.835239, -46.044727, -43.254196, -40.46365 , -37.673088, -34.882523, -32.091946, -29.301359, -26.510769, -23.720175, -20.929575, -18.138971, -15.348365, -12.557756, -9.767145, -6.976533, -4.185921, -1.395307, 1.395307, 4.185921, 6.976533, 9.767145, 12.557756, 15.348365, 18.138971, 20.929575, 23.720175, 26.510769, 29.301359, 32.091946, 34.882523, 37.673088, 40.46365 , 43.254196, 46.044727, 48.835239, 51.625732, 54.416199, 57.206631, 59.997021, 62.787354, 65.577606, 68.493942, 71.666023, 75.173576, 79.152817, 83.868546, 90. ])
- lon(lon)float640.0 2.812 5.625 ... 354.4 357.2
- bounds :
- lon_bnds
- units :
- degrees_east
- axis :
- X
- long_name :
- longitude
- standard_name :
- longitude
array([ 0. , 2.8125, 5.625 , 8.4375, 11.25 , 14.0625, 16.875 , 19.6875, 22.5 , 25.3125, 28.125 , 30.9375, 33.75 , 36.5625, 39.375 , 42.1875, 45. , 47.8125, 50.625 , 53.4375, 56.25 , 59.0625, 61.875 , 64.6875, 67.5 , 70.3125, 73.125 , 75.9375, 78.75 , 81.5625, 84.375 , 87.1875, 90. , 92.8125, 95.625 , 98.4375, 101.25 , 104.0625, 106.875 , 109.6875, 112.5 , 115.3125, 118.125 , 120.9375, 123.75 , 126.5625, 129.375 , 132.1875, 135. , 137.8125, 140.625 , 143.4375, 146.25 , 149.0625, 151.875 , 154.6875, 157.5 , 160.3125, 163.125 , 165.9375, 168.75 , 171.5625, 174.375 , 177.1875, 180. , 182.8125, 185.625 , 188.4375, 191.25 , 194.0625, 196.875 , 199.6875, 202.5 , 205.3125, 208.125 , 210.9375, 213.75 , 216.5625, 219.375 , 222.1875, 225. , 227.8125, 230.625 , 233.4375, 236.25 , 239.0625, 241.875 , 244.6875, 247.5 , 250.3125, 253.125 , 255.9375, 258.75 , 261.5625, 264.375 , 267.1875, 270. , 272.8125, 275.625 , 278.4375, 281.25 , 284.0625, 286.875 , 289.6875, 292.5 , 295.3125, 298.125 , 300.9375, 303.75 , 306.5625, 309.375 , 312.1875, 315. , 317.8125, 320.625 , 323.4375, 326.25 , 329.0625, 331.875 , 334.6875, 337.5 , 340.3125, 343.125 , 345.9375, 348.75 , 351.5625, 354.375 , 357.1875])
- time_bnds(time, bnds)float64...
array([[196735., 196766.], [196766., 196794.], [196794., 196825.], [196825., 196855.], [196855., 196886.], [196886., 196916.], [196916., 196947.], [196947., 196978.], [196978., 197008.], [197008., 197039.], [197039., 197069.], [197069., 197100.], [197100., 197131.], [197131., 197159.], [197159., 197190.], [197190., 197220.], [197220., 197251.], [197251., 197281.], [197281., 197312.], [197312., 197343.], [197343., 197373.], [197373., 197404.], [197404., 197434.], [197434., 197465.], [197465., 197496.], [197496., 197524.], [197524., 197555.], [197555., 197585.], [197585., 197616.], [197616., 197646.], [197646., 197677.], [197677., 197708.], [197708., 197738.], [197738., 197769.], [197769., 197799.], [197799., 197830.], [197830., 197861.], [197861., 197889.], [197889., 197920.], [197920., 197950.], [197950., 197981.], [197981., 198011.], [198011., 198042.], [198042., 198073.], [198073., 198103.], [198103., 198134.], [198134., 198164.], [198164., 198195.], [198195., 198226.], [198226., 198254.], [198254., 198285.], [198285., 198315.], [198315., 198346.], [198346., 198376.], [198376., 198407.], [198407., 198438.], [198438., 198468.], [198468., 198499.], [198499., 198529.], [198529., 198560.], [198560., 198591.], [198591., 198619.], [198619., 198650.], [198650., 198680.], [198680., 198711.], [198711., 198741.], [198741., 198772.], [198772., 198803.], [198803., 198833.], [198833., 198864.], [198864., 198894.], [198894., 198925.]])
- lat_bnds(lat, bnds)float64...
array([[-90. , -86.934273], [-86.934273, -81.510681], [-81.510681, -77.163193], [-77.163193, -73.4198 ], [-73.4198 , -70.079987], [-70.079987, -67.035774], [-67.035774, -64.18248 ], [-64.18248 , -61.392189], [-61.392189, -58.601826], [-58.601826, -55.811417], [-55.811417, -53.020966], [-53.020966, -50.230484], [-50.230484, -47.439983], [-47.439983, -44.64946 ], [-44.64946 , -41.858925], [-41.858925, -39.068367], [-39.068367, -36.277805], [-36.277805, -33.487236], [-33.487236, -30.696651], [-30.696651, -27.906063], [-27.906063, -25.115471], [-25.115471, -22.324875], [-22.324875, -19.534273], [-19.534273, -16.743668], [-16.743668, -13.95306 ], [-13.95306 , -11.162451], [-11.162451, -8.37184 ], [ -8.37184 , -5.581227], [ -5.581227, -2.790614], [ -2.790614, 0. ], [ 0. , 2.790614], [ 2.790614, 5.581227], [ 5.581227, 8.37184 ], [ 8.37184 , 11.162451], [ 11.162451, 13.95306 ], [ 13.95306 , 16.743668], [ 16.743668, 19.534273], [ 19.534273, 22.324875], [ 22.324875, 25.115471], [ 25.115471, 27.906063], [ 27.906063, 30.696651], [ 30.696651, 33.487236], [ 33.487236, 36.277805], [ 36.277805, 39.068367], [ 39.068367, 41.858925], [ 41.858925, 44.64946 ], [ 44.64946 , 47.439983], [ 47.439983, 50.230484], [ 50.230484, 53.020966], [ 53.020966, 55.811417], [ 55.811417, 58.601826], [ 58.601826, 61.392189], [ 61.392189, 64.18248 ], [ 64.18248 , 67.035774], [ 67.035774, 70.079987], [ 70.079987, 73.4198 ], [ 73.4198 , 77.163193], [ 77.163193, 81.510681], [ 81.510681, 86.934273], [ 86.934273, 90. ]])
- lon_bnds(lon, bnds)float64...
array([[ -1.4062 , 1.4062 ], [ 1.4062 , 4.2188 ], [ 4.2188 , 7.0312 ], ..., [350.156189, 352.968811], [352.968811, 355.781189], [355.781189, 358.593811]])
- pr(time, lat, lon)float32...
- standard_name :
- precipitation_flux
- long_name :
- Precipitation
- comment :
- at surface; includes both liquid and solid phases from all types of clouds (both large-scale and convective)
- units :
- kg m-2 s-1
- history :
- Original Name is PRECT*DENSITY(=1000kg/m3).
- cell_methods :
- time: mean (interval: 20minutes)
- cell_measures :
- area: areacella
- associated_files :
- baseURL: http://cmip-pcmdi.llnl.gov/CMIP5/dataLocation gridspecFile: gridspec_atmos_fx_FGOALS-g2_abrupt4xCO2_r0i0p0.nc areacella: areacella_fx_FGOALS-g2_abrupt4xCO2_r0i0p0.nc
[552960 values with dtype=float32]
- institution :
- IAP (Institute of Atmospheric Physics, Chinese Academy of Sciences, Beijing, China) and THU (Tsinghua University)
- institute_id :
- LASG-CESS
- experiment_id :
- abrupt4xCO2
- source :
- FGOALS_g2 2011 atmosphere: GAMIL (gamil2, 128x60L26); ocean: LICOM (licom2, 360x196L30); ice: CICE (cice4_lasg, 360x196L4); land: CLM (clm3, 128x60)
- model_id :
- FGOALS_g2
- forcing :
- GHG (GHG includes quadrupled CO2 only)
- parent_experiment_id :
- piControl
- parent_experiment_rip :
- r1i1p1
- branch_time :
- 196735.0
- contact :
- Dr. Tianjun ZHOU, Email: zhoutj@lasg.iap.ac.cn
- history :
- N/A 2011-12-29T16:47:06Z CMOR rewrote data to comply with CF standards and CMIP5 requirements.
- comment :
- N/A
- references :
- http://www.lasg.ac.cn/FGOALS/CMIP5
- initialization_method :
- 1
- physics_version :
- 1
- tracking_id :
- acab33da-9a4b-4899-bf77-b1a12253c59e
- product :
- output
- experiment :
- abrupt 4XCO2
- frequency :
- mon
- creation_date :
- 2011-12-29T16:47:06Z
- Conventions :
- CF-1.4
- project_id :
- CMIP5
- table_id :
- Table Amon (26 July 2011) 976b7fd1d9e1be31dddd28f5dc79b7a1
- title :
- FGOALS_g2 model output prepared for CMIP5 abrupt 4XCO2
- parent_experiment :
- pre-industrial control
- modeling_realm :
- atmos
- realization :
- 10
- cmor_version :
- 2.7.1