Changeset 1450 for palm/trunk/SOURCE/flow_statistics.f90
- Timestamp:
- Aug 21, 2014 7:31:51 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/flow_statistics.f90
r1397 r1450 21 21 ! Current revisions: 22 22 ! ----------------- 23 ! 23 ! bugfix: calculate fac only for simulated_time >= 0.0 24 24 ! 25 25 ! Former revisions: … … 1012 1012 !-- Collect current large scale advection and subsidence tendencies for 1013 1013 !-- data output 1014 IF ( large_scale_forcing ) THEN1014 IF ( large_scale_forcing .AND. ( simulated_time .GT. 0.0_wp ) ) THEN 1015 1015 ! 1016 1016 !-- Interpolation in time of LSF_DATA … … 2768 2768 !-- Collect current large scale advection and subsidence tendencies for 2769 2769 !-- data output 2770 IF ( large_scale_forcing ) THEN2770 IF ( large_scale_forcing .AND. ( simulated_time .GT. 0.0_wp ) ) THEN 2771 2771 ! 2772 2772 !-- Interpolation in time of LSF_DATA
Note: See TracChangeset
for help on using the changeset viewer.