Changes between Version 486 and Version 487 of doc/tec/changelog_2018


Ignore:
Timestamp:
Oct 27, 2015 8:19:25 AM (9 years ago)
Author:
maronga
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/tec/changelog_2018

    v486 v487  
    3535* 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}}}:
    3636
    37   * the "old" method ({{{most_method = 'circular'}}}, which is the fastest method, but inaccurate)
    38 
    39   * 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   * a new method 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)
     37     * the "old" method ({{{most_method = 'circular'}}}, which is the fastest method, but inaccurate)
     38
     39     * 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     * 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.
    4242
    4343  * Output of radiative heating rates added in case of RRTMG is used as radiation scheme. The radiation tendency for potential temperature is now directly calculated using the heating rates from RRTMG.