Ignore:
Timestamp:
Apr 27, 2018 12:33:25 PM (6 years ago)
Author:
Giersch
Message:

precipitation_rate removed, further allocation checks for data output of averaged quantities implemented, double CALL of flow_statistics at the beginning of time_integration removed, further minor bugfixes, comments added

File:
1 edited

Legend:

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

    r2984 r3004  
    2525! -----------------
    2626! $Id$
     27! First call of flow_statistics has been removed. It is already called in
     28! run_control itself
     29!
     30! 2984 2018-04-18 11:51:30Z hellstea
    2731! CALL pmci_ensure_nest_mass_conservation is removed (so far only commented out)
    2832! as seemingly unnecessary.
     
    507511!-- Determine and print out the run control quantities before the first time
    508512!-- step of this run. For the initial run, some statistics (e.g. divergence)
    509 !-- need to be determined first.
    510     IF ( simulated_time == 0.0_wp )  CALL flow_statistics
     513!-- need to be determined first --> CALL flow_statistics at the beginning of
     514!-- run_control
    511515    CALL run_control
    512516!
Note: See TracChangeset for help on using the changeset viewer.