Changeset 3999


Ignore:
Timestamp:
May 23, 2019 4:09:37 PM (5 years ago)
Author:
suehring
Message:

in a nested run spend 3 ghost points also for 2nd-order pw-scheme

Location:
palm/trunk/SOURCE
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/Makefile

    r3994 r3999  
    2525# -----------------
    2626# $Id$
     27# add dependency for init_pegrid
     28#
     29# 3994 2019-05-22 18:08:09Z suehring
    2730# new module for calculation and output of diagnostic quantities added
    2831#
     
    11431146        mod_kinds.o \
    11441147        modules.o \
     1148        pmc_interface_mod.o \
    11451149        spectra_mod.o \
    11461150        synthetic_turbulence_generator_mod.o \
  • palm/trunk/SOURCE/init_pegrid.f90

    r3897 r3999  
    2525! -----------------
    2626! $Id$
     27! Spend 3 ghost points also in case of pw-scheme when nesting is applied
     28!
     29! 3897 2019-04-15 11:51:14Z suehring
    2730! Minor revision of multigrid check; give warning instead of an abort.
    2831!
     
    292295     
    293296    USE pegrid
     297   
     298    USE pmc_interface,                                                         &
     299        ONLY:  nested_run
    294300     
    295301    USE spectra_mod,                                                           &
     
    749755!-- Determine the number of ghost point layers
    750756    IF ( scalar_advec   == 'ws-scheme'  .OR.                                   &
    751          momentum_advec == 'ws-scheme' )  THEN
     757         momentum_advec == 'ws-scheme'  .OR.  nested_run )  THEN
    752758       nbgp = 3
    753759    ELSE
Note: See TracChangeset for help on using the changeset viewer.