Notebooks for various GEOS-Chem pre/post processing.
For advanced processing tasks, it is recommended to create several notebooks, each having its own role:
-
The notebook with the suffix
_devis the development/detailled version (it generally includes all source code plus basic testing and plotting) -
The notebooks with the suffix
_run-xxxshould be used to run several processing tasks in production (each of these notebooks should be a copy for each independent run, withxxxreplaced by a specific run name). -
Any additional notebooks can be created with suffixes like
_analysis-xxx,_plot-xxx, etc... which depend on specific post-processing or visualization related to a particular run.
Additional folders:
run_scriptscontains the script version of advanced processing tasks (usually called from the_runnotebooks).datacontains several datasets used in run examples.