Ignore:
Timestamp:
Nov 21, 2017, 5:18:23 PM (7 years ago)
Author:
oboucher
Message:

Adding new diagnostics for clean (no aerosol) clear sky SW radiative fluxes

File:
1 edited

Legend:

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

    r2989 r3082  
    8686
    8787  ! swaero_diag : flag indicates if it is necessary to do calculation for some aerosol diagnostics
     88  ! swaerofree_diag : flag indicates if it is necessary to do calculation for some aerosol diagnostics
    8889  ! dryaod_diag : flag indicates if it is necessary to do calculation for some aerosol diagnostics
    8990  !--OB: this needs to be set to TRUE by default and changed back to FALSE after first radiation call
    9091  !--    and corrected back to TRUE based on output requests
     92  LOGICAL, SAVE                                :: swaerofree_diag=.TRUE.
    9193  LOGICAL, SAVE                                :: swaero_diag=.TRUE.
    9294  LOGICAL, SAVE                                :: dryaod_diag=.TRUE.
    93   !$OMP THREADPRIVATE(swaero_diag, dryaod_diag)
     95  !$OMP THREADPRIVATE(swaerofree_diag, swaero_diag, dryaod_diag)
    9496  ! ok_4xCO2atm : flag indicates if it is necessary to do a second call of
    9597  ! radiation code with a 4xCO2 or another different GES to assess SW/LW
Note: See TracChangeset for help on using the changeset viewer.