5 implicit none ;
private 10 real,
dimension(:,:),
pointer :: &
20 real,
dimension(:,:),
pointer :: ku => null()
23 real,
dimension(:,:),
pointer :: au => null()
26 real :: khth_fac = 1.0
27 real :: khtr_fac = 1.0
28 real :: backscatter_ro_pow = 0.0
29 real :: backscatter_ro_c = 0.0
33 end module mom_meke_types
This type is used to exchange information related to the MEKE calculations.