source: palm/trunk/SOURCE/CURRENT_MODIFICATIONS @ 57

Last change on this file since 57 was 57, checked in by raasch, 17 years ago

preliminary update of further changes, advec_particles is not running!

  • Property svn:keywords set to Id
File size: 2.2 KB
RevLine 
[34]1New:
2---
3
[57]4particle reflection from vertical walls implemented, particle SGS model adjusted to walls
5
[53]6Wall functions for vertical walls now include diabatic conditions. New subroutines wall_fluxes, wall_fluxes_e. New 4D-array rif_wall.
[51]7
[46]8new d3par-parameter netcdf_64bit_3d to switch on 64bit offset only for 3D files
[34]9
[57]10new inipar-parameter pt_refrence. If given, this value is used as the reference that in buoyancy terms (otherwise, the instantaneous horizontally averaged temperature is used).
11
12new user interface user_advec_particles
13
[48]14new initializing action "by_user" calls user_init_3d_model and allows the initial setting of all 3d arrays
[34]15
[48]16topography height informations are stored on arrays zu_s_inner and zw_w_inner and output to the 2d/3d NetCDF files
[34]17
[48]18samples added to the user interface which show how to add user-define time series quantities.
[46]19
[57]20unit 9 opened for debug output (file DEBUG_<pe#>)
[48]21
[57]22Makefile, advec_particles, buoyancy, check_open, check_parameters, diffusion_e, diffusion_u, diffusion_v, diffusion_w, diffusivities, header, init_particles, init_3d_model, modules, netcdf, parin, production_e, read_var_list, user_interface, write_var_list
23
[51]24New: wall_fluxes
[48]25
[51]26
[34]27Changed:
28-------
[57]29+age_m in particle_type
[34]30
[46]31Move call of user_actions( 'after_integration' ) below increment of times
[48]32and counters. user_actions is now called for each statistic region and has as an argument the number of the respective region (sr)
[34]33
[48]34d3par-parameter data_output_ts removed. Timeseries output for "profil" removed. Timeseries are now switched on by dt_dots. Timeseries data is collected in flow_statistics.
[34]35
[51]36Initial velocities at nzb+1 are regarded for volume flow control in case they have been set zero before (to avoid small timesteps); see new internal parameters u/v_nzb_p1_for_vfc.
37
[57]38__vtk directives removed from main program.
[34]39
[57]40check_parameters, data_output_ts, flow_statistics, init_particles, init_3d_model, modules, palm, parin, time_integration
[48]41
[57]42
[34]43Errors:
44------
45
[46]46Bugfix: preset of tendencies te_em, te_um, te_vm in init_1d_model
[39]47
[57]48Bugfix in sample for reading user defined data from restart file (user_init)
49
[48]50in Makefile, default suffixes removed from the suffix list to avoid calling of m2c in
51# case of .mod files
52
53Makefile
[57]54init_1d_model, user_interface
Note: See TracBrowser for help on using the repository browser.