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

    r1182 r1195  
    2020! Current revisions:
    2121! ------------------
    22 !
     22! Bugfix: allocate ref_state
    2323!
    2424! Former revisions:
     
    257257       ALLOCATE( lad(0:nz+1), ug(0:nz+1), u_init(0:nz+1), vg(0:nz+1),    &
    258258                 v_init(0:nz+1), pt_init(0:nz+1), q_init(0:nz+1),        &
    259                  sa_init(0:nz+1),                                        &
     259                 ref_state(0:nz+1), sa_init(0:nz+1),                     &
    260260                 hom(0:nz+1,2,pr_palm+max_pr_user,0:statistic_regions),  &
    261261                 hom_sum(0:nz+1,pr_palm+max_pr_user,0:statistic_regions) )
Note: See TracChangeset for help on using the changeset viewer.