Ignore:
Timestamp:
Jul 22, 2019 5:05:21 PM (5 years ago)
Author:
suehring
Message:

last changes documented

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/advec_ws.f90

    r4109 r4110  
    2020! Current revisions:
    2121! ------------------
     22!
     23!
     24! Former revisions:
     25! -----------------
     26! $Id$
    2227! - Separate initialization of advection flags for momentum and scalars. In this
    2328!   context, resort the bits and do some minor formatting.
     
    3843!   advection
    3944!
    40 ! Former revisions:
    41 ! -----------------
    42 ! $Id$
     45! 4109 2019-07-22 17:00:34Z suehring
    4346! Implementation of a flux limiter according to Skamarock (2006) for the
    4447! vertical scalar advection. Please note, this is only implemented for the
     
    122125! Change in file header (GPL part)
    123126! Implement advection for TKE-dissipation in case of RANS-TKE-e closure (TG)
    124 ! Allocate advc_flags_m/2 within ws_init_flags instead of init_grid
     127! Allocate advc_flags_1/2 within ws_init_flags instead of init_grid
    125128! Change argument list for exchange_horiz_2d_int (MS)
    126129!
     
    136139!
    137140! 2232 2017-05-30 17:47:52Z suehring
    138 ! Rename wall_flags_0 and wall_flags_00 into advc_flags_m and advc_flags_m,
     141! Rename wall_flags_0 and wall_flags_00 into advc_flags_m and advc_flags_1,
    139142! respectively.
    140 ! Set advc_flags_m/2 on basis of wall_flags_0/00 instead of nzb_s/u/v/w_inner.
    141 ! Setting advc_flags_m/2 also for downward-facing walls
     143! Set advc_flags_1/2 on basis of wall_flags_0/00 instead of nzb_s/u/v/w_inner.
     144! Setting advc_flags_1/2 also for downward-facing walls
    142145!
    143146! 2200 2017-04-11 11:37:51Z suehring
     
    262265! vector version.
    263266! Degradation of the applied order of scheme is now steered by multiplying with
    264 ! Integer advc_flags_m. 2nd order scheme, WS3 and WS5 are calculated on each
     267! Integer advc_flags_1. 2nd order scheme, WS3 and WS5 are calculated on each
    265268! grid point and mulitplied with the appropriate flag.
    266269! 2nd order numerical dissipation term changed. Now the appropriate 2nd order
Note: See TracChangeset for help on using the changeset viewer.