From 14d9d0618a90c022c61e42a4afd8f9c7ddda3429 Mon Sep 17 00:00:00 2001 From: Michael Kavulich Date: Mon, 28 Apr 2025 18:33:53 -0600 Subject: [PATCH] Update CompliantPhysicsParams.rst Per discussion at https://github.com/NCAR/ccpp-framework/pull/652#issuecomment-2780566512 --- CCPPtechnical/source/CompliantPhysicsParams.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CCPPtechnical/source/CompliantPhysicsParams.rst b/CCPPtechnical/source/CompliantPhysicsParams.rst index 3323683..2197134 100644 --- a/CCPPtechnical/source/CompliantPhysicsParams.rst +++ b/CCPPtechnical/source/CompliantPhysicsParams.rst @@ -486,7 +486,7 @@ Input/Output Variable (argument) Rules This allows the compiler to perform bounds checking and detect errors that otherwise may go unnoticed. - .. warning:: Fortran assumes that the lower bound of assumed-size arrays is ``1``. If ``foo`` has lower bounds ``is`` and ``ks`` that are different from ``1``, then these must be specified explicitly: + .. warning:: Fortran assumes that the lower bound of assumed-size arrays is ``1``. If a scheme uses ``foo`` with lower bounds ``is`` and ``ks`` that are different from ``1``, then these must be specified explicitly: .. code-block:: fortran