Changeset 355 for palm/trunk
- Timestamp:
- Jul 17, 2009 1:03:01 AM (15 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/CURRENT_MODIFICATIONS
r354 r355 110 110 Errors: 111 111 ------ 112 Bugfix: error in formatting the output (message.f90) 112 Bugfix: to_be_resorted => s_av for time-averaged scalars (data_output_2d, data_output_3d) 113 114 Bugfix: error in formatting the output (message) 113 115 114 116 Bugfix: avoid that ngp_2dh_s_inner becomes zero (init_3_model) … … 149 151 Bugfix: initial setting of time_coupling in coupled restart runs (time_integration) 150 152 151 advec_particles, check_parameters, cpu_log, data_output_2d, header, init_3d_model, init_particles, modules, netcdf, prandtl_fluxes, read_var_list, time_integration, write_var_list153 advec_particles, check_parameters, cpu_log, data_output_2d, data_output_3d, header, init_3d_model, init_particles, modules, netcdf, prandtl_fluxes, read_var_list, time_integration, write_var_list -
palm/trunk/SOURCE/data_output_2d.f90
r354 r355 9 9 ! Output of messages replaced by message handling routine. 10 10 ! Output of user defined 2D (XY) arrays at z=nzb+1 is now possible 11 ! Bugfix: to_be_resorted => s_av for time-averaged scalars 11 12 ! 12 13 ! … … 419 420 to_be_resorted => q 420 421 ELSE 421 to_be_resorted => q_av422 to_be_resorted => s_av 422 423 ENDIF 423 424 -
palm/trunk/SOURCE/data_output_3d.f90
r314 r355 7 7 ! Output of NetCDF messages with aid of message handling routine. 8 8 ! Output of messages replaced by message handling routine. 9 ! Bugfix: to_be_resorted => s_av for time-averaged scalars 9 10 ! 10 11 ! … … 268 269 to_be_resorted => q 269 270 ELSE 270 to_be_resorted => q_av271 to_be_resorted => s_av 271 272 ENDIF 272 273
Note: See TracChangeset
for help on using the changeset viewer.