- Timestamp:
- Mar 14, 2018 8:29:10 AM (7 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/check_parameters.f90
r2851 r2883 25 25 ! ----------------- 26 26 ! $Id$ 27 ! dt_dopr_listing is not set to the default value zero anymore 28 ! 29 ! 2851 2018-03-05 14:39:31Z maronga 27 30 ! Bugfix: calculation of output time levels in case of restart runs (parallel 28 31 ! NetCDF) … … 2323 2326 2324 2327 ! 2325 !-- Set the default interval at which data of vertical profiles shall be output2326 IF ( dt_dopr_listing == 9999999.9_wp ) THEN2327 dt_dopr_listing = 0.0_wp2328 ENDIF2329 2330 !2331 2328 !-- Set the default interval for the output of timeseries to a reasonable 2332 2329 !-- value (tries to minimize the number of calls of flow_statistics) -
palm/trunk/SOURCE/header.f90
r2817 r2883 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Format of the output of dt_dopr_listing (325) has been changed 28 ! 29 ! 2817 2018-02-19 16:32:21Z knoop 27 30 ! Preliminary gust module interface implemented 28 31 ! … … 2159 2162 ' -----------'// & 2160 2163 ' 1D-Profiles:'/ & 2161 ' Output every ',F 8.2,' s')2164 ' Output every ',F10.2,' s') 2162 2165 326 FORMAT (' Time averaged over ',F8.2,' s'/ & 2163 2166 ' Averaging input every ',F8.2,' s')
Note: See TracChangeset
for help on using the changeset viewer.