Ignore:
Timestamp:
Feb 26, 2018 1:40:05 PM (6 years ago)
Author:
Giersch
Message:

Bugfix in interpolation of lift and drag coefficients during initialization, default value of dt_dopr_listing is set to zero to allow header output

File:
1 edited

Legend:

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

    r2817 r2836  
    2525! -----------------
    2626! $Id$
     27! dt_dopr_listing is set to the default value zero
     28!
     29! 2817 2018-02-19 16:32:21Z knoop
    2730! Preliminary gust module interface implemented
    2831!
     
    23162319
    23172320!
     2321!-- Set the default interval at which data of vertical profiles shall be output
     2322    IF ( dt_dopr_listing == 9999999.9_wp )  THEN
     2323       dt_dopr_listing = 0.0_wp
     2324    ENDIF
     2325
     2326!
    23182327!-- Set the default interval for the output of timeseries to a reasonable
    23192328!-- value (tries to minimize the number of calls of flow_statistics)
Note: See TracChangeset for help on using the changeset viewer.