Changeset 790 for palm/trunk/SOURCE/write_3d_binary.f90
- Timestamp:
- Nov 29, 2011 3:11:20 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/write_3d_binary.f90
r777 r790 4 4 ! Current revisions: 5 5 ! ----------------- 6 ! bugfix: output of 'ql' also if cloud droplets are used 6 7 ! 7 8 ! Former revisions: … … 141 142 ENDIF 142 143 WRITE ( 14 ) 'q_m '; WRITE ( 14 ) q_m 143 IF ( cloud_physics )THEN144 IF ( cloud_physics .OR. cloud_droplets ) THEN 144 145 WRITE ( 14 ) 'ql '; WRITE ( 14 ) ql 145 146 IF ( ALLOCATED( ql_av ) ) THEN
Note: See TracChangeset
for help on using the changeset viewer.