Changeset 4028 for palm/trunk/SOURCE/init_3d_model.f90
- Timestamp:
- Jun 13, 2019 12:21:37 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/init_3d_model.f90
r4017 r4028 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Further modularization of particle code components 28 ! 29 ! 4017 2019-06-06 12:16:46Z schwenkel 27 30 ! Convert most location messages to debug messages to reduce output in 28 31 ! job logfile to a minimum … … 815 818 q_3(nzb:nzt+1,nysg:nyng,nxlg:nxrg), & 816 819 vpt_1(nzb:nzt+1,nysg:nyng,nxlg:nxrg) ) 817 818 IF ( cloud_droplets ) THEN819 !820 !-- Liquid water content, change in liquid water content821 ALLOCATE ( ql_1(nzb:nzt+1,nysg:nyng,nxlg:nxrg), &822 ql_2(nzb:nzt+1,nysg:nyng,nxlg:nxrg) )823 !824 !-- Real volume of particles (with weighting), volume of particles825 ALLOCATE ( ql_v(nzb:nzt+1,nysg:nyng,nxlg:nxrg), &826 ql_vp(nzb:nzt+1,nysg:nyng,nxlg:nxrg) )827 ENDIF828 829 820 ENDIF 830 821 … … 1054 1045 q => q_1; q_p => q_2; tq_m => q_3 1055 1046 vpt => vpt_1 1056 IF ( cloud_droplets ) THEN1057 ql => ql_11058 ql_c => ql_21059 ENDIF1060 1047 ENDIF 1061 1048
Note: See TracChangeset
for help on using the changeset viewer.