source: palm/trunk/SOURCE/CURRENT_MODIFICATIONS @ 480

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

compare_palm_logs is now part of compiled utilities; slight change of using compare_palm_logs

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