Changes between Version 487 and Version 488 of doc/tec/changelog_2018
- Timestamp:
- Oct 27, 2015 8:21:05 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/tec/changelog_2018
v487 v488 34 34 '''New:''' 35 35 * new module {{{surface_layer_fluxes.f90}}} added (replaces {prandtl_fluxes.f90}). PALM now offers three methods to derive the surface fluxes that are steered via the {{{inipar}}} parameter {{{most_method}}}: 36 37 36 * the "old" method ({{{most_method = 'circular'}}}, which is the fastest method, but inaccurate) 38 39 37 * a new method based on the evaluation of the Richardson number to derive the Obukhov length by using a Newton iteration algorithm ({{{most_method = 'newton'}}} accurate, but relatively slow) 40 41 38 * a new method (new default) based on the evaluation of the Richardson number to derive the Obukhov length using a lookup-table ({{{most_method = 'lookup'}}} accurate, faster than the Newton iteration method, but slightly slower than the old method). Please note that this method cannot be used when the surface roughness (in terms of roughness length) is not homogeneously distributed. 42 39 … … 48 45 * in the course of the implementation of the new surface flux calculations, the following parameters have been changed: 49 46 * {{{rif}}} was removed 50 51 47 * {{{rif_max}}} and {{{rif_min}}} have been renamed to {{{zeta_max}}} and {{{zeta_min}}} ({{{zeta = z_mo/L}}} with {{{z_mo}}} being the height of the constant flux layer, and {{{L}}} being the Obukhov length 52 53 48 * limits for {{{zeta_max}}} and {{{zeta_min}}} have been changed to allow better representation of free convection and very stable conditions 49 * default values for {{{dissipation_1d}}} and {{{mixing_length_1d}}} were changed to {{{'detering'}}} and {{{'blackadar'}, respectively. 54 50 55 51 * similarity functions for stable conditions has bee altered to allow for very stable conditions 56 57 * default values for {{{dissipation_1d}}} and {{{mixing_length_1d}}} were changed to {{{'detering'}}} and {{{'blackadar'}, respectively.58 52 59 53 * The output of the Obukhov length has been revised and is now evaluated as the horizontal average of the 2d field {{{ol(j,i)}}}.