source: LMDZ6/branches/LMDZ_ECRad/libf/phylmd/ecrad/include/cos_sza.intfb.h @ 4999

Last change on this file since 4999 was 4728, checked in by idelkadi, 11 months ago

Update of ecrad in the LMDZ_ECRad branch of LMDZ:

  • version 1.6.1 of ecrad
  • files are no longer grouped in the same ecrad directory.
  • the structure of ecrad offline is preserved to facilitate updating in LMDZ
  • cfg.bld modified to take into account the new added subdirectories.
  • the interface routines and those added in ecrad are moved to the phylmd directory
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.