
      module mo_wavelab

      use mo_params,    only : kj
      use shr_kind_mod, only : r8 => shr_kind_r8

      implicit none

      real(r8), allocatable :: sj(:,:,:)

      end module mo_wavelab
