Ignore:
Timestamp:
Mar 5, 2007 6:00:47 AM (17 years ago)
Author:
raasch
Message:

updating parts of Marcus changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/CURRENT_MODIFICATIONS

    r39 r46  
    22---
    33
    4 A heatflux can be prescribed at the top with new inipar parameters
    5 top_heatflux and use_top_fluxes. New 2d-arrays qswst, qswst_m, tswst and
    6 tswst_m are used to store this flux. Use of fluxes are controlled with new
    7 index variable nzt_diff. A Neumann boundary condition for
    8 temperature can be applied under these conditions. Additionally, a Dirichlet
    9 condition for temperature can be used at the top.
     4new d3par-parameter netcdf_64bit_3d to switch on 64bit offset only for 3D files
    105
    11 check_parameters, diffusion_s, flow_statistics, header, init_grid,
    12 init_3d_model, modules, parin,
    13 production_e, prognostic_equations, read_var_list, read_3d_binary,
    14 swap_timelevel, write_var_list, write_3d_binary
     6new initializing action "by_user" calls user_init_3d_model and allows the
     7initial setting of all 3d arrays
     8
     9check_open, check_parameters, header, init_3d_model, modules, parin, user_interface
    1510
    1611
     
    1813-------
    1914
    20 Prognostic equations for all scalars are now solved up to gridpoint nzt
    21 (formerly nzt-1). Boundary conditions for scalars at top adjusted respectively
    22 (now applied only at nzt+1).
     15Move call of user_actions( 'after_integration' ) below increment of times
     16and counters
    2317
    24 The default top boundary condition for temperature has been renamed to
    25 "initial gradient".
    26 
    27 dvrp_output_local, which was commented out for a long time, is now activated
    28 for all streams.
    29 
    30 advec_s_pw, boundary_conds, calc_precipitation, check_parameters, diffusion_e,
    31 diffusion_s, impact_of_latent_heat, init_dvrp,
    32 init_pt_anomaly, modules, production_e, prognostic_equations, spline_z
     18time_integration
    3319
    3420
     
    3622------
    3723
    38 Bugfix: 3d-array p is not a pointer any more.
     24Bugfix: preset of tendencies te_em, te_um, te_vm in init_1d_model
    3925
    40 Bugfix in init_particles: MPI_REAL in MPI_ALLREDUCE replaced by
    41 MPI_INTEGER (caused error on NEC only)
    42 
    43 Bugfix:  ddzw dimensioned 1:nzt"+1"
    44 
    45 diffusion_e, diffusion_s, diffusion_u, diffusion_v, diffusion_w,
    46 init_particles, modules
     26init_1d_model
Note: See TracChangeset for help on using the changeset viewer.