source: LMDZ5/trunk/libf/phylmd/rrtm/tpm_constants.F90 @ 1989

Last change on this file since 1989 was 1989, checked in by Laurent Fairhead, 10 years ago

Inclusion du code RRTM


Adding RRTM code

MPL

File size: 162 bytes
Line 
1MODULE TPM_CONSTANTS
2USE PARKIND1  ,ONLY : JPIM     ,JPRB
3
4IMPLICIT NONE
5
6SAVE
7
8REAL(KIND=JPRB) :: RA=6371229._JPRB   ! Radius of Earth
9
10END MODULE TPM_CONSTANTS
Note: See TracBrowser for help on using the repository browser.