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/write_restart_data_mod.f90

    r3003 r3004  
    2525! -----------------
    2626! $Id$
     27! precipitation_rate_av removed
     28!
     29! 3003 2018-04-23 10:22:58Z Giersch
    2730! z_i is also written out to use the last known inversion height from the
    2831! initial run as the first inversion height which is written into the
     
    10781081       ENDIF
    10791082
    1080        IF ( ALLOCATED( precipitation_rate_av ) )  THEN
    1081           CALL wrd_write_string( 'precipitation_rate_av' )
    1082           WRITE ( 14 )  precipitation_rate_av
    1083        ENDIF
    1084 
    10851083       CALL wrd_write_string( 'pt' )
    10861084       WRITE ( 14 )  pt
Note: See TracChangeset for help on using the changeset viewer.