Ignore:
Timestamp:
Apr 1, 2026, 6:36:00 PM (7 days ago)
Author:
asima
Message:

Bug fix for Simple Plume aerosols:
the orography was incorrectly accounted for in the aod vertical profile (since the original CMIP6 implementation)
ASima, FHourdin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/macv2sp.f90

    r6143 r6149  
    1515  !ASima : *_allaer arguments and non-SP "aer" diagnostics arrive from rrtm/aeropt_5wv_rrtm.F90 with values for inca1850 aerosols
    1616
    17   USE mo_simple_plumes, ONLY: sp_aod550_profile, sp_aop_profile, sp_setup       ! subroutines
     17  USE mo_simple_plumes, ONLY: sp_aod550_profile, sp_aop_profile, sp_setup       ! subroutines
    1818  USE mo_simple_plumes, ONLY: nplumes, sp_initialized, aerosols_SP_forcing_year ! variables
    1919  USE phys_cal_mod, ONLY : year_cur, year_len, days_elapsed
     
    2121  USE aero_mod
    2222  USE phys_local_var_mod, ONLY: t_seri, od443aer, od550aer, od865aer, ec550aer, dryod550aer, od550lt1aer
    23   ! SP-specific diagnostics ; an alternative to od550SPaer_prof would be ec550SPaer = od550SPaer_prof/dz
     23  ! SP-specific diagnostics (an SP extinction coefficient could be also defined: ec550SPaer = od550SPaer_prof/dz)
    2424  USE phys_local_var_mod, ONLY: od550SPaer, od550SPaer_prof
    2525  !
     
    107107  !--call SUBROUTINE sp_aod550_profile once ; all the wavelength-dependent profiles and 2D diagnostics will use aod550 profile
    108108  !
    109   CALL sp_aod550_profile                                                 ( &
    110        klev           ,klon       ,oro        ,xlon           ,xlat      , &
    111        decimal_year   ,z          ,dz         ,dNovrN         , aod550   )
     109  CALL sp_aod550_profile                                            ( &
     110       klev           ,klon       ,xlon       ,xlat      , &
     111       decimal_year   ,z          ,dz         ,dNovrN    , aod550   )
    112112
    113113  !--AOD550 calculations for diagnostics
Note: See TracChangeset for help on using the changeset viewer.