Ignore:
Timestamp:
Jul 4, 2025, 12:14:01 PM (5 days ago)
Author:
lguez
Message:

Polish

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/ecrad/lmdz/radiation_setup.f90

    r5757 r5758  
    5353  ! no).
    5454  ! AI At the end of the routine, the parameters are read in namelist
    55   !   
     55  !
    5656  SUBROUTINE SETUP_RADIATION_SCHEME(LOUTPUT,file_name,rad_config,driver_config)
    5757
     
    109109    ! results...
    110110    ! Note that NMPSRTM(:)=(/  6, 6, 5, 5, 5, 5, 5, 4, 4, 3, 2, 2, 1, 6 /)
    111     ! AI (6 albedo SW bands) 
     111    ! AI (6 albedo SW bands)
    112112    call rad_config%define_sw_albedo_intervals(6, &
    113113         &  [0.25e-6_jprb, 0.44e-6_jprb, 0.69e-6_jprb, &
     
    129129
    130130    rad_config%i_aerosol_type_map(1:13) = (/ &
    131          &  -1, & 
    132          &  -2, & 
    133          &  -3, & 
    134          &  -4, & 
    135          &  -5, & 
     131         &  -1, &
     132         &  -2, &
     133         &  -3, &
     134         &  -4, &
     135         &  -5, &
    136136         &  -6, &
    137137         &  -7, &
Note: See TracChangeset for help on using the changeset viewer.