Changeset 4865


Ignore:
Timestamp:
Mar 21, 2024, 10:03:50 PM (7 weeks ago)
Author:
lguez
Message:

Remove wrong comments

i_aerosol_type_map refers to aerosols described in array
name_aero_tau, in module aero_mod, in the order of the array.

File:
1 edited

Legend:

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

    r4859 r4865  
    127127
    128128     rad_config%i_aerosol_type_map(1:13) = (/ &
    129            &  -1, &  ! Sea salt, size bin 1 (OPAC)
    130            &  -2, &  ! Sea salt, size bin 2 (OPAC)
    131            &  -3, &  ! Sea salt, size bin 3 (OPAC)
    132            &  -4, &  ! Hydrophilic organic matter (OPAC)
    133            &  -5, &  ! Ammonium sulphate (OPAC)
     129           &  -1, &
     130           &  -2, &
     131           &  -3, &
     132           &  -4, &
     133           &  -5, &
    134134           &  -6, &
    135135           &  -7, &
     
    139139           &  -8, &
    140140           &  -9, &
    141            &   4 /)  ! Stratospheric sulphate (hand edited from OPAC)
     141           &   4 /)
    142142!   rad_config%aerosol_optics_override_file_name = 'aerosol_optics_lmdz.nc'
    143143
Note: See TracChangeset for help on using the changeset viewer.