diff --git a/da/analysis/map_to_tc.pickle b/da/analysis/map_to_tc.pickle new file mode 100644 index 0000000000000000000000000000000000000000..ccea75a3084680e9e29f56401cee418c6c991ee8 Binary files /dev/null and b/da/analysis/map_to_tc.pickle differ diff --git a/da/analysis/mysettings.py b/da/analysis/mysettings.py deleted file mode 100755 index 8439f319154e570f9ccf4d530c0fe7006c31fc34..0000000000000000000000000000000000000000 --- a/da/analysis/mysettings.py +++ /dev/null @@ -1,214 +0,0 @@ -#!/usr/bin/env python -# mysettings.py - -""" -.. module:: mysettings -.. moduleauthor:: Wouter Peters - -Revision History: -File created on 06 Sep 2010. - -""" -import os -import sys -sys.path.append('../../') -import da.tools.rc as rc -from matplotlib.font_manager import FontProperties - -homedir=os.environ["HOME"] -username=os.environ["USER"] -boilerplatedir='/ct/tools/shared/boilerplate' -try: - rcinfo=rc.read('../../da/analysis/mysettings.rc') -except: - rcinfo={} - -ct_inputdir='' -ct_outputdir='' -ct_pylibdir='' -ct_version='' -ct_dir_scheme='wouter' -unicodefontfilename=None - -if rcinfo.has_key('carbontracker.std.inputdir'): ct_inputdir=rcinfo['carbontracker.std.inputdir'] -if rcinfo.has_key('carbontracker.std.outputdir'): ct_outputdir=rcinfo['carbontracker.std.outputdir'] -if rcinfo.has_key('ct.shared.dir'): ctshareddir=rcinfo['ct.shared.dir'] -if rcinfo.has_key('python.std.libdir'): pylibdir=rcinfo['python.std.libdir'] -if rcinfo.has_key('unicodefont'): unicodefontfilename=rcinfo['unicodefont'] -if rcinfo.has_key('carbontracker.version'): ct_version=rcinfo['carbontracker.version'] -if rcinfo.has_key('carbontracker.dir.scheme'): ct_dir_scheme=rcinfo['carbontracker.dir.scheme'] -if not os.path.exists(boilerplatedir): - if rcinfo.has_key('boilerplate.dir'): boilerplatedir=rcinfo['boilerplate.dir'] - -unicodefont=FontProperties(fname=unicodefontfilename) - -standard_variables = { 'bio_flux_prior' : {'name' : 'bio_flux_prior',\ - 'units' : 'mol m-2 s-1' ,\ - 'long_name' : 'Surface flux of carbon dioxide, terrestrial vegetation, not optimized ', \ - 'comment' : 'time-interval average, centered on times in the date axis', \ - 'standard_name' : 'surface_carbon_dioxide_mole_flux', \ - 'dims' : (), \ - 'values' : [], \ - 'count' : 0 \ - } , \ - 'bio_flux_opt' : {'name' : 'bio_flux_opt',\ - 'units' : 'mol m-2 s-1' ,\ - 'long_name' : 'Surface flux of carbon dioxide, terrestrial biosphere , optimized ', \ - 'comment' : 'time-interval average, centered on times in the date axis', \ - 'standard_name' : 'surface_carbon_dioxide_mole_flux', \ - 'dims' : (), \ - 'values' : [], \ - 'count' : 0 \ - } , \ - 'ocn_flux_prior' : {'name' : 'ocn_flux_prior',\ - 'units' : 'mol m-2 s-1' ,\ - 'long_name' : 'Surface flux of carbon dioxide, open ocean , not optimized ', \ - 'comment' : 'time-interval average, centered on times in the date axis', \ - 'standard_name' : 'surface_carbon_dioxide_mole_flux', \ - 'dims' : (), \ - 'values' : [], \ - 'count' : 0 \ - } , \ - 'ocn_flux_opt' : {'name' : 'ocn_flux_opt',\ - 'units' : 'mol m-2 s-1' ,\ - 'long_name' : 'Surface flux of carbon dioxide, open ocean , optimized ', \ - 'comment' : 'time-interval average, centered on times in the date axis', \ - 'standard_name' : 'surface_carbon_dioxide_mole_flux', \ - 'dims' : (), \ - 'values' : [], \ - 'count' : 0 \ - } , \ - 'fossil_flux_imp' : {'name' : 'fossil_flux_imp',\ - 'units' : 'mol m-2 s-1' ,\ - 'long_name' : 'Surface flux of carbon dioxide, fossil fuel burning , imposed ', \ - 'comment' : 'time-interval average, centered on times in the date axis', \ - 'standard_name' : 'surface_carbon_dioxide_mole_flux', \ - 'dims' : (), \ - 'values' : [], \ - 'count' : 0 \ - } , \ - 'fire_flux_imp' : {'name' : 'fire_flux_imp',\ - 'units' : 'mol m-2 s-1' ,\ - 'long_name' : 'Surface flux of carbon dioxide, biomass burning , imposed ', \ - 'comment' : 'time-interval average, centered on times in the date axis', \ - 'standard_name' : 'surface_carbon_dioxide_mole_flux', \ - 'dims' : (), \ - 'values' : [], \ - 'count' : 0 \ - } , \ - 'bio_flux_prior_cov' : {'name' : 'bio_flux_prior_cov',\ - 'units' : 'mol2 region-2 s-2' ,\ - 'long_name' : 'Covariance of surface flux of carbon dioxide, terrestrial vegetation , not optimized ', \ - 'comment' : 'time-interval average, centered on times in the date axis', \ - 'standard_name' : '', \ - 'dims' : (), \ - 'values' : [], \ - 'count' : 0 \ - } , \ - 'bio_flux_opt_cov' : {'name' : 'bio_flux_opt_cov',\ - 'units' : 'mol2 region-2 s-2' ,\ - 'long_name' : 'Covariance of surface flux of carbon dioxide, terrestrial vegetation , optimized ', \ - 'comment' : 'time-interval average, centered on times in the date axis', \ - 'standard_name' : '', \ - 'dims' : (), \ - 'values' : [], \ - 'count' : 0 \ - } , \ - 'ocn_flux_prior_cov' : {'name' : 'ocn_flux_prior_cov',\ - 'units' : 'mol2 region-2 s-2' ,\ - 'long_name' : 'Covariance of surface flux of carbon dioxide, open ocean , not optimized ', \ - 'comment' : 'time-interval average, centered on times in the date axis', \ - 'standard_name' : '', \ - 'dims' : (), \ - 'values' : [], \ - 'count' : 0 \ - } , \ - 'ocn_flux_opt_cov' : {'name' : 'ocn_flux_opt_cov',\ - 'units' : 'mol2 region-2 s-2' ,\ - 'long_name' : 'Covariance of surface flux of carbon dioxide, open ocean , optimized ', \ - 'comment' : 'time-interval average, centered on times in the date axis', \ - 'standard_name' : '', \ - 'dims' : (), \ - 'values' : [], \ - 'count' : 0 \ - } , \ - 'decimal_date' : {'name' : 'decimal_date',\ - 'units' : 'years' ,\ - 'long_name' : 'dates and times', \ - 'comment' : 'time-interval average, centered on times in the date axis', \ - 'standard_name' : 'date', \ - 'dims' : (), \ - 'dtype' : 'double', \ - 'values' : [], \ - 'count' : 0 \ - } , \ - 'date' : {'name' : 'date',\ - 'units' : 'days since 2000-01-01 00:00:00 UTC' ,\ - 'long_name' : 'UTC dates and times', \ - 'comment' : 'time-interval average, centered on times in the date axis', \ - 'standard_name' : 'date', \ - 'dims' : (), \ - 'dtype' : 'double', \ - 'values' : [], \ - 'count' : 0 \ - } , \ - 'idate' : {'name' : 'idate',\ - 'units' : 'yyyy MM dd hh mm ss ' ,\ - 'long_name' : 'integer components of date and time', \ - 'standard_name' : 'calendar_components', \ - 'comment' : 'time-interval average, centered on times in the date axis', \ - 'dims' : (), \ - 'dtype' : 'int', \ - 'values' : [], \ - 'count' : 0 \ - } , \ - 'latitude' : {'name' : 'latitude',\ - 'units' : 'degrees_north ' ,\ - 'long_name' : 'latitude', \ - 'standard_name' : 'latitude', \ - 'comment' : 'center of interval',\ - 'dims' : (), \ - 'values' : [], \ - 'count' : 0 \ - } , \ - 'longitude' : {'name' : 'longitude',\ - 'units' : 'degrees_east ' ,\ - 'long_name' : 'longitude', \ - 'standard_name' : 'longitude', \ - 'comment' : 'center of interval',\ - 'dims' : (), \ - 'values' : [], \ - 'count' : 0 \ - } , \ - 'height' : {'name' : 'height',\ - 'units' : 'masl ' ,\ - 'long_name' : 'height_above_ground_level', \ - 'standard_name' : 'height_above_ground_level', \ - 'comment' : 'value is meters above sea level',\ - 'dims' : (), \ - 'values' : [], \ - 'count' : 0 \ - } , \ - 'co2' : {'name' : 'co2',\ - 'units' : 'micromol mol-1 ' ,\ - 'long_name' : 'mole_fraction_of_carbon_dioxide_in_air', \ - 'standard_name' : 'mole_fraction_of_carbon_dioxide_in_air', \ - 'comment' : '',\ - 'dims' : (), \ - 'values' : [], \ - 'count' : 0 \ - } , \ - 'unknown' : {'name' : '',\ - 'units' : '' ,\ - 'long_name' : '', \ - 'standard_name' : '', \ - 'comment' : '',\ - 'dims' : (), \ - 'values' : [], \ - 'count' : 0 \ - } , \ - } - - - - diff --git a/da/analysis/tc_land11_oif30.hdf b/da/analysis/tc_land11_oif30.hdf new file mode 100644 index 0000000000000000000000000000000000000000..dc79019abb10abc403fa5850c06e05418f03401b Binary files /dev/null and b/da/analysis/tc_land11_oif30.hdf differ