FV3-JEDI
fv_prec_r4_mod.f90
Go to the documentation of this file.
1 ! (C) Copyright 2020 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 fv_prec_mod
7 
8 implicit none
9 
10 private
11 integer, parameter, public :: kind_fv3 = 4
12 
13 end module fv_prec_mod
fv_prec_mod
Definition: fv_prec_r4_mod.f90:6
fv_prec_mod::kind_fv3
integer, parameter, public kind_fv3
Definition: fv_prec_r4_mod.f90:11