source:
LMDZ5/branches/IPSLCM5A2.1_ISO/libf/phyiso/rrtm/tpm_constants.F90
Last change on this file was 3331, checked in by , 6 years ago | |
---|---|
|
|
File size: 162 bytes |
Rev | Line | |
---|---|---|
[3331] | 1 | MODULE TPM_CONSTANTS |
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 |
Note: See TracBrowser
for help on using the repository browser.