source: LMDZ6/trunk/libf/phylmdiso/rrtm/sucld.intfb.h @ 3927

Last change on this file since 3927 was 3927, checked in by Laurent Fairhead, 3 years ago

Initial import of the physics wih isotopes from Camille Risi
CR

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.