Changes between Version 7 and Version 8 of doc/tec/bc


Ignore:
Timestamp:
Apr 5, 2016 2:02:17 PM (9 years ago)
Author:
maronga
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/tec/bc

    v7 v8  
    3737#!Latex
    3838\begin{align}
    39   & \label{eq:L}
     39  &
    4040L = \frac{\theta_\mathrm{v}(z) u_\ast^2}{\kappa g
    4141    \left[\theta_\ast + 0.61 \theta(z) q_\ast + 0.61
     
    4848#!Latex
    4949\begin{align}
    50   & \label{eq:scales} \theta_\ast = -
     50  & \theta_\ast = -
    5151  \frac{\overline{w^{\prime\prime}\theta^{\prime\prime}}_0}{u_\ast},~q_\ast
    5252  = -
     
    187187until ''L'' meets a convergence criterion.
    188188
    189 If {{{most_method = 'lookup'}}} is used, a table of ''Ri_\mathrm{b}'' against ''z'',,MO,,/''L'' is created at model start, based on the prescribed values of the roughness lengths. During the model run, ''Ri_\mathrm{b}'' is calculated and the respectively value of ''z'',,MO,,/''L'' is retrieved from the lookup table and using linear interpolation between the discrete values in the table. In order to speed up this method, the value of ''Ri_\mathrm{b}'' from the previous time step is used as initial value. Due to the fact that the lookup table is created at model start, it is essential that the roughness lengths are 1) homogeneous on each processor (limiting this method to homogeneous surface configurations) and should not vary during the simulation (should thus not be used when using dynamic roughness length over water surfaces).
     189If {{{most_method = 'lookup'}}} is used, a table of ''Ri_\mathrm{b}'' against ''z'',,MO,,/''L'' is created at model start, based on the prescribed values of the roughness lengths. During the model run, ''Ri,,b,,'' is calculated and the respectively value of ''z'',,MO,,/''L'' is retrieved from the lookup table and using linear interpolation between the discrete values in the table. In order to speed up this method, the value of ''Ri_\mathrm{b}'' from the previous time step is used as initial value. Due to the fact that the lookup table is created at model start, it is essential that the roughness lengths are 1) homogeneous on each processor (limiting this method to homogeneous surface configurations) and should not vary during the simulation (should thus not be used when using dynamic roughness length over water surfaces).
    190190
    191191For more details, see [source:palm/trunk/SOURCE/surface_layer_fluxes.f90 surface_layer_fluxes.f90].