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