xmass_mod.f90 Source File


Source Code

! SPDX-FileCopyrightText: FLEXPART 1998-2019, see flexpart_license.txt
! SPDX-License-Identifier: GPL-3.0-or-later

module xmass_mod
  
  implicit none
  
  real,allocatable, dimension (:) :: xmasssave
  
end module xmass_mod