Changeset 2529 for LMDZ5/trunk/libf/phylmd/phys_output_var_mod.F90
- Timestamp:
- May 30, 2016, 10:46:40 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phylmd/phys_output_var_mod.F90
r2341 r2529 47 47 48 48 ! swaero_diag : flag indicates if it is necessary to do calculation for some aerosol diagnostics 49 LOGICAL, SAVE :: swaero_diag=.FALSE. 49 !--OB: this needs to be set to TRUE by default and changed back to FALSE after first radiation call 50 !-- and corrected back to TRUE based on output requests 51 LOGICAL, SAVE :: swaero_diag=.TRUE. 50 52 !$OMP THREADPRIVATE(swaero_diag) 51 53
Note: See TracChangeset
for help on using the changeset viewer.