Changeset 187 for palm/trunk/SOURCE/CURRENT_MODIFICATIONS
- Timestamp:
- Aug 6, 2008 4:25:09 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/CURRENT_MODIFICATIONS
r184 r187 42 42 Changed: 43 43 ------- 44 Modification of the integrated version of the profile function for momentum 45 for unstable stratification; more consistent flux definitions. (wall_fluxes, 46 production_e) 47 44 48 Strict grid matching along z is not needed for mg-solver. (check_parameters) 45 49 … … 79 83 (init_1d_model) 80 84 81 advec_s_ups, advec_u_ups, advec_v_ups, advec_w_ups, calc_spectra, check_open, check_parameters, cpu_statistics, init_1d_model, init_3d_model, modules, palm, parin, poisfft, read_var_list, read_3d_binary, transpose, write_var_list, write_3d_binary85 advec_s_ups, advec_u_ups, advec_v_ups, advec_w_ups, calc_spectra, check_open, check_parameters, cpu_statistics, init_1d_model, init_3d_model, modules, palm, parin, poisfft, production_e, read_var_list, read_3d_binary, transpose, wall_fluxes, write_var_list, write_3d_binary 82 86 83 87 84 88 Errors: 85 89 ------ 90 Bugfix: change definition of us_wall from 1D to 2D. Tests showed that this decreases 91 u* by some 10% and increases TKE and momentum fluxes by some 10% because friction 92 was underestimated and momentum fluxes were wrongly calculated due to the bug. 93 (prandtl_fluxes, wall_fluxes) 94 86 95 Bugfix: calculation of horizontal fluxes at vertical walls (diffusion_s) 87 96 … … 106 115 107 116 Introduce prefix_chr to ensure unique dvrp_file path. 117 108 118 small bugfixes for user_interface sample code (comments): 109 119 - initialize ustvst with 0.0 as it is now computed only until nxr and nyn 110 120 - two ALLOCATE statements moved from user_read_restart_data back to user_init 111 121 - remove 'READ (13) u2_av' statement in user_read_restart_data 122 112 123 Bugfix: remove IF statement in plant_canopy_model_ij (plant_canopy_model) 124 113 125 Bugfix: divide sums(k,8) (e) and sums(k,34) (e*) by ngp_2dh_s_inner(k,sr) 114 126 (like other scalars) (flow_statistics) 127 115 128 Bugfix: dopr_time_count was written on the binary file, which caused that 116 129 NetCDF files newly created by restart files (no append of existing files!) 117 130 contained uneccessary time levels. (read_3d_binary, write_3d_binary) 131 118 132 Bugfix: extra '*' removed in user_statistics sample code (user_interface) 133 119 134 Bugfix: a stop command was missing in some cases of the parallel branch (local_stop) 135 120 136 Bugfix in volume flow control for non-cyclic boundary conditions (pres) 137 121 138 Bugfix: misplaced #endif directives (combine_plot_fields) 122 139 140 check_parameters, diffusion_s, flow_statistics, init_dvrp, init_3d_model, local_stop, plant_canopy_model, poismg, prandtl_fluxes, pres, read_3d_binary, user_interface, wall_fluxes, write_3d_binary 123 141 124 check_parameters, diffusion_s, flow_statistics, init_dvrp, init_3d_model, local_stop, plant_canopy_model, poismg, pres, read_3d_binary, user_interface, write_3d_binary125
Note: See TracChangeset
for help on using the changeset viewer.