Ignore:
Timestamp:
Mar 20, 2007 8:33:14 AM (18 years ago)
Author:
raasch
Message:

preliminary changes for radiation conditions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/CURRENT_MODIFICATIONS

    r72 r73  
    3333Changed:
    3434-------
     35General 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
    3537+age_m in particle_type
    3638
     
    4446Initial 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.
    4547
     48q is not allowed to become negative (prognostic_equations).
     49
    4650__vtk directives removed from main program.
    4751
    4852The uitility routine interpret_config reads PALM environment variables from NAMELIST instead using the system call GETENV.
    4953
    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_integration
     54check_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
    5155
    5256
     
    5862Bugfix in sample for reading user defined data from restart file (user_init)
    5963
     64Bugfix in setting diffusivities for cases with the outflow damping layer extending over more than one subdomain (init_3d_model)
     65
    6066Check for possible negative humidities in the initial humidity profile.
    6167
     
    6470
    6571Makefile
    66 check_parameters, init_1d_model, user_interface
     72check_parameters, init_1d_model, init_3d_model, user_interface
Note: See TracChangeset for help on using the changeset viewer.