Changeset 5657 for LMDZ6


Ignore:
Timestamp:
May 15, 2025, 8:25:32 PM (6 weeks ago)
Author:
idelkadi
Message:

Correction following the last update (Variables declared under the CPP ECRAD key)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified LMDZ6/trunk/libf/phylmd/radlwsw_m.F90

    r5655 r5657  
    309309
    310310    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
    311316
    312317!!!!!!! Declarations specifiques pour ECRAD !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
     
    335340         ZAEROSOL(KLON,KLEV,naero_spc) !
    336341    ! 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
    344343                                                 ZFLUX_PAR, &           ! photosynthetically active radiation similarly
    345344                                                 ZFLUX_PAR_CLEAR, &     ! CS photosynthetically
Note: See TracChangeset for help on using the changeset viewer.