source: palm/trunk/SOURCE/CURRENT_MODIFICATIONS @ 430

Last change on this file since 430 was 430, checked in by raasch, 14 years ago

bugfix concerning gradient_level indices in header

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