Changeset 3467 for palm/trunk/SOURCE/average_3d_data.f90
- Timestamp:
- Oct 30, 2018 7:05:21 PM (6 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE
-
palm/trunk/SOURCE/average_3d_data.f90
r3448 r3467 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Implementation of a new aerosol module salsa. 28 ! 29 ! 3448 2018-10-29 18:14:31Z kanani 27 30 ! Adjustment of biometeorology calls 28 31 ! … … 71 74 ! Implementation of new microphysic scheme: cloud_scheme = 'morrison' 72 75 ! includes two more prognostic equations for cloud drop concentration (nc) 73 ! and cloud water content (qc). 76 ! and cloud water content (qc). 74 77 ! 75 78 ! 2233 2017-05-30 18:08:54Z suehring … … 188 191 USE radiation_model_mod, & 189 192 ONLY: radiation, radiation_3d_data_averaging 193 194 USE salsa_mod, & 195 ONLY: salsa, salsa_3d_data_averaging 190 196 191 197 USE turbulence_closure_mod, & … … 569 575 CALL radiation_3d_data_averaging( 'average', doav(ii) ) 570 576 ENDIF 577 578 IF ( salsa ) THEN 579 CALL salsa_3d_data_averaging( 'average', doav(ii) ) 580 ENDIF 571 581 572 582 IF ( biometeorology ) THEN
Note: See TracChangeset
for help on using the changeset viewer.