source: palm/trunk/SOURCE/CURRENT_MODIFICATIONS @ 475

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

make options can be set in configuration file; bugfix for generating serial jobs; bugfix for masked output

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