- Timestamp:
- May 23, 2019 4:09:37 PM (6 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/Makefile
r3994 r3999 25 25 # ----------------- 26 26 # $Id$ 27 # add dependency for init_pegrid 28 # 29 # 3994 2019-05-22 18:08:09Z suehring 27 30 # new module for calculation and output of diagnostic quantities added 28 31 # … … 1143 1146 mod_kinds.o \ 1144 1147 modules.o \ 1148 pmc_interface_mod.o \ 1145 1149 spectra_mod.o \ 1146 1150 synthetic_turbulence_generator_mod.o \ -
palm/trunk/SOURCE/init_pegrid.f90
r3897 r3999 25 25 ! ----------------- 26 26 ! $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 27 30 ! Minor revision of multigrid check; give warning instead of an abort. 28 31 ! … … 292 295 293 296 USE pegrid 297 298 USE pmc_interface, & 299 ONLY: nested_run 294 300 295 301 USE spectra_mod, & … … 749 755 !-- Determine the number of ghost point layers 750 756 IF ( scalar_advec == 'ws-scheme' .OR. & 751 momentum_advec == 'ws-scheme' ) THEN757 momentum_advec == 'ws-scheme' .OR. nested_run ) THEN 752 758 nbgp = 3 753 759 ELSE
Note: See TracChangeset
for help on using the changeset viewer.