Ignore:
Timestamp:
Sep 28, 2018 10:23:08 AM (6 years ago)
Author:
suehring
Message:

Bugfix in allocation of mean_inflow_profiles in case of restarts

File:
1 edited

Legend:

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

    r3274 r3288  
    2020! Current revisions:
    2121! -----------------
    22 !
     22! Introduce module parameter for number of inflow profiles
    2323!
    2424! Former revisions:
     
    460460             CASE ( 'mean_inflow_profiles' )
    461461                IF ( .NOT. ALLOCATED( mean_inflow_profiles ) )  THEN
    462                    ALLOCATE( mean_inflow_profiles(0:nz+1,7) )
     462                   ALLOCATE( mean_inflow_profiles(0:nz+1,1:num_mean_inflow_profiles) )
    463463                ENDIF
    464464                READ ( 13 )  mean_inflow_profiles
Note: See TracChangeset for help on using the changeset viewer.