Changeset 420 for palm/trunk/SOURCE/CURRENT_MODIFICATIONS
- Timestamp:
- Jan 13, 2010 3:10:53 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/CURRENT_MODIFICATIONS
r412 r420 1 1 New: 2 2 --- 3 humidity=.T. is now usable for runs with topography. wall_humidityflux and 3 humidity=.T. is now usable for runs with topography. wall_humidityflux and 4 4 wall_scalarflux are the corresponding new parin arrays. 5 5 (check_parameters, init_3d_model, parin) 6 6 7 Large scale vertical motion (subsidence/ascent) can be applied to the 8 prognostic equation for the potential temperature. (check_parameters, header, 7 Large scale vertical motion (subsidence/ascent) can be applied to the 8 prognostic equation for the potential temperature. (check_parameters, header, 9 9 Makefile, modules, parin, prognostic_equations, read_var_list, subsidence, 10 10 write_var_list) … … 18 18 var_ts is replaced by dots_max (modules,init_3d_model) 19 19 20 init_3d_model, modules 20 Every cloud droplet has now an own weighting factor and can be deleted due to 21 collisions. Condensation and collision of cloud droplets are adjusted 22 accordingly. (advec_particles) 23 24 Collision efficiency for large cloud droplets has changed according to table of 25 Rogers and Yau. (collision_efficiency) 26 27 advec_particles, collision_efficiency, init_3d_model, modules 21 28 22 29 … … 25 32 Dimension of array stat in cascade change to prevent type problems with 26 33 mpi2 libraries (poisfft_hybrid) 34 35 A loop has been splitted to make runs reproducible on HLRN 36 systems. (disturb_field) 27 37 28 38 Bugfix: exchange of ghost points for prho included (time_integration) … … 35 45 messages from gfortran compiler (modules) 36 46 37 calc_precipitation, modules, poisfft_hybrid, sum_up_3d_data, time_integration 47 Bugfix: calculation of cloud droplet velocity (advec_particles) 48 49 Bugfix: transfer of particles at south/left edge (advec_particles) 50 51 Bugfix: calculation of collision_efficiency (collision_efficiency) 52 53 advec_particles, calc_precipitation, collision_efficiency, disturb_field, modules, poisfft_hybrid, sum_up_3d_data, time_integration 38 54 39 55
Note: See TracChangeset
for help on using the changeset viewer.