source: LMDZ6/trunk/libf/phylmd/ecrad/include/cloud_overlap_decorr_len.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: 633 bytes
Line 
1interface
2SUBROUTINE CLOUD_OVERLAP_DECORR_LEN &
3 & (KIDIA, KFDIA, KLON, PGEMU, KDECOLAT, &
4 & PDECORR_LEN_EDGES_KM, PDECORR_LEN_WATER_KM, PDECORR_LEN_RATIO)
5USE PARKIND1 , ONLY : JPIM, JPRB
6INTEGER(KIND=JPIM),INTENT(IN) :: KIDIA
7INTEGER(KIND=JPIM),INTENT(IN) :: KFDIA
8INTEGER(KIND=JPIM),INTENT(IN) :: KLON
9INTEGER(KIND=JPIM),INTENT(IN) :: KDECOLAT
10REAL(KIND=JPRB), INTENT(IN) :: PGEMU(KLON)
11REAL(KIND=JPRB), INTENT(OUT) :: PDECORR_LEN_EDGES_KM(KLON)
12REAL(KIND=JPRB), INTENT(OUT), OPTIONAL :: PDECORR_LEN_WATER_KM(KLON)
13REAL(KIND=JPRB), INTENT(OUT), OPTIONAL :: PDECORR_LEN_RATIO
14END SUBROUTINE CLOUD_OVERLAP_DECORR_LEN
15end interface
Note: See TracBrowser for help on using the repository browser.