source: palm/trunk/SOURCE/CURRENT_MODIFICATIONS @ 420

Last change on this file since 420 was 420, checked in by franke, 14 years ago

collision of cloud droplets has changed in advec_particles
bugfixes in advec_particles and collision_efficiency
change in disturb_field to make runs reproducible on HLRN

  • Property svn:keywords set to Id
File size: 1.8 KB
RevLine 
[34]1New:
2---
[420]3humidity=.T. is now usable for runs with topography. wall_humidityflux and
[407]4wall_scalarflux are the corresponding new parin arrays.
5(check_parameters, init_3d_model, parin)
[367]6
[420]7Large scale vertical motion (subsidence/ascent) can be applied to the
8prognostic equation for the potential temperature. (check_parameters, header,
[411]9Makefile, modules, parin, prognostic_equations, read_var_list, subsidence,
10write_var_list)
[367]11
[412]12check parameters, header, init_3d_model, Makefile, modules, parin, prognostic_equations, read_var_list, write_var_list
13new: subsidence
[411]14
[412]15
[34]16Changed:
17-------
[394]18var_ts is replaced by dots_max (modules,init_3d_model)
[377]19
[420]20Every cloud droplet has now an own weighting factor and can be deleted due to
21collisions. Condensation and collision of cloud droplets are adjusted
22accordingly. (advec_particles)
[359]23
[420]24Collision efficiency for large cloud droplets has changed according to table of
25Rogers and Yau. (collision_efficiency)
[394]26
[420]27advec_particles, collision_efficiency, init_3d_model, modules
28
29
[34]30Errors:
31------
[412]32Dimension of array stat in cascade change to prevent type problems with
33mpi2 libraries (poisfft_hybrid)
34
[420]35A loop has been splitted to make runs reproducible on HLRN
36systems. (disturb_field)
37
[398]38Bugfix: exchange of ghost points for prho included (time_integration)
[388]39
[402]40Bugfix: calculation of time-averaged surface heatfluxes (sum_up_3d_data)
[388]41
[403]42Bugfix: calculation of precipitation_rate (calc_precipitation)
[398]43
[405]44Bugfix: initial data assignments to some dvrp arrays changed due to error
[407]45messages from gfortran compiler (modules)
[402]46
[420]47Bugfix: calculation of cloud droplet velocity (advec_particles)
[403]48
[420]49Bugfix: transfer of particles at south/left edge (advec_particles)
[405]50
[420]51Bugfix: calculation of collision_efficiency (collision_efficiency)
52
53advec_particles, calc_precipitation, collision_efficiency, disturb_field, modules, poisfft_hybrid, sum_up_3d_data, time_integration
54
55
Note: See TracBrowser for help on using the repository browser.