source:
LMDZ5/branches/IPSLCM5A2.1_ISO/libf/phyiso/rrtm/tpm_constants.F90
@
4249
Last change on this file since 4249 was 3331, checked in by , 7 years ago | |
---|---|
|
|
File size: 162 bytes |
Line | |
---|---|
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.