MPAS-JEDI
mpas_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
6
module
mpas_kinds
7
use,
intrinsic
:: iso_c_binding
8
implicit none
9
10
private
11
public
kind_real
,
kind_double
12
13
integer
,
parameter
::
kind_real
=c_double
14
integer
,
parameter
::
kind_double
=c_double
15
end module
mpas_kinds
mpas_kinds
Definition:
mpas_kinds_mod.F90:6
mpas_kinds::kind_double
integer, parameter, public kind_double
Definition:
mpas_kinds_mod.F90:14
mpas_kinds::kind_real
integer, parameter, public kind_real
Definition:
mpas_kinds_mod.F90:13
mpas-bundle
mpas-jedi
src
mpasjedi
mpas_kinds_mod.F90
Generated on Thu Sep 9 2021 12:56:27 for MPAS-JEDI by
1.9.1