FV3 Bundle
tools_kinds.F90
Go to the documentation of this file.
1
!----------------------------------------------------------------------
2
! Module: tools_kinds
3
! Purpose: kinds definition
4
! Author: Benjamin Menetrier
5
! Licensing: this code is distributed under the CeCILL-C license
6
! Copyright © 2015-... UCAR, CERFACS, METEO-FRANCE and IRIT
7
!----------------------------------------------------------------------
8
module
tools_kinds
9
10
use,
intrinsic
:: iso_c_binding
11
12
implicit none
13
14
! Real kind
15
integer
,
parameter
::
kind_real
= c_double
! Real kind
16
17
private
18
public
kind_real
19
20
end module
tools_kinds
tools_kinds
Definition:
tools_kinds.F90:8
fv3jedi_kinds_mod::kind_real
integer, parameter, public kind_real
Definition:
fv3jedi_kinds_mod.f90:13
src
fv3-bundle
oops
src
oops
generic
bump
tools_kinds.F90
Generated on Tue Nov 6 2018 11:39:37 for FV3 Bundle by
1.8.14