source: LMDZ6/trunk/libf/phylmdiso/rrtm/suswn.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: 181 bytes
Line 
1INTERFACE
2SUBROUTINE SUSWN (KTSW, KSW)
3USE PARKIND1 ,ONLY : JPIM ,JPRB
4INTEGER(KIND=JPIM),INTENT(IN) :: KTSW
5INTEGER(KIND=JPIM),INTENT(IN) :: KSW
6END SUBROUTINE SUSWN
7END INTERFACE
Note: See TracBrowser for help on using the repository browser.