From d68501b246f9b60d6bb526d4772b5fa8e31d3630 Mon Sep 17 00:00:00 2001 From: Melissa Sulprizio Date: Wed, 27 Mar 2024 13:38:46 -0400 Subject: [PATCH] Remove obsolete options from CH4 menu in geoschem-config.rst In pull request https://github.com/geoschem/geos-chem/pull/2218 several options were retired from the CH4 menu in geoschem_config.rc. These options were removed in favor of handling emissions perturbations and scale factors directly in HEMCO_Config.rc. Signed-off-by: Melissa Sulprizio --- CHANGELOG.md | 1 + .../gcclassic-user-guide/geoschem-config.rst | 43 ------------------- 2 files changed, 1 insertion(+), 43 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9164e8..0b813cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Changed - Now use short submodule names (i.e. without the full path) in `.gitmodules` +- Remove obsolete CH4 menu options from config file documentation ## [14.3.0] - 2024-02-07 ### Changed diff --git a/docs/source/gcclassic-user-guide/geoschem-config.rst b/docs/source/gcclassic-user-guide/geoschem-config.rst index d8ecb37..23a78b8 100644 --- a/docs/source/gcclassic-user-guide/geoschem-config.rst +++ b/docs/source/gcclassic-user-guide/geoschem-config.rst @@ -1609,52 +1609,9 @@ the inversion parameters that you specify. # ... preceding sub-sections omitted ... analytical_inversion: - activate: false - emission_perturbation: 1.0 - state_vector_element_number: 0 - use_emission_scale_factor: false - use_OH_scale_factors: false perturb_OH_boundary_conditions: false CH4_boundary_condition_ppb_increase_NSEW: [0.0, 0.0, 0.0, 0.0] -.. option:: activate - - Activates (:literal:`true`) or deactivates (:literal:`false`) the - analytical inversion. - - Default value: :literal:`false` - -.. option:: emission perturbation - - Specifies a unitless factor by which emissions for this state - vector element will be perturbed. - - Default value: :literal:`1.0` (no perturbation) - -.. option:: state_vector_element_number - - Specifies the element of the state vector corresponding to this - simulation. - - Default value: :literal:`0` - -.. option:: use_emission_scale_factor - - Activates (:literal:`true`) or deactivates (:literal:`false`) - scaling methane emissions by a fixed factor. This scale factor is - specified in the :ref:`HEMCO_Config.rc ` file. - - Default value: :literal:`false` - -.. option:: use_oh_scale_factors - - Activates (:literal:`true`) or deactivates (:literal:`false`) - perturbation of OH in analytical inversions of methane. The OH - scale factors are specified in the :literal:`OH_SF` entry of - :ref:`HEMCO_Config.rc ` file. - - Default value: :literal:`false` - .. option:: perturb_CH4_boundary_conditions Activates (:literal:`true`) or deactivatees (:literal:`false`)