source: LMDZ6/trunk/libf/phylmd/ecrad/include/cos_sza.intfb.h @ 5040

Last change on this file since 5040 was 4773, checked in by idelkadi, 9 months ago
  • Update of Ecrad in LMDZ The same organization of the Ecrad offline version is retained in order to facilitate the updating of Ecrad in LMDZ and the comparison between online and offline results. version 1.6.1 of Ecrad (https://github.com/lguez/ecrad.git)
  • Implementation of the double call of Ecrad in LMDZ


File size: 444 bytes
Line 
1interface
2SUBROUTINE COS_SZA(KSTART,KEND,KCOL,PGEMU,PGELAM,LDRADIATIONTIMESTEP,PMU0)
3USE PARKIND1 , ONLY : JPIM, JPRB
4INTEGER(KIND=JPIM),INTENT(IN) :: KSTART
5INTEGER(KIND=JPIM),INTENT(IN) :: KEND
6INTEGER(KIND=JPIM),INTENT(IN) :: KCOL
7REAL(KIND=JPRB), INTENT(IN) :: PGEMU(KCOL)
8REAL(KIND=JPRB), INTENT(IN) :: PGELAM(KCOL)
9LOGICAL, INTENT(IN) :: LDRADIATIONTIMESTEP
10REAL(KIND=JPRB), INTENT(OUT) :: PMU0(KCOL)
11END SUBROUTINE COS_SZA
12end interface
Note: See TracBrowser for help on using the repository browser.