- Timestamp:
- May 15, 2025, 8:25:32 PM (6 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified LMDZ6/trunk/libf/phylmd/radlwsw_m.F90 ¶
r5655 r5657 309 309 310 310 REAL(KIND=8) cloud_cover_sw(klon) 311 REAL(KIND=8), dimension(klon,klev+1) :: ZFLUX_DIR_i, & ! Direct compt of surf flux into horizontal plane 312 ZFLUX_DIR_CLEAR_i ! CS Direct 313 REAL(KIND=8), dimension(klon,klev+1) :: ZFLUX_DIR, & ! Direct compt of surf flux into horizontal plane 314 ZFLUX_DIR_CLEAR ! CS Direct 315 REAL(KIND=8), dimension(klon) :: ZFLUX_DIR_INTO_SUN 311 316 312 317 !!!!!!! Declarations specifiques pour ECRAD !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! … … 335 340 ZAEROSOL(KLON,KLEV,naero_spc) ! 336 341 ! Interm 337 REAL(KIND=8), dimension(klon,klev+1) :: ZFLUX_DIR_i, & ! Direct compt of surf flux into horizontal plane 338 ZFLUX_DIR_CLEAR_i ! CS Direct 339 ! OUTPUTS 340 REAL(KIND=8), dimension(klon,klev+1) :: ZFLUX_DIR, & ! Direct compt of surf flux into horizontal plane 341 ZFLUX_DIR_CLEAR ! CS Direct 342 REAL(KIND=8), dimension(klon) :: ZFLUX_DIR_INTO_SUN, & ! 343 ZFLUX_UV, & ! UV flux 342 REAL(KIND=8), dimension(klon) ZFLUX_UV, & ! UV flux 344 343 ZFLUX_PAR, & ! photosynthetically active radiation similarly 345 344 ZFLUX_PAR_CLEAR, & ! CS photosynthetically
Note: See TracChangeset
for help on using the changeset viewer.