Ignore:
Timestamp:
Feb 5, 2020 3:37:04 PM (4 years ago)
Author:
Giersch
Message:

Tutorial example_cbl updated

File:
1 edited

Legend:

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

    r4224 r4396  
    11!-------------------------------------------------------------------------------
    22!-- INITIALIZATION PARAMETER NAMELIST
    3 !   Documentation: https://palm.muk.uni-hannover.de/trac/wiki/doc/app/inipar
     3!   https://palm.muk.uni-hannover.de/trac/wiki/doc/app/initialization_parameters
    44!-------------------------------------------------------------------------------
    55&initialization_parameters
     
    2626
    2727    pt_surface                 = 300.0, ! initial surface potential temp
    28 
    29     pt_vertical_gradient       =    0.0,
    30                                     1.0, ! piecewise temp gradients
    31     pt_vertical_gradient_level =    0.0,
    32                                   800.0, ! height level of temp gradients
    33 
     28    pt_vertical_gradient       = 0.0,
     29                                 1.0,   ! piecewise temp gradients
     30    pt_vertical_gradient_level = 0.0,
     31                                 800.0, ! height level of temp gradients
    3432
    3533!
     
    3937    bc_pt_b                    = 'neumann', ! required with surface_heatflux
    4038
    41 !    rayleigh_damping_height    = 3500.0, ! Rayleigh damping height (in m)
    42 !    rayleigh_damping_factor    = 0.01,   ! Rayleigh damping factor
    4339!
    4440!-- numerics
     
    5046!-------------------------------------------------------------------------------
    5147!-- RUNTIME PARAMETER NAMELIST
    52 !   Documentation: https://palm.muk.uni-hannover.de/trac/wiki/doc/app/d3par
     48!   https://palm.muk.uni-hannover.de/trac/wiki/doc/app/runtime_parameters
    5349!-------------------------------------------------------------------------------
    5450&runtime_parameters
Note: See TracChangeset for help on using the changeset viewer.