NorESM1-M model output prepared for CMIP5 historical
Load in Python
from intake import open_catalog
cat = open_catalog("https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/tauuo_Omon_NorESM1-M_historical_r3i1p1.yaml")
ds=cat.netcdf.read()Metadata
| title | NorESM1-M model output prepared for CMIP5 historical | 
| location | /shared/cmip5/data/historical/ocean/mon/Omon/tauuo/NCC.NorESM1-M/r3i1p1 | 
| tags | gridded,global,model,monthly | 
| catalog_dir | https://raw.githubusercontent.com/kpegion/COLA-DATASETS-CATALOG/gh-pages/intake-catalogs/tauuo_Omon_NorESM1-M_historical_r3i1p1.yaml | 
| last updated | 2013-05-26 | 
Dataset Contents
<xarray.Dataset>
Dimensions:       (bnds: 2, i: 320, j: 384, time: 1872, vertices: 4)
Coordinates:
  * time          (time) float64 1.827e+04 1.83e+04 ... 7.514e+04 7.517e+04
  * 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 ...
    lon           (j, i) float32 ...
Dimensions without coordinates: bnds, vertices
Data variables:
    time_bnds     (time, bnds) float64 1.825e+04 1.828e+04 ... 7.519e+04
    lat_vertices  (j, i, vertices) float32 ...
    lon_vertices  (j, i, vertices) float32 ...
    tauuo         (time, j, i) float32 ...
Attributes:
    institution:            Norwegian Climate Centre
    institute_id:           NCC
    experiment_id:          historical
    source:                 NorESM1-M 2011  atmosphere: CAM-Oslo (CAM4-Oslo-n...
    model_id:               NorESM1-M
    forcing:                GHG, SA, Oz, Sl, Vl, BC, OC
    parent_experiment_id:   piControl
    parent_experiment_rip:  r1i1p1
    branch_time:            277035.0
    contact:                Please send any requests or bug reports to noresm...
    initialization_method:  1
    physics_version:        1
    tracking_id:            9f9dcdae-4300-4acd-828c-e87584803871
    product:                output
    experiment:             historical
    frequency:              mon
    creation_date:          2011-07-16T23:44:59Z
    history:                2011-07-16T23:44:59Z CMOR rewrote data to comply ...
    Conventions:            CF-1.4
    project_id:             CMIP5
    table_id:               Table Omon (27 April 2011) 340eddd4fd838d90fa9ffe...
    title:                  NorESM1-M model output prepared for CMIP5 historical
    parent_experiment:      pre-industrial control
    modeling_realm:         ocean
    realization:            3
    cmor_version:           2.7.1xarray.Dataset
- bnds: 2
- i: 320
- j: 384
- time: 1872
- vertices: 4
 
- time(time)float641.827e+04 1.83e+04 ... 7.517e+04- bounds :
- time_bnds
- units :
- days since 1800-01-01 00:00
- calendar :
- noleap
- axis :
- T
- long_name :
- time
- standard_name :
- time
 array([18265.5, 18295. , 18324.5, ..., 75113.5, 75144. , 75174.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)float32...- standard_name :
- latitude
- long_name :
- latitude coordinate
- units :
- degrees_north
- bounds :
- lat_vertices
 [122880 values with dtype=float32] 
- lon(j, i)float32...- standard_name :
- longitude
- long_name :
- longitude coordinate
- units :
- degrees_east
- bounds :
- lon_vertices
 [122880 values with dtype=float32] 
 
- time_bnds(time, bnds)float64...array([[18250., 18281.], [18281., 18309.], [18309., 18340.], ..., [75098., 75129.], [75129., 75159.], [75159., 75190.]])
- lat_vertices(j, i, vertices)float32...- units :
- degrees_north
 [491520 values with dtype=float32] 
- lon_vertices(j, i, vertices)float32...- units :
- degrees_east
 [491520 values with dtype=float32] 
- tauuo(time, j, i)float32...- standard_name :
- surface_downward_x_stress
- long_name :
- Surface Downward X Stress
- comment :
- This is the stress on the liquid ocean from overlying atmosphere, sea ice, ice shelf, etc.
- units :
- N m-2
- original_name :
- taux
- cell_methods :
- time: mean area: mean where sea
- history :
- 2011-07-16T23:44:59Z altered by CMOR: replaced missing value flag (1e+20) with standard missing value (1e+20). 2011-07-16T23:44:59Z altered by CMOR: Converted type from 'd' to 'f'.
- associated_files :
- baseURL: http://cmip-pcmdi.llnl.gov/CMIP5/dataLocation gridspecFile: gridspec_ocean_fx_NorESM1-M_historical_r0i0p0.nc
 [230031360 values with dtype=float32] 
 
- institution :
- Norwegian Climate Centre
- institute_id :
- NCC
- experiment_id :
- historical
- source :
- NorESM1-M 2011 atmosphere: CAM-Oslo (CAM4-Oslo-noresm-ver1_cmip5-r112, f19L26); ocean: MICOM (MICOM-noresm-ver1_cmip5-r112, gx1v6L53); sea ice: CICE (CICE4-noresm-ver1_cmip5-r112); land: CLM (CLM4-noresm-ver1_cmip5-r112)
- model_id :
- NorESM1-M
- forcing :
- GHG, SA, Oz, Sl, Vl, BC, OC
- parent_experiment_id :
- piControl
- parent_experiment_rip :
- r1i1p1
- branch_time :
- 277035.0
- contact :
- Please send any requests or bug reports to noresm-ncc@met.no.
- initialization_method :
- 1
- physics_version :
- 1
- tracking_id :
- 9f9dcdae-4300-4acd-828c-e87584803871
- product :
- output
- experiment :
- historical
- frequency :
- mon
- creation_date :
- 2011-07-16T23:44:59Z
- history :
- 2011-07-16T23:44:59Z CMOR rewrote data to comply with CF standards and CMIP5 requirements.
- Conventions :
- CF-1.4
- project_id :
- CMIP5
- table_id :
- Table Omon (27 April 2011) 340eddd4fd838d90fa9ffe1345ecbd73
- title :
- NorESM1-M model output prepared for CMIP5 historical
- parent_experiment :
- pre-industrial control
- modeling_realm :
- ocean
- realization :
- 3
- cmor_version :
- 2.7.1
 
