Ignore:
Timestamp:
Jan 17, 2008 1:08:34 PM (16 years ago)
Author:
raasch
Message:

further updates for turbulent inflow: PE-grid change for restart is working

File:
1 edited

Legend:

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

    r143 r146  
    77! Actual revisions:
    88! -----------------
    9 ! Allocation of hom_sum moved to parin
     9! Allocation of hom_sum moved to parin, initialization of spectrum_x|y directly
     10! after allocating theses arrays
    1011!
    1112! Former revisions:
     
    234235       ALLOCATE( spectrum_x( 1:nx/2, 1:10, 1:10 ), &
    235236                 spectrum_y( 1:ny/2, 1:10, 1:10 ) )
     237       spectrum_x = 0.0
     238       spectrum_y = 0.0
    236239    ENDIF
    237240
     
    809812          ql = 0.0
    810813          IF ( precipitation )  precipitation_amount = 0.0
    811        ENDIF
    812 
    813 !
    814 !--    Initialize spectra
    815        IF ( dt_dosp /= 9999999.9 )  THEN
    816           spectrum_x = 0.0
    817           spectrum_y = 0.0
    818814       ENDIF
    819815
Note: See TracChangeset for help on using the changeset viewer.