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/read_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 read to use the last known inversion height from the
    2831! initial run as the first inversion height which is written into the
     
    15221525                         tmp_2d(nysf-nbgp:nynf+nbgp,nxlf-nbgp:nxrf+nbgp)
    15231526
    1524                 CASE ( 'precipitation_rate_av' )
    1525                    IF ( .NOT. ALLOCATED( precipitation_rate_av ) )  THEN
    1526                       ALLOCATE( precipitation_rate_av(nysg:nyng,nxlg:nxrg) )
    1527                    ENDIF
    1528                    IF ( k == 1 )  READ ( 13 )  tmp_2d
    1529                    precipitation_rate_av(nysc-nbgp:nync+nbgp,                  &
    1530                                          nxlc-nbgp:nxrc+nbgp)  =               &
    1531                          tmp_2d(nysf-nbgp:nynf+nbgp,nxlf-nbgp:nxrf+nbgp)
    1532 
    15331527                CASE ( 'pt' )
    15341528                   IF ( k == 1 )  READ ( 13 )  tmp_3d
Note: See TracChangeset for help on using the changeset viewer.