In [1]:
from pygchem.datafield_backends import iris_backend

In [2]:
%cd /home/benbovy/Aldebaran/ScientificResearch/geoschem/


/mnt/hgfs/Aldebaran/ScientificResearch/geoschem

Load HEMCO Data


In [3]:
%cd /home/benbovy/Aldebaran/ScientificResearch/geoschem/data/ExtData/HEMCO/


/mnt/hgfs/Aldebaran/ScientificResearch/geoschem/data/ExtData/HEMCO

In [4]:
megan_test = iris_backend.load('MEGAN/v2014-07/MEGAN_PFT.nc')
print megan_test


0: Broadleef trees / (m2/m2)           (time: 1; latitude: 181; longitude: 360)
1: Crops / (m2/m2)                     (time: 1; latitude: 181; longitude: 360)
2: Shrubs / (m2/m2)                    (time: 1; latitude: 181; longitude: 360)
3: Needleleaf trees / (m2/m2)          (time: 1; latitude: 181; longitude: 360)
4: Grasses / (m2/m2)                   (time: 1; latitude: 181; longitude: 360)

In [5]:
crops = megan_test[1]
print crops


Crops / (m2/m2)                     (time: 1; latitude: 181; longitude: 360)
     Dimension coordinates:
          time                           x            -               -
          latitude                       -            x               -
          longitude                      -            -               x
     Attributes:
          Conventions: COARDS
          Format: netCDF-3
          History: Initial version
          Title: Field generated by ncdf_util.F

In [6]:
annual_scalars = iris_backend.load('AnnualScalar/v2014-07/NOx-AnnualScalar.geos.1x1.nc')
print annual_scalars


0: Emission ratios for NOx / (unknown) (time: 18; latitude: 181; -- : 360)
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'NOXscalar' invalid units 'unitless'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1357: UserWarning: Failed to create 'lon' dimension coordinate: The points array must be strictly monotonic.
Gracefully creating 'lon' auxiliary coordinate instead.
  error=e_msg))

In [7]:
print annual_scalars[0]


Emission ratios for NOx / (unknown) (time: 18; latitude: 181; -- : 360)
     Dimension coordinates:
          time                           x             -         -
          latitude                       -             x         -
     Auxiliary coordinates:
          longitude                      -             -         x
     Attributes:
          CDI: Climate Data Interface version 1.5.5 (http://code.zmaw.de/projects/cdi...
          CDO: Climate Data Operators version 1.5.5 (http://code.zmaw.de/projects/cdo...
          Conventions: COARDS
          Delta_Lat: 1.0
          Delta_Lon: 1.0
          Delta_Time: 240000
          End_Date: 19860101
          End_Time: 0
          Grid: GEOS_1x1
          Model: GEOS3
          NLayers: 48
          Start_Date: 19850101
          Start_Time: 0
          Title: COARDS/netCDF file created by BPCH2COARDS (GAMAP v2-03+)
          gamap_category: RATIO_2D
          history: Thu Jul 05 16:55:10 2012: cdo chname,RATIO_2D__NOxrat,NOXscalar NOx_AnnualScalar.geos.1x1.nc...
          invalid_units: unitless

In [8]:
strat = iris_backend.load('STRAT/gmi.clim.CH3I.geos5.4x5.nc')
print strat


0: CH3I loss frequency / (s^-1)        (-- : 12; generic: 72; latitude: 46; longitude: 72)
1: CH3I production rate / (unknown)    (-- : 12; generic: 72; latitude: 46; longitude: 72)
2: species / (unknown)                 (-- : 12; generic: 72; latitude: 46; longitude: 72)
3: month / (month)                     (-- : 12)
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'lev' invalid units 'level'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'time' invalid units 'day as %Y%m%d.%f'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1357: UserWarning: Failed to create 'time' dimension coordinate: The points array must be strictly monotonic.
Gracefully creating 'time' auxiliary coordinate instead.
  error=e_msg))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'prod' invalid units 'v/v/s'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'species' invalid units 'v/v'
  warnings.warn(msg.format(msg_name, msg_units))

In [9]:
print strat[0]


