source:
LMDZ5/branches/IPSLCM5A2.1_ISO/libf/phyiso/rrtm/tpm_constants.F90
@
5437
| Last change on this file since 5437 was 3331, checked in by , 8 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.
