Last change
on this file since 127 was
124,
checked in by raasch, 17 years ago
|
further bugfixes for the ocean part
|
-
Property svn:keywords set to
Id
|
File size:
1.2 KB
|
Rev | Line | |
---|
[34] | 1 | New: |
---|
| 2 | --- |
---|
| 3 | |
---|
[114] | 4 | Pressure boundary conditions for vertical walls added to the multigrid solver. |
---|
| 5 | They are applied using new wall flag arrays (wall_flags_..) which are defined |
---|
| 6 | for each grid level. New argument gls added to routine user_init_grid |
---|
| 7 | (user_interface). |
---|
[57] | 8 | |
---|
[116] | 9 | Frequence of sorting particles can be controlled with new particles_par |
---|
| 10 | parameter dt_sort_particles. Sorting is moved from the SGS timestep loop in |
---|
| 11 | advec_particles after the end of this loop. |
---|
[114] | 12 | |
---|
[117] | 13 | advec_particles, check_parameters, header, init_grid, init_particles, init_pegrid, modules, package_parin, read_var_list, user_interface, write_var_list |
---|
[114] | 14 | |
---|
[116] | 15 | |
---|
[34] | 16 | Changed: |
---|
| 17 | ------- |
---|
[73] | 18 | |
---|
[120] | 19 | Status of 3D-volume NetCDF data file only depends on switch netcdf_64bit_3d (check_open) |
---|
[76] | 20 | |
---|
[120] | 21 | check_open |
---|
| 22 | |
---|
| 23 | |
---|
[34] | 24 | Errors: |
---|
| 25 | ------ |
---|
[114] | 26 | |
---|
[124] | 27 | Several bugfixes in the ocean part: Initial density rho is calculated |
---|
| 28 | (init_ocean). Error in initializing u_init and v_init removed |
---|
| 29 | (check_parameters). Calculation of density flux now starts from |
---|
| 30 | nzb+1 (production_e). |
---|
| 31 | |
---|
[114] | 32 | Bugfix: pleft/pright changed to pnorth/psouth in sendrecv of particle tail |
---|
[119] | 33 | numbers along y, small bugfixes in the SGS part (advec_particles) |
---|
[114] | 34 | |
---|
| 35 | Bugfix: model_string needed a default value (combine_plot_fields) |
---|
| 36 | |
---|
[121] | 37 | |
---|
[124] | 38 | advec_particles, check_parameters, combine_plot_fields, init_ocean, production_e |
---|
Note: See
TracBrowser
for help on using the repository browser.