Ignore:
Timestamp:
Nov 20, 2007 9:46:11 AM (16 years ago)
Author:
letzel
Message:

Vertical profiles now based on nzb_s_inner; they are divided by
ngp_2dh_s_inner (scalars, procucts of scalars and velocity components) and
ngp_2dh (staggered velocity components and their products), respectively.

Allow new case bc_uv_t = 'dirichlet_0' for channel flow.

File:
1 edited

Legend:

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

    r129 r132  
    55! Actual revisions:
    66! -----------------
    7 ! +dt_sort_particles, time_sort_particles, flags, wall_flags_1..10
    8 ! wall_humidityflux(0:4), wall_qflux(0:4), wall_salinityflux(0:4),
    9 ! wall_scalarflux(0:4)
     7! +dt_sort_particles, ngp_2dh_s_inner, time_sort_particles, flags,
     8! wall_flags_1..10, wall_humidityflux(0:4), wall_qflux(0:4),
     9! wall_salinityflux(0:4), wall_scalarflux(0:4)
    1010!
    1111! Former revisions:
     
    588588
    589589    INTEGER, DIMENSION(:,:), ALLOCATABLE ::                                    &
    590                 ngp_2dh_outer, mg_loc_ind, nzb_diff_s_inner, nzb_diff_s_outer, &
    591                 nzb_diff_u, nzb_diff_v, nzb_inner, nzb_outer, nzb_s_inner,     &
    592                 nzb_s_outer, nzb_u_inner, nzb_u_outer, nzb_v_inner,            &
    593                 nzb_v_outer, nzb_w_inner, nzb_w_outer, nzb_2d
     590                ngp_2dh_outer, ngp_2dh_s_inner, mg_loc_ind, nzb_diff_s_inner, &
     591                nzb_diff_s_outer, nzb_diff_u, nzb_diff_v, nzb_inner, nzb_outer,&
     592                nzb_s_inner, nzb_s_outer, nzb_u_inner, nzb_u_outer,            &
     593                nzb_v_inner, nzb_v_outer, nzb_w_inner, nzb_w_outer, nzb_2d
    594594
    595595    INTEGER, DIMENSION(:,:,:), POINTER ::  flags
Note: See TracChangeset for help on using the changeset viewer.