LMDZ
tpm_constants.F90
Go to the documentation of this file.
2 USE parkind1 ,ONLY : jpim ,jprb
3 
4 IMPLICIT NONE
5 
6 SAVE
7 
8 REAL(KIND=JPRB) :: ra=6371229._jprb ! Radius of Earth
9 
10 END MODULE tpm_constants
integer, parameter jprb
Definition: parkind1.F90:31
real(kind=jprb) ra
integer, parameter jpim
Definition: parkind1.F90:13