[34] | 1 | New: |
---|
| 2 | --- |
---|
[420] | 3 | humidity=.T. is now usable for runs with topography. wall_humidityflux and |
---|
[407] | 4 | wall_scalarflux are the corresponding new parin arrays. |
---|
| 5 | (check_parameters, init_3d_model, parin) |
---|
[367] | 6 | |
---|
[420] | 7 | Large scale vertical motion (subsidence/ascent) can be applied to the |
---|
| 8 | prognostic equation for the potential temperature. (check_parameters, header, |
---|
[411] | 9 | Makefile, modules, parin, prognostic_equations, read_var_list, subsidence, |
---|
| 10 | write_var_list) |
---|
[367] | 11 | |
---|
[421] | 12 | A simple method for installing and running palm (with limited features) |
---|
| 13 | has been added. (Makefile, palm_simple_install, palm_simple_run) |
---|
| 14 | |
---|
[412] | 15 | check parameters, header, init_3d_model, Makefile, modules, parin, prognostic_equations, read_var_list, write_var_list |
---|
[421] | 16 | new: palm_simple_install, palm_simple_run, subsidence |
---|
[411] | 17 | |
---|
[412] | 18 | |
---|
[34] | 19 | Changed: |
---|
| 20 | ------- |
---|
[394] | 21 | var_ts is replaced by dots_max (modules,init_3d_model) |
---|
[377] | 22 | |
---|
[420] | 23 | Every cloud droplet has now an own weighting factor and can be deleted due to |
---|
| 24 | collisions. Condensation and collision of cloud droplets are adjusted |
---|
| 25 | accordingly. (advec_particles) |
---|
[359] | 26 | |
---|
[420] | 27 | Collision efficiency for large cloud droplets has changed according to table of |
---|
| 28 | Rogers and Yau. (collision_efficiency) |
---|
[394] | 29 | |
---|
[420] | 30 | advec_particles, collision_efficiency, init_3d_model, modules |
---|
| 31 | |
---|
| 32 | |
---|
[34] | 33 | Errors: |
---|
| 34 | ------ |
---|
[412] | 35 | Dimension of array stat in cascade change to prevent type problems with |
---|
| 36 | mpi2 libraries (poisfft_hybrid) |
---|
| 37 | |
---|
[420] | 38 | A loop has been splitted to make runs reproducible on HLRN |
---|
| 39 | systems. (disturb_field) |
---|
| 40 | |
---|
[398] | 41 | Bugfix: exchange of ghost points for prho included (time_integration) |
---|
[388] | 42 | |
---|
[402] | 43 | Bugfix: calculation of time-averaged surface heatfluxes (sum_up_3d_data) |
---|
[388] | 44 | |
---|
[403] | 45 | Bugfix: calculation of precipitation_rate (calc_precipitation) |
---|
[398] | 46 | |
---|
[405] | 47 | Bugfix: initial data assignments to some dvrp arrays changed due to error |
---|
[407] | 48 | messages from gfortran compiler (modules) |
---|
[402] | 49 | |
---|
[420] | 50 | Bugfix: calculation of cloud droplet velocity (advec_particles) |
---|
[403] | 51 | |
---|
[420] | 52 | Bugfix: transfer of particles at south/left edge (advec_particles) |
---|
[405] | 53 | |
---|
[420] | 54 | Bugfix: calculation of collision_efficiency (collision_efficiency) |
---|
| 55 | |
---|
| 56 | advec_particles, calc_precipitation, collision_efficiency, disturb_field, modules, poisfft_hybrid, sum_up_3d_data, time_integration |
---|
| 57 | |
---|
| 58 | |
---|