Changes between Version 168 and Version 169 of doc/app/initialization_parameters
- Timestamp:
- Nov 28, 2011 6:57:27 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/initialization_parameters
v168 v169 1185 1185 {{{#!td 1186 1186 Bottom boundary condition of the potential temperature.\\\\ 1187 Allowed values are '' 'dirichlet' '' (pt(k=0) = const. = [#pt_surface pt_surface] + [#pt_surface_initial_change pt_surface_initial_change] ;the user may change this value during the run using [../userint#user-defined user-defined] code) and '' 'neumann' '' (pt(k=0)=pt(k=1)).1187 Allowed values are '' 'dirichlet' '' (pt(k=0) = const. = [#pt_surface pt_surface] + [#pt_surface_initial_change pt_surface_initial_change] (the user may change this value during the run using [../userint#user-defined user-defined] code) and '' 'neumann' '' (pt(k=0)=pt(k=1)). 1188 1188 When a constant surface sensible heat flux is used ([#surface_heatflux surface_heatflux]), '''bc_pt_b''' = '' 'neumann' '' must be used, because otherwise the resolved scale may contribute to the surface flux so that a constant value cannot be guaranteed.\\\\ 1189 1189 In the coupled atmosphere executable, '''bc_pt_b''' is internally set and does not need to be prescribed. … … 1221 1221 {{{#!td 1222 1222 Bottom boundary condition of the specific humidity / total water content.\\\\ 1223 Allowed values are '' 'dirichlet' '' (q(k=0) = const. = [#q_surface q_surface] + [#q_surface_initial_change q_surface_initial_change] ; the user may change this value during the run using [#user-defined] code) and '' 'neumann' '' (q(k=0)=q(k=1)).1223 Allowed values are '' 'dirichlet' '' (q(k=0) = const. = [#q_surface q_surface] + [#q_surface_initial_change q_surface_initial_change] (the user may change this value during the run using [../userint#user-defined user-defined] code) and '' 'neumann' '' (q(k=0)=q(k=1)). 1224 1224 When a constant surface latent heat flux is used ([#surface_waterflux surface_waterflux]), '''bc_q_b''' = '' 'neumann' '' must be used, because otherwise the resolved scale may contribute to the surface flux so that a constant value cannot be guaranteed. 1225 1225 }}}