source: palm/trunk/SOURCE/CURRENT_MODIFICATIONS @ 129

Last change on this file since 129 was 129, checked in by letzel, 16 years ago

prognostic_equations include the respective wall_*flux in the parameter list of
calls of diffusion_s. Same as before, only the values of wall_heatflux(0:4)
can be assigned. At present, wall_humidityflux, wall_qflux, wall_salinityflux,
wall_scalarflux are kept zero. diffusion_s uses the respective wall_*flux
instead of wall_heatflux. This update serves two purposes:

  • it avoids errors in calculations with humidity/scalar/salinity and prescribed

non-zero wall_heatflux,

  • it prepares PALM for a possible assignment of wall fluxes of

humidity/scalar/salinity in a future release.

Bugfix: assignment of fluxes at walls

Updates to documentation:
chapter_4.2.html#mode_dvrp
chapter_3.5.4.html#time_series

Default for mrun options -q and -n is "sla3" for lctit. Queues bes1 and bes2
removed. DOC/misc/Tsubame.html updated.

Modified default paths (/work/...) for lctit in .mrun.config.default

  • Property svn:keywords set to Id
File size: 2.0 KB
Line 
1New:
2---
3
4Pressure boundary conditions for vertical walls added to the multigrid solver.
5They are applied using new wall flag arrays (wall_flags_..) which are defined
6for each grid level. New argument gls added to routine user_init_grid
7(user_interface).
8
9Frequence of sorting particles can be controlled with new particles_par
10parameter dt_sort_particles. Sorting is moved from the SGS timestep loop in
11advec_particles after the end of this loop.
12
13advec_particles, check_parameters, header, init_grid, init_particles, init_pegrid, modules, package_parin, read_var_list, user_interface, write_var_list
14
15
16Changed:
17-------
18
19Status of 3D-volume NetCDF data file only depends on switch netcdf_64bit_3d (check_open)
20
21prognostic_equations include the respective wall_*flux in the parameter list of
22calls of diffusion_s. Same as before, only the values of wall_heatflux(0:4)
23can be assigned. At present, wall_humidityflux, wall_qflux, wall_salinityflux,
24and wall_scalarflux are kept zero. diffusion_s uses the respective wall_*flux
25instead of wall_heatflux. This update serves two purposes:
26- it avoids errors in calculations with humidity/scalar/salinity and prescribed
27non-zero wall_heatflux,
28- it prepares PALM for a possible assignment of wall fluxes of
29humidity/scalar/salinity in a future release.
30
31check_open, diffusion_s, modules, prognostic_equations
32
33
34Errors:
35------
36
37Several bugfixes in the ocean part: Initial density rho is calculated
38(init_ocean). Error in initializing u_init and v_init removed
39(check_parameters). Calculation of density flux now starts from
40nzb+1 (production_e).
41
42Bugfix: pleft/pright changed to pnorth/psouth in sendrecv of particle tail
43numbers along y, small bugfixes in the SGS part (advec_particles)
44
45Bugfix: model_string needed a default value (combine_plot_fields)
46
47Bugfix: wavenumber calculation for even nx in routines maketri (poisfft)
48
49Bugfix: assignment of fluxes at walls
50
51advec_particles, check_parameters, combine_plot_fields, diffusion_s, init_ocean, poisfft, production_e
Note: See TracBrowser for help on using the repository browser.