source: LMDZ6/trunk/libf/phylmdiso/rrtm/swuvo3.intfb.h @ 3932

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

Initial import of the physics wih isotopes from Camille Risi
CR

File size: 459 bytes
Line 
1INTERFACE
2SUBROUTINE SWUVO3&
3 & ( KIDIA,KFDIA,KLON,KNU,KABS,&
4 & PU, PTR&
5 & ) 
6USE PARKIND1 ,ONLY : JPIM ,JPRB
7USE YOMJFH , ONLY : N_VMASS
8INTEGER(KIND=JPIM),INTENT(IN) :: KLON
9INTEGER(KIND=JPIM),INTENT(IN) :: KABS
10INTEGER(KIND=JPIM),INTENT(IN) :: KIDIA
11INTEGER(KIND=JPIM),INTENT(IN) :: KFDIA
12INTEGER(KIND=JPIM),INTENT(IN) :: KNU
13REAL(KIND=JPRB) ,INTENT(IN) :: PU(KLON,KABS)
14REAL(KIND=JPRB) ,INTENT(OUT) :: PTR(KLON,KABS)
15END SUBROUTINE SWUVO3
16END INTERFACE
Note: See TracBrowser for help on using the repository browser.