Changeset 3913 for LMDZ6/trunk/libf/phylmd
- Timestamp:
- May 25, 2021, 9:07:43 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/radlwsw_m.F90
r3909 r3913 210 210 LOGICAL, INTENT(in) :: ok_ade, ok_aie ! switches whether to use aerosol direct (indirect) effects or not 211 211 LOGICAL, INTENT(in) :: ok_volcan ! produce volcanic diags (SW/LW heat flux and rate) 212 LOGICAL :: lldebug 212 LOGICAL :: lldebug=.false. 213 213 INTEGER, INTENT(in) :: flag_aerosol ! takes value 0 (no aerosol) or 1 to 6 (aerosols) 214 214 INTEGER, INTENT(in) :: flag_aerosol_strat ! use stratospheric aerosols … … 465 465 pizaero(:,:,:,:)=0. 466 466 cgaero(:,:,:,:)=0. 467 lldebug=.FALSE.467 ! lldebug=.FALSE. 468 468 469 469 ztopsw_aero(:,:) = 0. !ym missing init : warning : not initialized in SW_AEROAR4
Note: See TracChangeset
for help on using the changeset viewer.