Ignore:
Timestamp:
Mar 1, 2007 12:46:59 PM (18 years ago)
Author:
raasch
Message:

comments prepared for 3.1c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/CURRENT_MODIFICATIONS

    r34 r39  
    33
    44A heatflux can be prescribed at the top with new inipar parameters
    5 top_heatflux and use_top_fluxes. New 2d-arrays tsws and tswst are used to
    6 store this flux. A Neumann boundary condition for
    7 temperature can be applied under these conditions.
     5top_heatflux and use_top_fluxes. New 2d-arrays qswst, qswst_m, tswst and
     6tswst_m are used to store this flux. Use of fluxes are controlled with new
     7index variable nzt_diff. A Neumann boundary condition for
     8temperature can be applied under these conditions. Additionally, a Dirichlet
     9condition for temperature can be used at the top.
    810
    9 modules.f90
     11check_parameters, diffusion_s, flow_statistics, header, init_grid,
     12init_3d_model, modules, parin,
     13production_e, prognostic_equations, read_var_list, read_3d_binary,
     14swap_timelevel, write_var_list, write_3d_binary
    1015
    1116
     
    1419
    1520Prognostic equations for all scalars are now solved up to gridpoint nzt
    16 (formerly nzt-1).
     21(formerly nzt-1). Boundary conditions for scalars at top adjusted respectively
     22(now applied only at nzt+1).
    1723
    1824The default top boundary condition for temperature has been renamed to
    1925"initial gradient".
    2026
    21 modules.f90
     27dvrp_output_local, which was commented out for a long time, is now activated
     28for all streams.
     29
     30advec_s_pw, boundary_conds, calc_precipitation, check_parameters, diffusion_e,
     31diffusion_s, impact_of_latent_heat, init_dvrp,
     32init_pt_anomaly, modules, production_e, prognostic_equations, spline_z
    2233
    2334
     
    2637
    2738Bugfix: 3d-array p is not a pointer any more.
     39
     40Bugfix in init_particles: MPI_REAL in MPI_ALLREDUCE replaced by
     41MPI_INTEGER (caused error on NEC only)
     42
     43Bugfix:  ddzw dimensioned 1:nzt"+1"
     44
     45diffusion_e, diffusion_s, diffusion_u, diffusion_v, diffusion_w,
     46init_particles, modules
Note: See TracChangeset for help on using the changeset viewer.