source: dynamico_lmdz/aquaplanet/LMDZ5/libf/phylmd/rrtm/sucld.intfb.h

Last change on this file was 3990, checked in by millour, 8 years ago

An updated LMDZ5 (based on LMDZ rev 2786) to play with.
EM

File size: 190 bytes
Line 
1INTERFACE
2SUBROUTINE SUCLD ( KLEV , PETA )
3USE PARKIND1 ,ONLY : JPIM ,JPRB
4INTEGER(KIND=JPIM),INTENT(IN) :: KLEV
5REAL(KIND=JPRB) ,INTENT(IN) :: PETA(KLEV)
6END SUBROUTINE SUCLD
7END INTERFACE
Note: See TracBrowser for help on using the repository browser.