source: palm/trunk/SOURCE/CURRENT_MODIFICATIONS @ 414

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

data asignments for dvrp arrays switched back to old settings due to runtime problems; type problem in mpi_waitall (poisfft_hybrid) fixed for mpi2 libraries

  • Property svn:keywords set to Id
File size: 1.2 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
12check parameters, header, init_3d_model, Makefile, modules, parin, prognostic_equations, read_var_list, write_var_list
13new: subsidence
14
15
16Changed:
17-------
18var_ts is replaced by dots_max (modules,init_3d_model)
19
20init_3d_model, modules
21
22
23Errors:
24------
25Dimension of array stat in cascade change to prevent type problems with
26mpi2 libraries (poisfft_hybrid)
27
28Bugfix: exchange of ghost points for prho included (time_integration)
29
30Bugfix: calculation of time-averaged surface heatfluxes (sum_up_3d_data)
31
32Bugfix: calculation of precipitation_rate (calc_precipitation)
33
34Bugfix: initial data assignments to some dvrp arrays changed due to error
35messages from gfortran compiler (modules)
36
37calc_precipitation, modules, poisfft_hybrid, sum_up_3d_data, time_integration
38
39
Note: See TracBrowser for help on using the repository browser.