source:
LMDZ5/branches/IPSLCM5A2.1_ISO/libf/phyiso/rrtm/suclopn.intfb.h
@
5308
Last change on this file since 5308 was 3331, checked in by , 6 years ago | |
---|---|
|
|
File size: 229 bytes |
Rev | Line | |
---|---|---|
[3331] | 1 | INTERFACE |
2 | SUBROUTINE SUCLOPN (KTSW, KSW, KLEV) | |
3 | USE PARKIND1 ,ONLY : JPIM ,JPRB | |
4 | INTEGER(KIND=JPIM),INTENT(IN) :: KTSW | |
5 | INTEGER(KIND=JPIM),INTENT(IN) :: KSW | |
6 | INTEGER(KIND=JPIM),INTENT(IN) :: KLEV | |
7 | END SUBROUTINE SUCLOPN | |
8 | END INTERFACE |
Note: See TracBrowser
for help on using the repository browser.