Inversions with surface stations ################################# 1. Prepare the data to assimilate ================================= Constraints are put into a CIF monitor file for a set of core stations: .. container:: toggle .. literalinclude:: /python_examples/make_monitor_core_stations.py :language: python 1. Automatically make one job per year ======================================= One job per year is run, based on the following configuration file yml.sed: .. container:: toggle .. literalinclude:: yaml-examples/config_chimere_inv_1Y.yaml.sed :language: yaml To fill-in a .sed file, you may use :bash:`cat` to replace the variables, as illustrated in the script for a job in 2015: .. container:: toggle .. literalinclude:: /python_examples/job_1Y :language: bash 3. Post-processing =================== Post-processing of the results include: a. Maps of fluxes and increments --------------------------------- .. container:: toggle .. container:: header Show/Hide Code .. literalinclude:: /python_examples/maps_fluxes_controlvect.py :language: python b. Time series of mixing ratios and maps of statistical indicators at the stations ----------------------------------------------------------------------------------- Time series of mixing ratios at the stations make it easy to compare the observation, the prior and the analysis (obtained with the posterior emissions). The maps of statistical indicators at the stations show the ratios of the posterior to the prior values of the bias, RMS, correlation for example. .. container:: toggle .. container:: header Show/Hide Code .. literalinclude:: /python_examples/ts_monit_concs.py :language: python c. Yearly emission budgets for various regions ------------------------------------------------ Examples here of regions are EU27+UK, EU27 countries, groups of countries: .. container:: toggle .. container:: header Show/Hide Code .. literalinclude:: /python_examples/sum_per_country_per_year.py :language: python .. Example of region masks built from shape files: d. Time series of emissions for various regions ------------------------------------------------ Examples here of regions are EU27+UK, EU27 countries, groups of countries: .. container:: toggle .. container:: header Show/Hide Code .. literalinclude:: /python_examples/ts_fluxes_controlvect.py :language: python