LCOV - code coverage report
Current view: top level - chemistry/pp_none - mo_adjrxt.F90 (source / functions) Hit Total Coverage
Test: coverage.info Lines: 0 2 0.0 %
Date: 2025-01-13 21:54:50 Functions: 0 1 0.0 %

          Line data    Source code
       1             :       module mo_adjrxt
       2             :       private
       3             :       public :: adjrxt
       4             :       contains
       5           0 :       subroutine adjrxt( rate, inv, m, ncol, nlev )
       6             :       use shr_kind_mod, only : r8 => shr_kind_r8
       7             :       use chem_mods, only : nfs, rxntot
       8             :       implicit none
       9             : !--------------------------------------------------------------------
      10             : ! ... dummy arguments
      11             : !--------------------------------------------------------------------
      12             :       integer, intent(in) :: ncol, nlev
      13             :       real(r8), intent(in) :: inv(ncol,nlev,nfs)
      14             :       real(r8), intent(in) :: m(ncol,nlev)
      15             :       real(r8), intent(inout) :: rate(ncol,nlev,rxntot)
      16           0 :       end subroutine adjrxt
      17             :       end module mo_adjrxt

Generated by: LCOV version 1.14