Changeset 2883


Ignore:
Timestamp:
Mar 14, 2018 8:29:10 AM (6 years ago)
Author:
Giersch
Message:

Format 325 of header output has been changed, dt_dopr_listing is not set to the default value zero anymore

Location:
palm/trunk/SOURCE
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/check_parameters.f90

    r2851 r2883  
    2525! -----------------
    2626! $Id$
     27! dt_dopr_listing is not set to the default value zero anymore
     28!
     29! 2851 2018-03-05 14:39:31Z maronga
    2730! Bugfix: calculation of output time levels in case of restart runs (parallel
    2831! NetCDF)
     
    23232326
    23242327!
    2325 !-- Set the default interval at which data of vertical profiles shall be output
    2326     IF ( dt_dopr_listing == 9999999.9_wp )  THEN
    2327        dt_dopr_listing = 0.0_wp
    2328     ENDIF
    2329 
    2330 !
    23312328!-- Set the default interval for the output of timeseries to a reasonable
    23322329!-- value (tries to minimize the number of calls of flow_statistics)
  • palm/trunk/SOURCE/header.f90

    r2817 r2883  
    2525! -----------------
    2626! $Id$
     27! Format of the output of dt_dopr_listing (325) has been changed
     28!
     29! 2817 2018-02-19 16:32:21Z knoop
    2730! Preliminary gust module interface implemented
    2831!
     
    21592162             ' -----------'//  &
    21602163            '    1D-Profiles:'/    &
    2161             '       Output every             ',F8.2,' s')
     2164            '       Output every             ',F10.2,' s')
    21622165326 FORMAT ('       Time averaged over       ',F8.2,' s'/ &
    21632166            '       Averaging input every    ',F8.2,' s')
Note: See TracChangeset for help on using the changeset viewer.