Ignore:
Timestamp:
May 22, 2007 3:46:47 PM (17 years ago)
Author:
raasch
Message:

Preliminary update for user defined profiles

File:
1 edited

Legend:

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

    r77 r87  
    77! Actual revisions:
    88! -----------------
    9 !
     9! var_hom and var_sum renamed pr_palm
    1010!
    1111! Former revisions:
     
    8181              sums_divold_l(0:statistic_regions) )
    8282    ALLOCATE( rdf(nzb+1:nzt) )
    83     ALLOCATE( hom_sum(nzb:nzt+1,var_hom,0:statistic_regions),               &
     83    ALLOCATE( hom_sum(nzb:nzt+1,pr_palm+max_pr_user,0:statistic_regions),   &
    8484              ngp_2dh_outer(nzb:nzt+1,0:statistic_regions),                 &
    8585              ngp_2dh_outer_l(nzb:nzt+1,0:statistic_regions),               &
    8686              rmask(nys-1:nyn+1,nxl-1:nxr+1,0:statistic_regions),           &
    87               sums(nzb:nzt+1,var_sum),                                      &
    88               sums_l(nzb:nzt+1,var_sum,0:threads_per_task-1),               &
     87              sums(nzb:nzt+1,pr_palm+max_pr_user),                          &
     88              sums_l(nzb:nzt+1,pr_palm+max_pr_user,0:threads_per_task-1),   &
    8989              sums_l_l(nzb:nzt+1,0:statistic_regions,0:threads_per_task-1), &
    9090              sums_up_fraction_l(10,3,0:statistic_regions),                 &
     
    931931    ngp_3d_inner    = 0
    932932    ngp_3d          = 0
    933     ngp_sums        = ( nz + 2 ) * var_sum
     933    ngp_sums        = ( nz + 2 ) * ( pr_palm + max_pr_user )
    934934
    935935    DO  sr = 0, statistic_regions
Note: See TracChangeset for help on using the changeset viewer.