Ignore:
Timestamp:
Jul 1, 2013 12:27:57 PM (11 years ago)
Author:
heinze
Message:

bugfix in allocation of ref_state

File:
1 edited

Legend:

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

    r1182 r1195  
    2323! Current revisions:
    2424! ------------------
    25 !
     25! Bugfix: move allocation of ref_state to parin.f90 and read_var_list.f0
    2626!
    2727! Former revisions:
     
    282282              sums_divnew_l(0:statistic_regions),                           &
    283283              sums_divold_l(0:statistic_regions) )
    284     ALLOCATE( dp_smooth_factor(nzb:nzt), rdf(nzb+1:nzt), rdf_sc(nzb+1:nzt), &
    285               ref_state(nzb:nzt+1) )
     284    ALLOCATE( dp_smooth_factor(nzb:nzt), rdf(nzb+1:nzt), rdf_sc(nzb+1:nzt) )
    286285    ALLOCATE( ngp_2dh_outer(nzb:nzt+1,0:statistic_regions),                 &
    287286              ngp_2dh_outer_l(nzb:nzt+1,0:statistic_regions),               &
Note: See TracChangeset for help on using the changeset viewer.