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

Last change on this file since 3809 was 3809, checked in by ymipsl, 10 years ago

Add LMDZ in aquaplanet configuration
YM

  • Property svn:eol-style set to native
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.