Skip to content

Commit

Permalink
Add attention block to state that Fortran77 is deprecated as of 2.5.0
Browse files Browse the repository at this point in the history
In the #LANGUAGE section of docs/source/using_kpp/04_input_for_kpp, add
an attention block to state that we are no longer supporting F77.

Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
  • Loading branch information
yantosca committed May 20, 2022
1 parent 025a9ca commit ccf0731
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/source/using_kpp/04_input_for_kpp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -372,9 +372,9 @@ A KPP command begins on a new line with a :code:`#` sign, followed by a
command name and one or more parameters. Details about each command
are given in the following subsections.

.. table::
.. table::
:align: center

+--------------------------+-----------------------+
| KPP command | default value |
+==========================+=======================+
Expand Down Expand Up @@ -651,6 +651,12 @@ for the fill-in due to the LU decomposition.
#LANGUAGE
---------

.. attention::

The :command:`Fortran77` language option is deprecated in
:ref:`kpp250` and later versions. All further KPP development will
only support Fortran90.

The :command:`#LANGUAGE` command selects the target language in which the
code file is to be generated. Available options are :command:`Fortran90`,
:command:`C`, or :command:`matlab`.
Expand Down

0 comments on commit ccf0731

Please sign in to comment.