Changeset 139 for palm/trunk/SOURCE/CURRENT_MODIFICATIONS
- Timestamp:
- Nov 29, 2007 9:37:41 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/CURRENT_MODIFICATIONS
r138 r139 2 2 --- 3 3 4 Plant canopy model of Watanabe (2004,BLM 112,307-341) added.5 It can be switched on by the inipar parameter plant_canopy.6 The inipar parameter canopy_mode can be used to prescribe a7 plant canopy type. The default case is a homogeneous plant8 canopy. Heterogeneous distributions of the leaf area9 density and the canopy drag coefficient can be defined in the10 new routine user_init_plant_canopy (user_interface).11 The inipar parameters lad_surface, lad_vertical_gradient and12 lad_vertical_gradient_level can be used in order to13 prescribe the vertical profile of leaf area density. The14 inipar parameter drag_coefficient determines the canopy15 drag coefficient.16 Finally, the inipar parameter pch_index determines the17 index of the upper boundary of the plant canopy.18 19 Allow new case bc_uv_t = 'dirichlet_0' for channel flow.20 21 For unknown variables (CASE DEFAULT) call new subroutine user_data_output_dvrp22 23 Pressure boundary conditions for vertical walls added to the multigrid solver.24 They are applied using new wall flag arrays (wall_flags_..) which are defined25 for each grid level. New argument gls added to routine user_init_grid26 (user_interface).27 28 Frequence of sorting particles can be controlled with new particles_par29 parameter dt_sort_particles. Sorting is moved from the SGS timestep loop in30 advec_particles after the end of this loop.31 32 advec_particles, check_parameters, data_output_dvrp, header, init_3d_model, init_grid, init_particles, init_pegrid, modules, package_parin, parin, plant_canopy_model, read_var_list, read_3d_binary, user_interface, write_var_list, write_3d_binary33 4 34 5 … … 36 7 ------- 37 8 38 Redefine initial nzb_local as the actual total size of topography (later the39 extent of topography in nzb_local is reduced by 1dx at the E topography walls40 and by 1dy at the N topography walls to form the basis for nzb_s_inner);41 for consistency redefine 'single_building' case.42 43 Vertical profiles now based on nzb_s_inner; they are divided by44 ngp_2dh_s_inner (scalars, procucts of scalars) and ngp_2dh (staggered velocity45 components and their products, procucts of scalars and velocity components),46 respectively.47 48 Allow two instead of one digit to specify isosurface and slicer variables.49 50 Status of 3D-volume NetCDF data file only depends on switch netcdf_64bit_3d (check_open)51 52 prognostic_equations include the respective wall_*flux in the parameter list of53 calls of diffusion_s. Same as before, only the values of wall_heatflux(0:4)54 can be assigned. At present, wall_humidityflux, wall_qflux, wall_salinityflux,55 and wall_scalarflux are kept zero. diffusion_s uses the respective wall_*flux56 instead of wall_heatflux. This update serves two purposes:57 - it avoids errors in calculations with humidity/scalar/salinity and prescribed58 non-zero wall_heatflux,59 - it prepares PALM for a possible assignment of wall fluxes of60 humidity/scalar/salinity in a future release.61 62 buoyancy, check_open, data_output_dvrp, diffusion_s, diffusivities, flow_statistics, header, init_3d_model, init_dvrp, init_grid, modules, prognostic_equations63 9 64 10 … … 66 12 ------ 67 13 68 Bugfix: summation of sums_l_l in diffusivities.69 14 70 Several bugfixes in the ocean part: Initial density rho is calculated71 (init_ocean). Error in initializing u_init and v_init removed72 (check_parameters). Calculation of density flux now starts from73 nzb+1 (production_e).74 75 Bugfix: pleft/pright changed to pnorth/psouth in sendrecv of particle tail76 numbers along y, small bugfixes in the SGS part (advec_particles)77 78 Bugfix: model_string needed a default value (combine_plot_fields)79 80 Bugfix: wavenumber calculation for even nx in routines maketri (poisfft)81 82 Bugfix: assignment of fluxes at walls83 84 Bugfix: absolute value of f must be used when calculating the Blackadar mixing length (init_1d_model)85 86 advec_particles, check_parameters, combine_plot_fields, diffusion_s, diffusivities, init_ocean, init_1d_model, poisfft, production_e
Note: See TracChangeset
for help on using the changeset viewer.