Changeset 1195 for palm/trunk/SOURCE
- Timestamp:
- Jul 1, 2013 12:27:57 PM (11 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/init_3d_model.f90
r1182 r1195 23 23 ! Current revisions: 24 24 ! ------------------ 25 ! 25 ! Bugfix: move allocation of ref_state to parin.f90 and read_var_list.f0 26 26 ! 27 27 ! Former revisions: … … 282 282 sums_divnew_l(0:statistic_regions), & 283 283 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) ) 286 285 ALLOCATE( ngp_2dh_outer(nzb:nzt+1,0:statistic_regions), & 287 286 ngp_2dh_outer_l(nzb:nzt+1,0:statistic_regions), & -
palm/trunk/SOURCE/parin.f90
r1182 r1195 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! 22 ! Bugfix: allocate ref_state 23 23 ! 24 24 ! Former revisions: … … 420 420 !-- ATTENTION: in case of changes to the following statement please 421 421 !-- also check the allocate statement in routine read_var_list 422 ALLOCATE( lad(0:nz+1), pt_init(0:nz+1), q_init(0:nz+1),&423 sa_init(0:nz+1), ug(0:nz+1), u_init(0:nz+1),&424 v_init(0:nz+1), vg(0:nz+1),&422 ALLOCATE( lad(0:nz+1), pt_init(0:nz+1), q_init(0:nz+1), & 423 ref_state(0:nz+1), sa_init(0:nz+1), ug(0:nz+1), & 424 u_init(0:nz+1), v_init(0:nz+1), vg(0:nz+1), & 425 425 hom(0:nz+1,2,pr_palm+max_pr_user,0:statistic_regions), & 426 426 hom_sum(0:nz+1,pr_palm+max_pr_user,0:statistic_regions) ) -
palm/trunk/SOURCE/read_var_list.f90
r1182 r1195 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! 22 ! Bugfix: allocate ref_state 23 23 ! 24 24 ! Former revisions: … … 257 257 ALLOCATE( lad(0:nz+1), ug(0:nz+1), u_init(0:nz+1), vg(0:nz+1), & 258 258 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), & 260 260 hom(0:nz+1,2,pr_palm+max_pr_user,0:statistic_regions), & 261 261 hom_sum(0:nz+1,pr_palm+max_pr_user,0:statistic_regions) )
Note: See TracChangeset
for help on using the changeset viewer.