AUTHORS.txt
CHANGELOG.md
CONTRIBUTING.md
LICENSE.txt
MANIFEST.in
README.md
SUPPORT.md
environment.yml
setup.py
docs/Makefile
docs/make.bat
docs/source/About-GCPy.rst
docs/source/Benchmarking.rst
docs/source/Check-GCHP-Emission-Diags.rst
docs/source/Code-Profiling.rst
docs/source/Compare-Diags.rst
docs/source/Getting-Started-with-GCPy.rst
docs/source/Guide-to-Useful-Capabilities.rst
docs/source/Hemco-Examples.rst
docs/source/Hemco-Formatting.rst
docs/source/Install-Conda.rst
docs/source/KPP-Standalone.rst
docs/source/Known-Bugs.rst
docs/source/Matplotlib-Backend.rst
docs/source/ObsPack.rst
docs/source/Plotting.rst
docs/source/Regridding.rst
docs/source/Release-Guide.rst
docs/source/Single-Panel.rst
docs/source/Six-Panel.rst
docs/source/Test-Plot.rst
docs/source/editing_these_docs.rst
docs/source/index.rst
docs/source/_static/images/GEOS-Chem_Logo_Light_Background.png
docs/source/_static/images/budget_table.png
docs/source/_static/images/create_test_plot.png
docs/source/_static/images/emissions_totals.png
docs/source/_static/images/gprofng_functions.png
docs/source/_static/images/inventory_totals.png
docs/source/_static/images/kppsa_plot_sites.png
docs/source/_static/images/kppsa_quick_look.png
docs/source/_static/images/mass_table.png
docs/source/_static/images/single_panel_single_level.png
docs/source/_static/images/single_panel_zonal_mean.png
docs/source/_static/images/six_panel_single_level.png
docs/source/_static/images/six_panel_zonal_mean.png
gcpy/__init__.py
gcpy/_version.py
gcpy/append_grid_corners.py
gcpy/bpch_to_nc_names.yml
gcpy/constants.py
gcpy/cstools.py
gcpy/date_time.py
gcpy/file_regrid.py
gcpy/grid.py
gcpy/grid_stretching_transforms.py
gcpy/raveller_1D.py
gcpy/regrid.py
gcpy/regrid_restart_file.py
gcpy/units.py
gcpy/util.py
gcpy/vgrid_defs.py
gcpy/benchmark/README.md
gcpy/benchmark/__init__.py
gcpy/benchmark/benchmark_slurm.sh
gcpy/benchmark/run_benchmark.py
gcpy/benchmark/cloud/README.md
gcpy/benchmark/cloud/template.1hr_benchmark.yml
gcpy/benchmark/cloud/template.1mo_benchmark.yml
gcpy/benchmark/config/1mo_benchmark.yml
gcpy/benchmark/config/1yr_ch4_benchmark.yml
gcpy/benchmark/config/1yr_fullchem_benchmark.yml
gcpy/benchmark/config/1yr_tt_benchmark.yml
gcpy/benchmark/config/README.md
gcpy/benchmark/modules/GC_72_vertical_levels.csv
gcpy/benchmark/modules/README.md
gcpy/benchmark/modules/__init__.py
gcpy/benchmark/modules/aod_species.yml
gcpy/benchmark/modules/benchmark_categories.yml
gcpy/benchmark/modules/benchmark_drydep.py
gcpy/benchmark/modules/benchmark_funcs.py
gcpy/benchmark/modules/benchmark_gcclassic_stats.py
gcpy/benchmark/modules/benchmark_mass_cons_table.py
gcpy/benchmark/modules/benchmark_models_vs_obs.py
gcpy/benchmark/modules/benchmark_models_vs_sondes.py
gcpy/benchmark/modules/benchmark_scrape_gcclassic_timers.py
gcpy/benchmark/modules/benchmark_scrape_gchp_timers.py
gcpy/benchmark/modules/benchmark_species_changes.py
gcpy/benchmark/modules/benchmark_utils.py
gcpy/benchmark/modules/budget_ox.py
gcpy/benchmark/modules/budget_tt.py
gcpy/benchmark/modules/emission_inventories.yml
gcpy/benchmark/modules/emission_species.yml
gcpy/benchmark/modules/lumped_species.yml
gcpy/benchmark/modules/oh_metrics.py
gcpy/benchmark/modules/run_1yr_fullchem_benchmark.py
gcpy/benchmark/modules/run_1yr_tt_benchmark.py
gcpy/benchmark/modules/ste_flux.py
gcpy/community/README.md
gcpy/community/__init__.py
gcpy/community/create_obspack_coords_file.py
gcpy/community/format_hemco_data.py
gcpy/examples/README.md
gcpy/examples/__init__.py
gcpy/examples/kppsa_visualize.py
gcpy/examples/bpch_to_nc/__init__.py
gcpy/examples/bpch_to_nc/bpch2nc.py
gcpy/examples/bpch_to_nc/bpch_tagco_prodloss_to_nc.py
gcpy/examples/diagnostics/README.md
gcpy/examples/diagnostics/__init__.py
gcpy/examples/diagnostics/check_gchp_emission_diags.py
gcpy/examples/diagnostics/compare_diagnostics.ipynb
gcpy/examples/diagnostics/compare_diags.py
gcpy/examples/diagnostics/compare_diags.yml
gcpy/examples/dry_run/__init__.py
gcpy/examples/dry_run/download_data.py
gcpy/examples/dry_run/download_data.yml
gcpy/examples/grids/display_gcclassic_grid_info.py
gcpy/examples/hemco/.gitignore
gcpy/examples/hemco/__init__.py
gcpy/examples/hemco/format_hemco_demo.py
gcpy/examples/hemco/make_hemco_sa_spec.py
gcpy/examples/hemco/make_mask_file.py
gcpy/examples/plotting/__init__.py
gcpy/examples/plotting/create_test_plot.py
gcpy/examples/plotting/plot_comparisons.py
gcpy/examples/plotting/plot_single_panel.py
gcpy/examples/timeseries/README.txt
gcpy/examples/timeseries/__init__.py
gcpy/examples/timeseries/plot_timeseries.py
gcpy/examples/working_with_files/__init__.py
gcpy/examples/working_with_files/add_blank_var_to_restart_file.py
gcpy/examples/working_with_files/concatenate_files.py
gcpy/examples/working_with_files/insert_field_into_restart_file.py
gcpy/examples/working_with_files/regrid_restart_ll_to_cs.py
gcpy/examples/xarray_examples/__init__.py
gcpy/examples/xarray_examples/xarray_overview.ipynb
gcpy/kpp/__init__.py
gcpy/kpp/kppsa_plot_sites.py
gcpy/kpp/kppsa_quick_look.py
gcpy/kpp/kppsa_utils.py
gcpy/plot/__init__.py
gcpy/plot/compare_single_level.py
gcpy/plot/compare_zonal_mean.py
gcpy/plot/core.py
gcpy/plot/gcpy_plot_style
gcpy/plot/single_panel.py
gcpy/plot/six_plot.py
gcpy/plot/colormaps/WhGrYlRd.txt
gcpy/profile/gprofng_functions.py
gcpy/profile/vtune_compare_hotspots.py
gcpy/profile/vtune_list_hotspots.py
gcpy/profile/vtune_plot_hotspots.py
gcpy/profile/vtune_utils.py
geoschem_gcpy.egg-info/PKG-INFO
geoschem_gcpy.egg-info/SOURCES.txt
geoschem_gcpy.egg-info/dependency_links.txt
geoschem_gcpy.egg-info/requires.txt
geoschem_gcpy.egg-info/top_level.txt