mod_io.f90 Source File

This File Depends On

sourcefile~~mod_io.f90~~EfferentGraph sourcefile~mod_io.f90 mod_io.f90 sourcefile~mod_precision.f90 mod_precision.f90 sourcefile~mod_precision.f90->sourcefile~mod_io.f90
Help

Source Code


Source Code

!
! wavy - A spectral ocean wave modeling and development framework
! Copyright (c) 2017, Wavebit Scientific LLC
! All rights reserved.
!
! Licensed under the BSD-3-clause license. See LICENSE for details.

module mod_io

use mod_precision,only:ik => intkind,rk => realkind

implicit none

private
contains
!-------------------------------------------------------------------------------
endmodule mod_io