Changeset 4397 for palm/trunk/TUTORIALS/cases/lsm_long/INPUT
- Timestamp:
- Feb 7, 2020 5:02:15 PM (5 years ago)
- 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 !------------------------------------------------------------------------------- 1 5 &initialization_parameters 2 6 ! … … 25 29 pt_vertical_gradient = 0.0, 26 30 3.0, 27 0.0, 31 0.0, ! piecewise temp gradients 28 32 pt_vertical_gradient_level = 0.0, 29 33 800.0, 30 1600.0, 34 1600.0, ! height level of temp gradients 31 35 32 q_surface = 0.01 3, ! mixing ratio --> rel. hum. = ?36 q_surface = 0.01, ! mixing ratio --> rel. hum. = ? 33 37 34 surface_pressure = 1000.0, 38 surface_pressure = 1000.0, ! in hPa 35 39 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' 38 41 ! 39 42 !-- physics … … 64 67 rayleigh_damping_factor = 0.01, ! strength of Rayleigh damping 65 68 66 / ! end of initialization parameter namelist69 / 67 70 68 71 !------------------------------------------------------------------------------- 69 72 !-- RUNTIME PARAMETER NAMELIST 70 ! Documentation: https://palm.muk.uni-hannover.de/trac/wiki/doc/app/d3par73 ! https://palm.muk.uni-hannover.de/trac/wiki/doc/app/runtime_parameters 71 74 !------------------------------------------------------------------------------- 72 75 &runtime_parameters … … 99 102 'w"q"', 'w*q*', 'w*e*', 100 103 '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 103 105 104 106 section_xy = 0, ! surface variables only … … 128 130 'c_liq*_xy', 'c_liq*_xy_av', 129 131 '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 / 134 135 135 136 !------------------------------------------------------------------------------- 136 137 !-- LAND-SURFACE PARAMETER NAMELIST 137 ! Documentation: https://palm.muk.uni-hannover.de/trac/wiki/doc/app/lsmpar138 ! https://palm.muk.uni-hannover.de/trac/wiki/doc/app/land_surface_parameters 138 139 !------------------------------------------------------------------------------- 139 140 &land_surface_parameters … … 151 152 ! (0 - 1) 152 153 c_surface = 0.0, ! surface heat capacity 153 conserve_water_content = .T ., ! closed (T) or open (F) lower boundary154 conserve_water_content = .TRUE., ! closed (T) or open (F) lower boundary 154 155 155 / ! end of land-surface parameter namelist156 / 156 157 157 158 !------------------------------------------------------------------------------- 158 159 !-- RADIATION PARAMETER NAMELIST 159 ! Documentation: https://palm.muk.uni-hannover.de/trac/wiki/doc/app/radpar160 ! https://palm.muk.uni-hannover.de/trac/wiki/doc/app/radiation_parameters 160 161 !------------------------------------------------------------------------------- 161 162 &radiation_parameters … … 163 164 dt_radiation = 60.0, ! Time step of the radiation model 164 165 165 / ! end of radiation parameter namelist166 /
Note: See TracChangeset
for help on using the changeset viewer.