Ignore:
Timestamp:
Nov 28, 2011 9:47:19 AM (12 years ago)
Author:
raasch
Message:

scalar quantities can be excluded from Rayleigh damping; bugfix for long lines in configuration file with more than 300 characters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/modules.f90

    r779 r785  
    55! Current revisions:
    66! -----------------
    7 !
     7! +scalar_rayleigh_damping, rdf_sc
    88!
    99! Former revisions:
     
    264264    REAL, DIMENSION(:), ALLOCATABLE ::                                         &
    265265          ddzu, ddzu_pres, dd2zu, dzu, ddzw, dzw, hyp, inflow_damping_factor,  &
    266           km_damp_x, km_damp_y, lad, l_grid, pt_init, q_init, rdf, sa_init,    &
    267           ug, u_init, u_nzb_p1_for_vfc, vg, v_init, v_nzb_p1_for_vfc, w_subs, &
    268           zu, zw
     266          km_damp_x, km_damp_y, lad, l_grid, pt_init, q_init, rdf, rdf_sc,     &
     267          sa_init, ug, u_init, u_nzb_p1_for_vfc, vg, v_init, v_nzb_p1_for_vfc, &
     268          w_subs, zu, zw
    269269
    270270    REAL, DIMENSION(:,:), ALLOCATABLE ::                                       &
     
    538538                outflow_l = .FALSE., outflow_n = .FALSE., outflow_r = .FALSE., &
    539539                outflow_s = .FALSE., passive_scalar = .FALSE., &
    540                 plant_canopy = .FALSE., &
    541                 prandtl_layer = .TRUE., precipitation = .FALSE., &
    542                 profil_output = .FALSE., radiation = .FALSE., &
    543                 random_heatflux = .FALSE., run_control_header = .FALSE., &
    544                 run_coupled = .TRUE., sloping_surface = .FALSE., &
     540                plant_canopy = .FALSE., prandtl_layer = .TRUE., &
     541                precipitation = .FALSE., profil_output = .FALSE., &
     542                radiation = .FALSE., random_heatflux = .FALSE., &
     543                run_control_header = .FALSE., run_coupled = .TRUE., &
     544                scalar_rayleigh_damping = .TRUE., sloping_surface = .FALSE., &
    545545                stop_dt = .FALSE., synchronous_exchange = .FALSE., &
    546546                terminate_run = .FALSE., turbulent_inflow = .FALSE., &
Note: See TracChangeset for help on using the changeset viewer.