Changeset 73 for palm/trunk/SOURCE/CURRENT_MODIFICATIONS
- Timestamp:
- Mar 20, 2007 8:33:14 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/CURRENT_MODIFICATIONS
r72 r73 33 33 Changed: 34 34 ------- 35 General revision of non-cyclic horizontal boundary conditions: radiation boundary conditions are now used instead of Neumann conditions at the outflow (calculation needs velocity values for t-dt, which are stored on new arrays u_m_l, u_m_r, etc.), calculation of mean outflow is not needed any more, additional gridpoints along x and y (uxrp, vynp) are not needed any more, routine "boundary_conds" now operates on timelevel t+dt and is not split in two parts (main, uvw_outflow) any more, Neumann boundary conditions at inflow/outflow in case of non-cyclic boundary conditions for all 2d-arrays that are handled by exchange_horiz_2d 36 35 37 +age_m in particle_type 36 38 … … 44 46 Initial velocities at nzb+1 are regarded for volume flow control in case they have been set zero before (to avoid small timesteps); see new internal parameters u/v_nzb_p1_for_vfc. 45 47 48 q is not allowed to become negative (prognostic_equations). 49 46 50 __vtk directives removed from main program. 47 51 48 52 The uitility routine interpret_config reads PALM environment variables from NAMELIST instead using the system call GETENV. 49 53 50 check_parameters, data_output_dvrp, data_output_ptseries, data_output_ts, flow_statistics, header, init_particles, init_3d_model, modules, palm, package_parin, parin, time_integration54 check_parameters, data_output_dvrp, data_output_ptseries, data_output_ts, exchange_horiz_2d, flow_statistics, header, init_particles, init_pegrid, init_3d_model, modules, palm, package_parin, parin, prognostic_equations, read_3d_binary, time_integration, write_3d_binary 51 55 52 56 … … 58 62 Bugfix in sample for reading user defined data from restart file (user_init) 59 63 64 Bugfix in setting diffusivities for cases with the outflow damping layer extending over more than one subdomain (init_3d_model) 65 60 66 Check for possible negative humidities in the initial humidity profile. 61 67 … … 64 70 65 71 Makefile 66 check_parameters, init_1d_model, user_interface72 check_parameters, init_1d_model, init_3d_model, user_interface
Note: See TracChangeset
for help on using the changeset viewer.