CH3I loss frequency / (s^-1)        (-- : 12; generic: 72; latitude: 46; longitude: 72)
     Dimension coordinates:
          generic                       -            x             -              -
          latitude                      -            -             x              -
          longitude                     -            -             -              x
     Auxiliary coordinates:
          time                          x            -             -              -
     Attributes:
          CDI: Climate Data Interface version 1.5.5 (http://code.zmaw.de/projects/cdi...
          CDO: Climate Data Operators version 1.5.5 (http://code.zmaw.de/projects/cdo...
          Conventions: CF-1.4
          history: Wed Mar 06 21:44:04 2013: cdo merge geos5loss.nc geos5month.nc geos5prod.nc...

In [10]:
paranox = iris_backend.load('PARANOX/v2014-07/ship_plume_lut_02ms.nc')
print paranox


0: net O3 production efficiency integrated over 5h / (unknown) (ambient NOx mixing ratio: 5; J(OH)/J(NO2): 4; solar elevation angle after 5 hr: 12; solar elevation angle at emission time: 12; ambient O3 mixing ratio: 4; NO2 photolysis rate: 4; temperature: 4)
1: fraction of ship NOx remaining as NOx after 5h / (mol/mol) (ambient NOx mixing ratio: 5; J(OH)/J(NO2): 4; solar elevation angle after 5 hr: 12; solar elevation angle at emission time: 12; ambient O3 mixing ratio: 4; NO2 photolysis rate: 4; temperature: 4)
2: CH4 oxidation efficiency integrated over 5h / (unknown) (ambient NOx mixing ratio: 5; J(OH)/J(NO2): 4; solar elevation angle after 5 hr: 12; solar elevation angle at emission time: 12; ambient O3 mixing ratio: 4; NO2 photolysis rate: 4; temperature: 4)
3: fraction of ship NOx deposited after 5h / (mol/mol) (ambient NOx mixing ratio: 5; J(OH)/J(NO2): 4; solar elevation angle after 5 hr: 12; solar elevation angle at emission time: 12; ambient O3 mixing ratio: 4; NO2 photolysis rate: 4; temperature: 4)
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'OPE' invalid units 'mol(O3)/mol(HNO3)'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'MOE' invalid units 'mol(CH4)/mol(NOx)'
  warnings.warn(msg.format(msg_name, msg_units))

In [11]:
print paranox[0]


net O3 production efficiency integrated over 5h / (unknown) (ambient NOx mixing ratio: 5; J(OH)/J(NO2): 4; solar elevation angle after 5 hr: 12; solar elevation angle at emission time: 12; ambient O3 mixing ratio: 4; NO2 photolysis rate: 4; temperature: 4)
     Dimension coordinates:
          ambient NOx mixing ratio                                                   x                -                                    -                                           -                            -                       -               -
          J(OH)/J(NO2)                                                               -                x                                    -                                           -                            -                       -               -
          solar elevation angle after 5 hr                                           -                -                                    x                                           -                            -                       -               -
          solar elevation angle at emission time                                     -                -                                    -                                           x                            -                       -               -
          ambient O3 mixing ratio                                                    -                -                                    -                                           -                            x                       -               -
          NO2 photolysis rate                                                        -                -                                    -                                           -                            -                       x               -
          temperature                                                                -                -                                    -                                           -                            -                       -               x
     Attributes:
          AUTHOR: Geert Vinken and Christopher Holmes
          CH4: 1800
          Conventions: COARDS/CF
          DESCRIPTION: Look-up tables for 5-hr plume evolution derived from PARANOX model with...
          ENOX: 20.0
          History: Fri Jun  6 16:27:25 2014: Created by WRITE_GEO_NCDF (IDL) 
          INITIALCONDITIONS: Wind Speed=02 m/s; ship NOx emission rate=20.0g(NO2)/s; CH4=1800 ppb
          WINDSPEED: 2.0
          comment: =[P(O3)-L(O3)]/P(HNO3)
          invalid_units: mol(O3)/mol(HNO3)

1yr Bencmarks v9-02

netCDF files created with GAMAP's BPCH2NC


In [12]:
%cd -
%cd GEOS-Chem-rundirs/1yr_benchmarks/v9-02/v9-02r/geos5/Run0/


/mnt/hgfs/Aldebaran/ScientificResearch/geoschem
/mnt/hgfs/Aldebaran/ScientificResearch/geoschem/GEOS-Chem-rundirs/1yr_benchmarks/v9-02/v9-02r/geos5/Run0

In [13]:
import iris

In [14]:
%timeit iris_backend.load('netcdf/v9-02r-geos5-Run0.20050101.nc', iris.Constraint(name="IJ-AVG-S__O3"))


1 loops, best of 3: 1.07 s per loop

In [15]:
%timeit iris_backend.load('netcdf/v9-02r-geos5-Run0.20050101.nc', iris.Constraint(name="IJ-AVG-S__O3"), callback=iris_backend.fix_bpch2nc)


1 loops, best of 3: 1.78 s per loop

In [16]:
ctm_test = iris_backend.load('netcdf/v9-02r-geos5-Run0.20050101.nc', iris.Constraint(name="IJ-AVG-S__O3"),
                             callback=iris_backend.fix_bpch2nc)

In [17]:
print ctm_test


0: IJ-AVG-S__O3 / (ppbv)               (model_level_number: 47; latitude: 46; longitude: 72)

In [18]:
print ctm_test[0].coord('time')


DimCoord([2005-01-01 00:00:00], bounds=[[2005-01-01 00:00:00, 2005-02-01 00:00:00]], standard_name='time', calendar='standard')

In [19]:
import netCDF4
d = netCDF4.Dataset('netcdf/v9-02r-geos5-Run0.20050101.nc')
tesvar = d.variables['CHEM-L_S__OH']

In [20]:
#tesvar[:]

netCDF files created with GAMAP's BPCH2COARDS


In [21]:
%cd -
%cd GEOS-Chem-rundirs/1yr_benchmarks/v10-01/v10-01c/Run1/


/mnt/hgfs/Aldebaran/ScientificResearch/geoschem
/mnt/hgfs/Aldebaran/ScientificResearch/geoschem/GEOS-Chem-rundirs/1yr_benchmarks/v10-01/v10-01c/Run1

In [22]:
%timeit iris_backend.load('netcdf/v10-01c-geosfp-Run1.20120801.nc', iris.Constraint(name="IJ-AVG-S__O3"), callback=iris_backend.fix_bpch2coards)


/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'OD_MAP_S__HGBC' invalid units 'unitless'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'lev' invalid units 'sigma_level'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'BIOGSRCE__APINE' invalid units 'atoms C/cm2/s'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'ANTHSRCE__C2H6' invalid units 'atoms C/cm2/s'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'ANTHSRCE__C3H8' invalid units 'atoms C/cm2/s'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'BIOGSRCE__OSQT' invalid units 'atoms C/cm2/s'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'ANTHSRCE__MEK' invalid units 'atoms C/cm2/s'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'BIOGSRCE__ACET' invalid units 'atoms C/cm2/s'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'OC_BIOG__ORGC' invalid units 'kgC'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'PL_OC_S__ORGC' invalid units 'kgC'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'BIOBSRCE__OC' invalid units 'atoms C/cm2/s'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'OC_BIOB__ORGC' invalid units 'kgC'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'OD_MAP_S__SASPA' invalid units 'unitless'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'CHEM_L_S__O1D' invalid units 'v/v'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'BXHGHT_S__AVGW' invalid units 'v/v'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'BIOGSRCE__MYRCN' invalid units 'atoms C/cm2/s'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'OD_MAP_S__CLDTOT' invalid units 'unitless'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'BIOGSRCE__PRPE' invalid units 'atoms C/cm2/s'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'IJ_AVG_S__C3H8' invalid units 'ppbC'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'OD_MAP_S__HGOC' invalid units 'unitless'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'IJ_AVG_S__ALK4' invalid units 'ppbC'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'OD_MAP_S__HGSO4' invalid units 'unitless'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'IJ_AVG_S__ISOP' invalid units 'ppbC'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'BIOGSRCE__MONOT' invalid units 'atoms C/cm2/s'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'ACETSRCE__ACETop' invalid units 'atoms C/cm2/s'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'BIOGSRCE__SABIN' invalid units 'atoms C/cm2/s'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'OD_MAP_S__ODSLA' invalid units 'unitless'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'BIOBSRCE__ALD2' invalid units 'atoms C/cm2/s'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'ANTHSRCE__ALK4' invalid units 'atoms C/cm2/s'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'CHEM_L_S__HO2' invalid units 'v/v'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'ACETSRCE__ACETol' invalid units 'atoms C/cm2/s'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'OC_BIOF__ORGC' invalid units 'kgC'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'OD_MAP_S__NDSPA' invalid units 'unitless'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'BIOBSRCE__C2H6' invalid units 'atoms C/cm2/s'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'OD_MAP_S__OPSSa' invalid units 'unitless'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'OD_MAP_S__OPSSc' invalid units 'unitless'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'IJ_AVG_S__ACET' invalid units 'ppbC'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'BIOFSRCE__C3H8' invalid units 'atoms C/cm2/s'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'BIOFSRCE__ACET' invalid units 'atoms C/cm2/s'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'BIOFSRCE__C2H6' invalid units 'atoms C/cm2/s'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'IJ_AVG_S__ALD2' invalid units 'ppbC'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'OD_MAP_S__OPTD' invalid units 'unitless'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'edge' invalid units 'sigma_level'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'OD_MAP_S__HGSSc' invalid units 'unitless'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'OD_MAP_S__HGSSa' invalid units 'unitless'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'BIOFSRCE__ALD2' invalid units 'atoms C/cm2/s'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'BIOBSRCE__SO2' invalid units 'atoms S/cm2/s'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'OD_MAP_S__OPD' invalid units 'unitless'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'IJ_AVG_S__PRPE' invalid units 'ppbC'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'OD_MAP_S__NDSLA' invalid units 'unitless'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'BIOBSRCE__C3H8' invalid units 'atoms C/cm2/s'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'BIOFSRCE__MEK' invalid units 'atoms C/cm2/s'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'OD_MAP_S__OPBC' invalid units 'unitless'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'OD_MAP_S__OPD4' invalid units 'unitless'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'OD_MAP_S__OPD7' invalid units 'unitless'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'OD_MAP_S__OPD6' invalid units 'unitless'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'OD_MAP_S__OPD1' invalid units 'unitless'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'OD_MAP_S__OPD3' invalid units 'unitless'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'OD_MAP_S__OPD2' invalid units 'unitless'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'BIOGSRCE__BPINE' invalid units 'atoms C/cm2/s'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'BIOBSRCE__BC' invalid units 'atoms C/cm2/s'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'BIOGSRCE__BCAR' invalid units 'atoms C/cm2/s'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'BIOGSRCE__CAREN' invalid units 'atoms C/cm2/s'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'BC_BIOF__BLKC' invalid units 'kgC'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'BIOFSRCE__PRPE' invalid units 'atoms C/cm2/s'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'OC_ANTH__ORGC' invalid units 'kgC'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'ACETSRCE__ACETmb' invalid units 'atoms C/cm2/s'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'OD_MAP_S__OPOC' invalid units 'unitless'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'BIOGSRCE__ISOP' invalid units 'atoms C/cm2/s'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'ACETSRCE__ACETbg' invalid units 'atoms C/cm2/s'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'ANTHSRCE__ACET' invalid units 'atoms C/cm2/s'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'BIOGSRCE__OMTP' invalid units 'atoms C/cm2/s'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'BC_ANTH__BLKC' invalid units 'kgC'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'IJ_AVG_S__MEK' invalid units 'ppbC'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'BIOGSRCE__LIMON' invalid units 'atoms C/cm2/s'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'OD_MAP_S__OPD5' invalid units 'unitless'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'BIOBSRCE__MEK' invalid units 'atoms C/cm2/s'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'IJ_AVG_S__C2H6' invalid units 'ppbC'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'PL_BC_S__BLKC' invalid units 'kgC'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'BC_BIOB__BLKC' invalid units 'kgC'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'ACETSRCE__ACETmo' invalid units 'atoms C/cm2/s'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'BIOGSRCE__OCIMN' invalid units 'atoms C/cm2/s'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'ANTHSRCE__PRPE' invalid units 'atoms C/cm2/s'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'BIOGSRCE__MBO' invalid units 'atoms C/cm2/s'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'BIOBSRCE__PRPE' invalid units 'atoms C/cm2/s'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'BIOBSRCE__ACET' invalid units 'atoms C/cm2/s'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'ANTHSRCE__ALD2' invalid units 'atoms C/cm2/s'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'BIOGSRCE__FARN' invalid units 'atoms C/cm2/s'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'OD_MAP_S__OPSO4' invalid units 'unitless'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'BIOBSRCE__ALK4' invalid units 'atoms C/cm2/s'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'CHEM_L_S__O' invalid units 'v/v'
  warnings.warn(msg.format(msg_name, msg_units))
/home/benbovy/PythonEnvs/pygchem_py27_2/lib/python2.7/site-packages/iris/fileformats/_pyke_rules/compiled_krb/fc_rules_cf_fc.py:1195: UserWarning: Ignoring netCDF variable 'BIOFSRCE__ALK4' invalid units 'atoms C/cm2/s'
  warnings.warn(msg.format(msg_name, msg_units))
1 loops, best of 3: 3.92 s per loop

In [23]:
ctm_test2 = iris_backend.load('netcdf/v10-01c-geosfp-Run1.20120801.nc', callback=iris_backend.fix_bpch2coards)

In [24]:
print ctm_test2


0: ACETSRCE__ACETbg / (count/cm2/s)    (latitude: 46; longitude: 72)
1: ACETSRCE__ACETmb / (count/cm2/s)    (latitude: 46; longitude: 72)
2: ACETSRCE__ACETmo / (count/cm2/s)    (latitude: 46; longitude: 72)
3: ACETSRCE__ACETol / (count/cm2/s)    (latitude: 46; longitude: 72)
4: ACETSRCE__ACETop / (count/cm2/s)    (latitude: 46; longitude: 72)
5: ANTHSRCE__ACET / (count/cm2/s)      (latitude: 46; longitude: 72)
6: ANTHSRCE__ALD2 / (count/cm2/s)      (latitude: 46; longitude: 72)
7: ANTHSRCE__ALK4 / (count/cm2/s)      (latitude: 46; longitude: 72)
8: ANTHSRCE__C2H6 / (count/cm2/s)      (latitude: 46; longitude: 72)
9: ANTHSRCE__C3H8 / (count/cm2/s)      (latitude: 46; longitude: 72)
10: ANTHSRCE__CH2O / (molec/cm2/s)      (latitude: 46; longitude: 72)
11: ANTHSRCE__CH4 / (molec/cm2/s)       (latitude: 46; longitude: 72)
12: ANTHSRCE__CO / (molec/cm2/s)        (latitude: 46; longitude: 72)
13: ANTHSRCE__HNO3 / (molec/cm2/s)      (latitude: 46; longitude: 72)
14: ANTHSRCE__MEK / (count/cm2/s)       (latitude: 46; longitude: 72)
15: ANTHSRCE__NO / (molec/cm2/s)        (latitude: 46; longitude: 72)
16: ANTHSRCE__O3 / (molec/cm2/s)        (latitude: 46; longitude: 72)
17: ANTHSRCE__PRPE / (count/cm2/s)      (latitude: 46; longitude: 72)
18: BC_ANTH__BLKC / (kg)                (latitude: 46; longitude: 72)
19: BC_BIOB__BLKC / (kg)                (latitude: 46; longitude: 72)
20: BC_BIOF__BLKC / (kg)                (latitude: 46; longitude: 72)
21: BIOBSRCE__ACET / (count/cm2/s)      (latitude: 46; longitude: 72)
22: BIOBSRCE__ALD2 / (count/cm2/s)      (latitude: 46; longitude: 72)
23: BIOBSRCE__ALK4 / (count/cm2/s)      (latitude: 46; longitude: 72)
24: BIOBSRCE__BC / (count/cm2/s)        (latitude: 46; longitude: 72)
25: BIOBSRCE__C2H6 / (count/cm2/s)      (latitude: 46; longitude: 72)
26: BIOBSRCE__C3H8 / (count/cm2/s)      (latitude: 46; longitude: 72)
27: BIOBSRCE__CH2O / (molec/cm2/s)      (latitude: 46; longitude: 72)
28: BIOBSRCE__CO / (molec/cm2/s)        (latitude: 46; longitude: 72)
29: BIOBSRCE__MEK / (count/cm2/s)       (latitude: 46; longitude: 72)
30: BIOBSRCE__NH3 / (molec/cm2/s)       (latitude: 46; longitude: 72)
31: BIOBSRCE__NO / (molec/cm2/s)        (latitude: 46; longitude: 72)
32: BIOBSRCE__OC / (count/cm2/s)        (latitude: 46; longitude: 72)
33: BIOBSRCE__PRPE / (count/cm2/s)      (latitude: 46; longitude: 72)
34: BIOBSRCE__SO2 / (count/cm2/s)       (latitude: 46; longitude: 72)
35: BIOFSRCE__ACET / (count/cm2/s)      (latitude: 46; longitude: 72)
36: BIOFSRCE__ALD2 / (count/cm2/s)      (latitude: 46; longitude: 72)
37: BIOFSRCE__ALK4 / (count/cm2/s)      (latitude: 46; longitude: 72)
38: BIOFSRCE__C2H6 / (count/cm2/s)      (latitude: 46; longitude: 72)
39: BIOFSRCE__C3H8 / (count/cm2/s)      (latitude: 46; longitude: 72)
40: BIOFSRCE__CH2O / (molec/cm2/s)      (latitude: 46; longitude: 72)
41: BIOFSRCE__CO / (molec/cm2/s)        (latitude: 46; longitude: 72)
42: BIOFSRCE__MEK / (count/cm2/s)       (latitude: 46; longitude: 72)
43: BIOFSRCE__NO / (molec/cm2/s)        (latitude: 46; longitude: 72)
44: BIOFSRCE__PRPE / (count/cm2/s)      (latitude: 46; longitude: 72)
45: BIOGSRCE__ACET / (count/cm2/s)      (latitude: 46; longitude: 72)
46: BIOGSRCE__APINE / (count/cm2/s)     (latitude: 46; longitude: 72)
47: BIOGSRCE__BCAR / (count/cm2/s)      (latitude: 46; longitude: 72)
48: BIOGSRCE__BPINE / (count/cm2/s)     (latitude: 46; longitude: 72)
49: BIOGSRCE__CAREN / (count/cm2/s)     (latitude: 46; longitude: 72)
50: BIOGSRCE__CH2Br2 / (kg/m2/s)        (latitude: 46; longitude: 72)
51: BIOGSRCE__CHBr3 / (kg/m2/s)         (latitude: 46; longitude: 72)
52: BIOGSRCE__FARN / (count/cm2/s)      (latitude: 46; longitude: 72)
53: BIOGSRCE__ISOP / (count/cm2/s)      (latitude: 46; longitude: 72)
54: BIOGSRCE__LIMON / (count/cm2/s)     (latitude: 46; longitude: 72)
55: BIOGSRCE__MBO / (count/cm2/s)       (latitude: 46; longitude: 72)
56: BIOGSRCE__MONOT / (count/cm2/s)     (latitude: 46; longitude: 72)
57: BIOGSRCE__MYRCN / (count/cm2/s)     (latitude: 46; longitude: 72)
58: BIOGSRCE__OCIMN / (count/cm2/s)     (latitude: 46; longitude: 72)
59: BIOGSRCE__OMTP / (count/cm2/s)      (latitude: 46; longitude: 72)
60: BIOGSRCE__OSQT / (count/cm2/s)      (latitude: 46; longitude: 72)
61: BIOGSRCE__PRPE / (count/cm2/s)      (latitude: 46; longitude: 72)
62: BIOGSRCE__SABIN / (count/cm2/s)     (latitude: 46; longitude: 72)
63: BIOGSRCE__SSBr2 / (kg/m2/s)         (latitude: 46; longitude: 72)
64: BXHGHT_S__AD / (kg)                 (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
65: BXHGHT_S__AVGW / (1)                (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
66: BXHGHT_S__BXHEIGHT / (m)            (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
67: BXHGHT_S__N_AIR_ / (molec/m3)       (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
68: CHEM_L_S__HO2 / (1)                 (-- : 59; latitude: 46; longitude: 72)
69: CHEM_L_S__LBRO2H / (molec/cm3)      (-- : 59; latitude: 46; longitude: 72)
70: CHEM_L_S__LBRO2N / (molec/cm3)      (-- : 59; latitude: 46; longitude: 72)
71: CHEM_L_S__O / (1)                   (-- : 59; latitude: 46; longitude: 72)
72: CHEM_L_S__O1D / (1)                 (-- : 59; latitude: 46; longitude: 72)
73: CHEM_L_S__OH / (molec/cm3)          (-- : 59; latitude: 46; longitude: 72)
74: CO__SRCE__COanth / (mol/cm2/s)      (latitude: 46; longitude: 72)
75: CO__SRCE__CObb / (mol/cm2/s)        (latitude: 46; longitude: 72)
76: CO__SRCE__CObf / (mol/cm2/s)        (latitude: 46; longitude: 72)
77: CO__SRCE__COmeth / (mol/cm2/s)      (latitude: 46; longitude: 72)
78: CO__SRCE__COmono / (mol/cm2/s)      (latitude: 46; longitude: 72)
79: DMS_BIOG__DMS / (kg S)              (latitude: 46; longitude: 72)
80: DUSTSRCE__DST1 / (kg)               (latitude: 46; longitude: 72)
81: DUSTSRCE__DST2 / (kg)               (latitude: 46; longitude: 72)
82: DUSTSRCE__DST3 / (kg)               (latitude: 46; longitude: 72)
83: DUSTSRCE__DST4 / (kg)               (latitude: 46; longitude: 72)
84: IJ_AVG_S__ACET / (ppb)              (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
85: IJ_AVG_S__ALD2 / (ppb)              (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
86: IJ_AVG_S__ALK4 / (ppb)              (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
87: IJ_AVG_S__BCPI / (ppbv)             (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
88: IJ_AVG_S__BCPO / (ppbv)             (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
89: IJ_AVG_S__Br / (ppbv)               (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
90: IJ_AVG_S__Br2 / (ppbv)              (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
91: IJ_AVG_S__BrCl / (ppbv)             (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
92: IJ_AVG_S__BrNO2 / (ppbv)            (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
93: IJ_AVG_S__BrNO3 / (ppbv)            (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
94: IJ_AVG_S__BrO / (ppbv)              (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
95: IJ_AVG_S__C2H6 / (ppb)              (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
96: IJ_AVG_S__C3H8 / (ppb)              (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
97: IJ_AVG_S__CCl4 / (ppbv)             (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
98: IJ_AVG_S__CFC11 / (ppbv)            (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
99: IJ_AVG_S__CFC12 / (ppbv)            (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
100: IJ_AVG_S__CFCX / (ppbv)             (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
101: IJ_AVG_S__CH2Br2 / (ppbv)           (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
102: IJ_AVG_S__CH2O / (ppbv)             (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
103: IJ_AVG_S__CH3Br / (ppbv)            (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
104: IJ_AVG_S__CH3CCl3 / (ppbv)          (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
105: IJ_AVG_S__CH3Cl / (ppbv)            (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
106: IJ_AVG_S__CH4 / (ppbv)              (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
107: IJ_AVG_S__CHBr3 / (ppbv)            (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
108: IJ_AVG_S__CO / (ppbv)               (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
109: IJ_AVG_S__Cl / (ppbv)               (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
110: IJ_AVG_S__Cl2 / (ppbv)              (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
111: IJ_AVG_S__Cl2O2 / (ppbv)            (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
112: IJ_AVG_S__ClNO2 / (ppbv)            (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
113: IJ_AVG_S__ClNO3 / (ppbv)            (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
114: IJ_AVG_S__ClO / (ppbv)              (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
115: IJ_AVG_S__ClOO / (ppbv)             (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
116: IJ_AVG_S__DMS / (ppbv)              (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
117: IJ_AVG_S__DST1 / (ppbv)             (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
118: IJ_AVG_S__DST2 / (ppbv)             (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
119: IJ_AVG_S__DST3 / (ppbv)             (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
120: IJ_AVG_S__DST4 / (ppbv)             (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
121: IJ_AVG_S__GLYC / (ppbv)             (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
122: IJ_AVG_S__H1211 / (ppbv)            (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
123: IJ_AVG_S__H1301 / (ppbv)            (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
124: IJ_AVG_S__H2402 / (ppbv)            (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
125: IJ_AVG_S__H2O / (ppbv)              (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
126: IJ_AVG_S__H2O2 / (ppbv)             (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
127: IJ_AVG_S__HAC / (ppbv)              (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
128: IJ_AVG_S__HBr / (ppbv)              (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
129: IJ_AVG_S__HCFC22 / (ppbv)           (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
130: IJ_AVG_S__HCFCX / (ppbv)            (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
131: IJ_AVG_S__HCl / (ppbv)              (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
132: IJ_AVG_S__HNO2 / (ppbv)             (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
133: IJ_AVG_S__HNO3 / (ppbv)             (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
134: IJ_AVG_S__HNO4 / (ppbv)             (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
135: IJ_AVG_S__HOBr / (ppbv)             (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
136: IJ_AVG_S__HOCl / (ppbv)             (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
137: IJ_AVG_S__IEPOX / (ppbv)            (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
138: IJ_AVG_S__ISOP / (ppb)              (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
139: IJ_AVG_S__ISOPN / (ppbv)            (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
140: IJ_AVG_S__MACR / (ppbv)             (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
141: IJ_AVG_S__MAP / (ppbv)              (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
142: IJ_AVG_S__MEK / (ppb)               (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
143: IJ_AVG_S__MMN / (ppbv)              (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
144: IJ_AVG_S__MOBA / (ppbv)             (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
145: IJ_AVG_S__MP / (ppbv)               (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
146: IJ_AVG_S__MPN / (ppbv)              (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
147: IJ_AVG_S__MSA / (ppbv)              (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
148: IJ_AVG_S__MVK / (ppbv)              (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
149: IJ_AVG_S__N2O / (ppbv)              (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
150: IJ_AVG_S__N2O5 / (ppbv)             (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
151: IJ_AVG_S__NH3 / (ppbv)              (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
152: IJ_AVG_S__NH4 / (ppbv)              (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
153: IJ_AVG_S__NIT / (ppbv)              (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
154: IJ_AVG_S__NITs / (ppbv)             (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
155: IJ_AVG_S__NO / (ppbv)               (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
156: IJ_AVG_S__NO2 / (ppbv)              (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
157: IJ_AVG_S__NO3 / (ppbv)              (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
158: IJ_AVG_S__O3 / (ppbv)               (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
159: IJ_AVG_S__OCPI / (ppbv)             (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
160: IJ_AVG_S__OCPO / (ppbv)             (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
161: IJ_AVG_S__OCS / (ppbv)              (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
162: IJ_AVG_S__OClO / (ppbv)             (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
163: IJ_AVG_S__PAN / (ppbv)              (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
164: IJ_AVG_S__PMN / (ppbv)              (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
165: IJ_AVG_S__PPN / (ppbv)              (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
166: IJ_AVG_S__PROPNN / (ppbv)           (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
167: IJ_AVG_S__PRPE / (ppb)              (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
168: IJ_AVG_S__R4N2 / (ppbv)             (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
169: IJ_AVG_S__RCHO / (ppbv)             (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
170: IJ_AVG_S__RIP / (ppbv)              (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
171: IJ_AVG_S__SALA / (ppbv)             (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
172: IJ_AVG_S__SALC / (ppbv)             (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
173: IJ_AVG_S__SO2 / (ppbv)              (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
174: IJ_AVG_S__SO4 / (ppbv)              (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
175: IJ_AVG_S__SO4s / (ppbv)             (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
176: NH3_ANTH__NH3 / (kg)                (latitude: 46; longitude: 72)
177: NH3_BIOB__NH3 / (kg)                (latitude: 46; longitude: 72)
178: NH3_BIOF__NH3 / (kg)                (latitude: 46; longitude: 72)
179: NH3_NATU__NH3 / (kg)                (latitude: 46; longitude: 72)
180: NO_AC_S__NO / (molec/cm2/s)         (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
181: NO_AN_S__NO / (molec/cm2/s)         (-- : 2; latitude: 46; longitude: 72)
182: NO_BIOB__NO / (molec/cm2/s)         (latitude: 46; longitude: 72)
183: NO_BIOF__NO / (molec/cm2/s)         (latitude: 46; longitude: 72)
184: NO_FERT__NO / (molec/cm2/s)         (latitude: 46; longitude: 72)
185: NO_LI_S__NO / (molec/cm2/s)         (-- : 71; latitude: 46; longitude: 72)
186: NO_SOIL__NO / (molec/cm2/s)         (latitude: 46; longitude: 72)
187: OC_ANTH__ORGC / (kg)                (latitude: 46; longitude: 72)
188: OC_BIOB__ORGC / (kg)                (latitude: 46; longitude: 72)
189: OC_BIOF__ORGC / (kg)                (latitude: 46; longitude: 72)
190: OC_BIOG__ORGC / (kg)                (latitude: 46; longitude: 72)
191: OD_MAP_S__CLDTOT / (1)              (-- : 59; latitude: 46; longitude: 72)
192: OD_MAP_S__HGBC / (1)                (-- : 59; latitude: 46; longitude: 72)
193: OD_MAP_S__HGOC / (1)                (-- : 59; latitude: 46; longitude: 72)
194: OD_MAP_S__HGSO4 / (1)               (-- : 59; latitude: 46; longitude: 72)
195: OD_MAP_S__HGSSa / (1)               (-- : 59; latitude: 46; longitude: 72)
196: OD_MAP_S__HGSSc / (1)               (-- : 59; latitude: 46; longitude: 72)
197: OD_MAP_S__NDSLA / (1)               (-- : 59; latitude: 46; longitude: 72)
198: OD_MAP_S__NDSPA / (1)               (-- : 59; latitude: 46; longitude: 72)
199: OD_MAP_S__ODSLA / (1)               (-- : 59; latitude: 46; longitude: 72)
200: OD_MAP_S__ODSPA / (cm2/cm3)         (-- : 59; latitude: 46; longitude: 72)
201: OD_MAP_S__OPBC / (1)                (-- : 59; latitude: 46; longitude: 72)
202: OD_MAP_S__OPD / (1)                 (-- : 59; latitude: 46; longitude: 72)
203: OD_MAP_S__OPD1 / (1)                (-- : 59; latitude: 46; longitude: 72)
204: OD_MAP_S__OPD2 / (1)                (-- : 59; latitude: 46; longitude: 72)
205: OD_MAP_S__OPD3 / (1)                (-- : 59; latitude: 46; longitude: 72)
206: OD_MAP_S__OPD4 / (1)                (-- : 59; latitude: 46; longitude: 72)
207: OD_MAP_S__OPD5 / (1)                (-- : 59; latitude: 46; longitude: 72)
208: OD_MAP_S__OPD6 / (1)                (-- : 59; latitude: 46; longitude: 72)
209: OD_MAP_S__OPD7 / (1)                (-- : 59; latitude: 46; longitude: 72)
210: OD_MAP_S__OPOC / (1)                (-- : 59; latitude: 46; longitude: 72)
211: OD_MAP_S__OPSO4 / (1)               (-- : 59; latitude: 46; longitude: 72)
212: OD_MAP_S__OPSSa / (1)               (-- : 59; latitude: 46; longitude: 72)
213: OD_MAP_S__OPSSc / (1)               (-- : 59; latitude: 46; longitude: 72)
214: OD_MAP_S__OPTD / (1)                (-- : 59; latitude: 46; longitude: 72)
215: OD_MAP_S__SASLA / (cm2/cm3)         (-- : 59; latitude: 46; longitude: 72)
216: OD_MAP_S__SASPA / (1)               (-- : 59; latitude: 46; longitude: 72)
217: OD_MAP_S__SBC / (cm2/cm3)           (-- : 59; latitude: 46; longitude: 72)
218: OD_MAP_S__SD / (cm2/cm3)            (-- : 59; latitude: 46; longitude: 72)
219: OD_MAP_S__SOC / (cm2/cm3)           (-- : 59; latitude: 46; longitude: 72)
220: OD_MAP_S__SSO4 / (cm2/cm3)          (-- : 59; latitude: 46; longitude: 72)
221: OD_MAP_S__SSSa / (cm2/cm3)          (-- : 59; latitude: 46; longitude: 72)
222: OD_MAP_S__SSSc / (cm2/cm3)          (-- : 59; latitude: 46; longitude: 72)
223: PEDGE_S__PSURF / (mb)               (Eta Edges: 73; latitude: 46; longitude: 72)
224: PL_BC_S__BLKC / (kg)                (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
225: PL_OC_S__ORGC / (kg)                (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
226: SALTSRCE__SALA / (kg)               (latitude: 46; longitude: 72)
227: SALTSRCE__SALC / (kg)               (latitude: 46; longitude: 72)
228: SO2_AC_S__SO2 / (kg S)              (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
229: SO2_AN_S__SO2 / (kg S)              (-- : 2; latitude: 46; longitude: 72)
230: SO2_BIOB__SO2 / (kg S)              (latitude: 46; longitude: 72)
231: SO2_BIOF__SO2 / (kg S)              (latitude: 46; longitude: 72)
232: SO2_EV_S__SO2 / (kg S)              (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
233: SO2_NV_S__SO2 / (kg S)              (atmosphere_hybrid_sigma_pressure_coordinate: 72; latitude: 46; longitude: 72)
234: SO2_SHIP__SO2 / (kg S)              (latitude: 46; longitude: 72)
235: SO4_AN_S__SO4 / (kg S)              (-- : 2; latitude: 46; longitude: 72)
236: SO4_BIOF__SO4 / (kg S)              (latitude: 46; longitude: 72)

In [25]:
tcoord = ctm_test2[0].coord('time')

In [26]:
print tcoord


DimCoord([2012-08-01 00:00:00], bounds=[[2012-08-01 00:00:00, 2012-09-01 00:00:00]], standard_name='time', calendar=u'gregorian', long_name=u'Time', var_name='time')

In [26]: