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