source:
dynamico_lmdz/aquaplanet/LMDZ5/libf/phylmd/rrtm/tpm_constants.F90
Last change on this file was 3990, 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.