Ignore:
Timestamp:
Aug 6, 2008 4:25:09 PM (16 years ago)
Author:
letzel
Message:
  • new: descriptions of plant canopy model and prandtl layer (trunk/DOC/misc)
  • changed: more consistent flux definitions; modification of the integrated version of the profile function for momentum for unstable stratification (wall_fluxes, production_e)
  • bugfix: change definition of us_wall from 1D to 2D (prandtl_fluxes, wall_fluxes)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/CURRENT_MODIFICATIONS

    r184 r187  
    4242Changed:
    4343-------
     44Modification of the integrated version of the profile function for momentum
     45for unstable stratification; more consistent flux definitions. (wall_fluxes,
     46production_e)
     47
    4448Strict grid matching along z is not needed for mg-solver. (check_parameters)
    4549
     
    7983(init_1d_model)
    8084
    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_binary
     85advec_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
    8286
    8387
    8488Errors:
    8589------
     90Bugfix: change definition of us_wall from 1D to 2D. Tests showed that this decreases
     91u* by some 10% and increases TKE and momentum fluxes by some 10% because friction
     92was underestimated and momentum fluxes were wrongly calculated due to the bug.
     93(prandtl_fluxes, wall_fluxes)
     94
    8695Bugfix: calculation of horizontal fluxes at vertical walls (diffusion_s)
    8796
     
    106115
    107116Introduce prefix_chr to ensure unique dvrp_file path.
     117
    108118small bugfixes for user_interface sample code (comments):
    109119- initialize ustvst with 0.0 as it is now computed only until nxr and nyn
    110120- two ALLOCATE statements moved from user_read_restart_data back to user_init
    111121- remove 'READ (13) u2_av' statement in user_read_restart_data
     122
    112123Bugfix: remove IF statement in plant_canopy_model_ij (plant_canopy_model)
     124
    113125Bugfix: divide sums(k,8) (e) and sums(k,34) (e*) by ngp_2dh_s_inner(k,sr)
    114126(like other scalars) (flow_statistics)
     127
    115128Bugfix: dopr_time_count was written on the binary file, which caused that
    116129NetCDF files newly created by restart files (no append of existing files!)
    117130contained uneccessary time levels. (read_3d_binary, write_3d_binary)
     131
    118132Bugfix: extra '*' removed in user_statistics sample code (user_interface)
     133
    119134Bugfix: a stop command was missing in some cases of the parallel branch (local_stop)
     135
    120136Bugfix in volume flow control for non-cyclic boundary conditions (pres)
     137
    121138Bugfix: misplaced #endif directives (combine_plot_fields)
    122139
     140check_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
    123141
    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_binary
    125 
Note: See TracChangeset for help on using the changeset viewer.