Ignore:
Timestamp:
Jul 13, 2017 1:34:42 PM (7 years ago)
Author:
suehring
Message:

Set bottom boundary conditions after nesting interpolation and anterpolation

File:
1 edited

Legend:

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

    r2299 r2311  
    2525! -----------------
    2626! $Id$
     27! Set bottom boundary conditions after nesting interpolation and anterpolation
     28!
     29! 2299 2017-06-29 10:14:38Z maronga
    2730! Call of soil model adjusted
    2831!
     
    356359
    357360    USE pmc_interface,                                                         &
    358         ONLY:  nested_run, nesting_mode, pmci_datatrans,                       &
     361        ONLY:  nested_run, nesting_mode, pmci_boundary_conds, pmci_datatrans,  &
    359362               pmci_ensure_nest_mass_conservation, pmci_synchronize
    360363
     
    664667                IF ( .NOT. constant_diffusion )  CALL exchange_horiz( e, nbgp )
    665668             ENDIF
     669!
     670!--          Set boundary conditions again after interpolation and anterpolation.
     671             CALL pmci_boundary_conds
    666672!
    667673!--          Correct the w top-BC in nest domains to ensure mass conservation.
Note: See TracChangeset for help on using the changeset viewer.