Ignore:
Timestamp:
Sep 10, 2019 12:49:41 PM (5 years ago)
Author:
Giersch
Message:

Three Tutorial cases updated for newest version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/TUTORIALS/cases/example_cbl/INPUT/example_cbl_p3d

    r4098 r4224  
    1515    dz                         = 50.0, ! Size of single gridbox in z-direction
    1616
    17     dz_stretch_level           = 1225.0, ! Height (in m) where stretching starts
     17    dz_stretch_level           = 1200.0, ! Height (in m) where stretching starts
    1818    dz_stretch_factor          = 1.08,   ! dz(k+1) = dz(k) * dz_stretch_factor
    1919!
     
    3838    surface_heatflux           = 0.1, ! sensible heat flux at the bottom surface
    3939    bc_pt_b                    = 'neumann', ! required with surface_heatflux
     40
     41!    rayleigh_damping_height    = 3500.0, ! Rayleigh damping height (in m)
     42!    rayleigh_damping_factor    = 0.01,   ! Rayleigh damping factor
    4043!
    4144!-- numerics
     
    5760    create_disturbances        = .TRUE., ! randomly perturbate horiz. velocity
    5861    dt_disturb                 = 150.0,  ! interval for random perturbations
    59     disturbance_energy_limit   = 0.01,   ! upper limit for perturbation energy
     62    disturbance_energy_limit   = 0.015,   ! upper limit for perturbation energy
    6063
    6164    data_output_2d_on_each_pe  = .FALSE., ! don't do 2D output on each MPI rank
     
    6972    dt_data_output             = 900.0,  ! output interval for general data
    7073    dt_data_output_av          = 1800.0, ! output interval for averaged data
     74    dt_do3d                    = 900.0,  ! output interval for 3D data
     75    dt_do2d_xy                 = 900.0,  ! output interval for 2D XY data
     76    dt_do2d_xz                 = 900.0,  ! output interval for 2D XZ data
     77    dt_do2d_yz                 = 900.0,  ! output interval for 2D YZ data
    7178    dt_dopr                    = 900.0,  ! output interval for profile data
    7279
     
    100107
    101108/ ! end of runtime parameter namelist
    102 
     109 
Note: See TracChangeset for help on using the changeset viewer.