Changeset 4790 for LMDZ6/trunk


Ignore:
Timestamp:
Jan 25, 2024, 12:44:53 PM (4 months ago)
Author:
idelkadi
Message:

Continued work on implementing the Ecrad code in LMDZ (Integration of aerosols):

Location:
LMDZ6/trunk/libf/phylmd
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/physiq_mod.F90

    r4773 r4790  
    45904590          !
    45914591          CALL radlwsw &
    4592                (dist, rmu0, fract,  &
     4592               (debut, dist, rmu0, fract,  &
    45934593                                !albedo SB >>>
    45944594                                !      paprs, pplay,zxtsol,albsol1, albsol2,  &
     
    46684668                !
    46694669                CALL radlwsw &
    4670                      (dist, rmu0, fract,  &
     4670                     (debut, dist, rmu0, fract,  &
    46714671                                !albedo SB >>>
    46724672                                !      paprs, pplay,zxtsol,albsol1, albsol2,  &
     
    47184718                namelist_ecrad_file='namelist_ecrad_s2'
    47194719                CALL radlwsw &
    4720                      (dist, rmu0, fract,  &
     4720                     (debut, dist, rmu0, fract,  &
    47214721                     paprs, pplay,zxtsol,SFRWL,albsol_dir, albsol_dif, &
    47224722                     t_seri,q_seri,wo, &
  • LMDZ6/trunk/libf/phylmd/radlwsw_m.F90

    r4773 r4790  
    99
    1010SUBROUTINE radlwsw( &
    11    dist, rmu0, fract, &
     11   debut, dist, rmu0, fract, &
    1212!albedo SB >>>
    1313!  paprs, pplay,tsol,alb1, alb2, &
     
    249249
    250250  CHARACTER(len=512), INTENT(in) :: namelist_ecrad_file
     251  LOGICAL, INTENT(in)  :: debut
    251252
    252253! Output arguments
     
    13571358      & (ist, iend, klon, klev, naero_grp, NSW, &
    13581359      & namelist_ecrad_file, ok_3Deffect, &
     1360      & debut, ok_volcan, flag_aerosol_strat, &
    13591361      & day_cur, current_time, &
    13601362!       Cste solaire/(d_Terre-Soleil)**2
Note: See TracChangeset for help on using the changeset viewer.