source: palm/trunk/SOURCE/CURRENT_MODIFICATIONS @ 215

Last change on this file since 215 was 215, checked in by raasch, 15 years ago

precompilation mechanism completely revised: now one depository per configuration block, further change of output messages

  • Property svn:keywords set to Id
File size: 2.6 KB
Line 
1New:
2---
3Restart runs on SGI-ICE are working (mrun).
42d-decomposition is default on SGI-ICE systems. (init_pegrid)
5
6Ocean-atmosphere coupling realized with MPI-1. mrun adjusted for this case
7(-Y option). Adjustments in mrun, mbuild, and subjob for lcxt4.
8
9DVRP arguments changed to single precision, mode pathlines added.
10
11User can add additional routines in files user_additional_routines.f90
12
13check_for_restart, check_parameters, data_output_dvrp, init_dvrp, init_pegrid, local_stop, modules, package_parin, palm, surface_coupler, timestep, user_additional_routines
14Makefile, mrun, mbuild, subjob
15
16New: init_coupling
17
18
19Changed:
20-------
21User interface has been split into single files.
22
23Precompilation mechanism (mbuild) completely revised: the source tarfile remains in
24the source directory. One depository per block (given in the config-file) is
25created. Always all files from the source directory are copied to the respective
26depository. No additional file checks are done any more (version 2.1). The
27depository name used contains the conditions given by mrun-option "-K".
28(mbuild, mrun)
29
30Output messages (including required stop of execution) can now be handled with
31the new subroutine handle_palm_message. All output messages will be replaced
32by this routine step by step within the next revisions.
33
34Makefile, mbuild, mrun, check_parameters, local_stop, modules
35
36New: handle_palm_message, user_3d_data_averaging user_actions user_advec_particles user_check_data_output user_check_data_output_pr user_data_output_2d user_data_output_3d user_data_output_dvrp user_define_netcdf_grid user_dvrp_coltab user_header user_init user_init_3d_model user_init_grid user_init_particles user_init_plant_canopy user_last_actions user_module user_parin user_particle_attributes user_read_restart_data user_spectra user_statistics
37
38Removed: user_interface
39
40Errors:
41------
42
43Size of pf3d adjusted to the required output size (1 gridpoint less, along
44all three dimensions), because output of a subset of the data
45(pf3d(nxa:nxe...) in the NF90_PUT_VAR statement caused segmentation fault
46with the INTEL compiler. (combine_plot_fields)
47
48Bugfix: error in zu index in case of section_xy = -1 (header)
49
50Inconsistency removed: as the thermal stratification is not taken into account for the evaluation of the wall
51fluxes at vertical walls, the eddy viscosity km must not be used for the evaluation of the velocity gradients dudy,
52dwdy, dvdx and dwdx. (production_e)
53
54Bugfix in calculating k index in case of oceans runs. (sort_particles)
55
56Bugfix: zero output of particle concentration and radius unless particles
57have been started (data_output_2d)
58
59
60advec_particles, combine_plot_fields, data_output_2d, header, production_e
Note: See TracBrowser for help on using the repository browser.