Skip to content

Commit

Permalink
Remove reference to BPCH_DIAG in the ReadTheDocs documentation
Browse files Browse the repository at this point in the history
docs/source/gcclassic-user-guide/compile-cmake.rst
- Removed references to the BPCH_DIAG compilation option, which has
  now been removed.

CHANGELOG.md
- Updated accordingly

Signed-off-by: Bob Yantosca <[email protected]>
  • Loading branch information
yantosca committed Feb 27, 2024
1 parent 3fb76b2 commit 906138b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 23 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased] -- TBD
### Removed
- `BPCH_DIAG` configuration option
- `BPCH_DIAG` configuration option and related ReadTheDocs documentation

## [14.3.0] - 2024-02-07
### Changed
Expand Down
21 changes: 0 additions & 21 deletions docs/source/gcclassic-user-guide/compile-cmake.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ generate output similar to this:
-- Found OpenMP: TRUE (found version "4.5")
-- General settings:
* MECH: **fullchem** carbon Hg custom
* BPCH_DIAG: **ON** OFF
* USE_REAL8: **ON** OFF
* SANITIZE: ON **OFF**
-- Components:
Expand Down Expand Up @@ -276,26 +275,6 @@ options, unless you explicitly specify otherwise.

Use 40 size-resolved bins with TOMAS simulations.

.. option:: BPCH_DIAG

Toggles the legacy binary punch diagnostics on.

.. attention::

This option is deprecated and will be removed soon. Most
binary-punch format diagnostics have been replaced by
:ref:`netCDF-based History diagnostics <history-diagnostics>`.

Accepted values are:

.. option:: y

Activate legacy binary-punch diagnostics.

.. option:: n

Deactivate legacy binary-punch diagnostics. **(Default option)**

.. option:: APM

Configures GEOS-Chem to use the `APM microphysics package
Expand Down
2 changes: 1 addition & 1 deletion docs/source/geos-chem-shared-docs

0 comments on commit 906138b

Please sign in to comment.