Changeset 57 for palm/trunk/SOURCE/CURRENT_MODIFICATIONS
- Timestamp:
- Mar 9, 2007 12:05:41 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/CURRENT_MODIFICATIONS
r54 r57 1 1 New: 2 2 --- 3 4 particle reflection from vertical walls implemented, particle SGS model adjusted to walls 3 5 4 6 Wall functions for vertical walls now include diabatic conditions. New subroutines wall_fluxes, wall_fluxes_e. New 4D-array rif_wall. 5 7 6 8 new d3par-parameter netcdf_64bit_3d to switch on 64bit offset only for 3D files 9 10 new 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 12 new user interface user_advec_particles 7 13 8 14 new initializing action "by_user" calls user_init_3d_model and allows the initial setting of all 3d arrays … … 12 18 samples added to the user interface which show how to add user-define time series quantities. 13 19 14 Makefile, check_open, check_parameters, header, init_3d_model, modules, netcdf, parin, user_interface 20 unit 9 opened for debug output (file DEBUG_<pe#>) 21 22 Makefile, 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 15 23 16 24 New: wall_fluxes … … 19 27 Changed: 20 28 ------- 29 +age_m in particle_type 21 30 22 31 Move call of user_actions( 'after_integration' ) below increment of times … … 27 36 Initial 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. 28 37 29 check_parameters, data_output_ts, flow_statistics, init_3d_model, modules, parin, time_integration 38 __vtk directives removed from main program. 39 40 check_parameters, data_output_ts, flow_statistics, init_particles, init_3d_model, modules, palm, parin, time_integration 30 41 31 42 … … 35 46 Bugfix: preset of tendencies te_em, te_um, te_vm in init_1d_model 36 47 48 Bugfix in sample for reading user defined data from restart file (user_init) 49 37 50 in Makefile, default suffixes removed from the suffix list to avoid calling of m2c in 38 51 # case of .mod files 39 52 40 53 Makefile 41 init_1d_model 54 init_1d_model, user_interface
Note: See TracChangeset
for help on using the changeset viewer.