FV3-JEDI
fv3jedi_kinds_mod.f90
Go to the documentation of this file.
1 ! (C) Copyright 2017 UCAR
2 !
3 ! This software is licensed under the terms of the Apache Licence Version 2.0
4 ! which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
5 
7  use, intrinsic :: iso_c_binding
8  implicit none
9 
10  private
11  public kind_int, kind_real
12 
13  integer, parameter :: kind_int=c_int
14  integer, parameter :: kind_real=c_double
15 end module fv3jedi_kinds_mod
fv3jedi_kinds_mod::kind_int
integer, parameter, public kind_int
Definition: fv3jedi_kinds_mod.f90:13
fv3jedi_kinds_mod::kind_real
integer, parameter, public kind_real
Definition: fv3jedi_kinds_mod.f90:14
fv3jedi_kinds_mod
Definition: fv3jedi_kinds_mod.f90:6