Ignore:
Timestamp:
Feb 7, 2020 5:02:15 PM (5 years ago)
Author:
scharf
Message:

updated Tutorials lsm_short and lsm_long

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/TUTORIALS/cases/lsm_long/INPUT/lsm_long_p3d

    r4222 r4397  
     1!-------------------------------------------------------------------------------
     2!-- INITIALIZATION PARAMETER NAMELIST
     3!   https://palm.muk.uni-hannover.de/trac/wiki/doc/app/initialization_parameters
     4!-------------------------------------------------------------------------------
    15&initialization_parameters
    26!
     
    2529    pt_vertical_gradient       = 0.0,
    2630                                 3.0,
    27                                  0.0,     ! piecewise temp gradients
     31                                 0.0,    ! piecewise temp gradients
    2832    pt_vertical_gradient_level = 0.0,
    2933                                 800.0,
    30                                  1600.0,  ! height level of temp gradients
     34                                 1600.0, ! height level of temp gradients
    3135 
    32     q_surface                  = 0.013,   ! mixing ratio --> rel. hum. = ?
     36    q_surface                  = 0.01,   ! mixing ratio --> rel. hum. = ?
    3337
    34     surface_pressure           = 1000.0,  ! in hPa
     38    surface_pressure           = 1000.0, ! in hPa
    3539
    36     day_of_year_init           = 172,     ! June 21
    37     time_utc_init              = 43200.0, ! 12:00 UTC
     40    origin_date_time           = '2019-06-21 12:00:00 +00'
    3841!
    3942!-- physics
     
    6467    rayleigh_damping_factor    = 0.01,   ! strength of Rayleigh damping
    6568
    66 / ! end of initialization parameter namelist
     69/
    6770
    6871!-------------------------------------------------------------------------------
    6972!-- RUNTIME PARAMETER NAMELIST
    70 !   Documentation: https://palm.muk.uni-hannover.de/trac/wiki/doc/app/d3par
     73!   https://palm.muk.uni-hannover.de/trac/wiki/doc/app/runtime_parameters
    7174!-------------------------------------------------------------------------------
    7275&runtime_parameters
     
    99102                                 'w"q"', 'w*q*', 'w*e*',
    100103                                 'theta*2', 'q*2', 'u*2', 'v*2', 'w*2',
    101                                  '#t_soil', '#m_soil',  ! Profile
    102                                                         ! output
     104                                 '#t_soil', '#m_soil',  ! Profile output
    103105
    104106    section_xy                 = 0, ! surface variables only
     
    128130                                 'c_liq*_xy',     'c_liq*_xy_av',
    129131                                 'c_soil*_xy',    'c_soil*_xy_av',
    130                                  'c_veg*_xy',     'c_veg*_xy_av', ! 2d and/
    131                                                                   ! or 3d
    132                                                                   ! output
    133 / ! end of runtime parameter namelist
     132                                 'c_veg*_xy',     'c_veg*_xy_av', ! 2d and/or
     133                                                                  ! 3d output
     134/
    134135
    135136!-------------------------------------------------------------------------------
    136137!-- LAND-SURFACE PARAMETER NAMELIST
    137 !   Documentation: https://palm.muk.uni-hannover.de/trac/wiki/doc/app/lsmpar
     138!   https://palm.muk.uni-hannover.de/trac/wiki/doc/app/land_surface_parameters
    138139!-------------------------------------------------------------------------------
    139140&land_surface_parameters
     
    151152                                       ! (0 - 1)
    152153    c_surface                  = 0.0,  ! surface heat capacity
    153     conserve_water_content     = .T.,  ! closed (T) or open (F) lower boundary
     154    conserve_water_content     = .TRUE.,  ! closed (T) or open (F) lower boundary
    154155
    155 / ! end of land-surface parameter namelist
     156/
    156157
    157158!-------------------------------------------------------------------------------
    158159!-- RADIATION PARAMETER NAMELIST
    159 !   Documentation: https://palm.muk.uni-hannover.de/trac/wiki/doc/app/radpar
     160!   https://palm.muk.uni-hannover.de/trac/wiki/doc/app/radiation_parameters
    160161!-------------------------------------------------------------------------------
    161162&radiation_parameters
     
    163164    dt_radiation               = 60.0, ! Time step of the radiation model
    164165
    165 / ! end of radiation parameter namelist
     166/
Note: See TracChangeset for help on using the changeset viewer.