source: palm/trunk/SOURCE/CURRENT_MODIFICATIONS @ 438

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

2d-decomposition is default on Cray-XT machines

  • Property svn:keywords set to Id
File size: 2.1 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
[421]12A simple method for installing and running palm (with limited features)
13has been added. (Makefile, palm_simple_install, palm_simple_run)
14
[412]15check parameters, header, init_3d_model, Makefile, modules, parin, prognostic_equations, read_var_list, write_var_list
[421]16new: palm_simple_install, palm_simple_run, subsidence
[411]17
[412]18
[34]19Changed:
20-------
[438]212d-decomposition is default for Cray-XT machines (init_pegrid)
22
[394]23var_ts is replaced by dots_max (modules,init_3d_model)
[377]24
[420]25Every cloud droplet has now an own weighting factor and can be deleted due to
26collisions. Condensation and collision of cloud droplets are adjusted
27accordingly. (advec_particles)
[359]28
[420]29Collision efficiency for large cloud droplets has changed according to table of
30Rogers and Yau. (collision_efficiency)
[394]31
[438]32advec_particles, collision_efficiency, init_3d_model, init_pegrid, modules
[420]33
34
[34]35Errors:
36------
[430]37Bugfix: index problem concerning gradient_level indices removed (header)
38
[412]39Dimension of array stat in cascade change to prevent type problems with
40mpi2 libraries (poisfft_hybrid)
41
[420]42A loop has been splitted to make runs reproducible on HLRN
43systems. (disturb_field)
44
[398]45Bugfix: exchange of ghost points for prho included (time_integration)
[388]46
[402]47Bugfix: calculation of time-averaged surface heatfluxes (sum_up_3d_data)
[388]48
[403]49Bugfix: calculation of precipitation_rate (calc_precipitation)
[398]50
[405]51Bugfix: initial data assignments to some dvrp arrays changed due to error
[407]52messages from gfortran compiler (modules)
[402]53
[420]54Bugfix: calculation of cloud droplet velocity (advec_particles)
[403]55
[420]56Bugfix: transfer of particles at south/left edge (advec_particles)
[405]57
[420]58Bugfix: calculation of collision_efficiency (collision_efficiency)
59
[430]60advec_particles, calc_precipitation, collision_efficiency, disturb_field, header, modules, poisfft_hybrid, sum_up_3d_data, time_integration
[420]61
62
Note: See TracBrowser for help on using the repository browser.