Ignore:
Timestamp:
Oct 7, 2020 1:25:11 PM (4 years ago)
Author:
schwenkel
Message:

Move exchange_horiz from time_integration to modules

File:
1 edited

Legend:

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

    r4717 r4731  
    2525! -----------------
    2626! $Id$
     27! Move exchange_horiz from time_integration to modules
     28!
     29! 4717 2020-09-30 22:27:40Z pavelkrc
    2730! Fixes and optimizations of OpenMP parallelization, formatting of OpenMP
    2831! directives (J. Resler)
     
    411414!-- Module Inferface for exchange horiz after non_advective_processes but before advection.
    412415!-- Therefore, non_advective_processes must not run for ghost points.
    413     CALL module_interface_exchange_horiz()
     416    CALL module_interface_exchange_horiz( 'before_prognostic_equation' )
    414417!
    415418!-- Loop over all prognostic equations
     
    917920!-- Module Inferface for exchange horiz after non_advective_processes but before advection.
    918921!-- Therefore, non_advective_processes must not run for ghost points.
    919     CALL module_interface_exchange_horiz()
     922    CALL module_interface_exchange_horiz( 'before_prognostic_equation' )
    920923!
    921924!-- u-velocity component
Note: See TracChangeset for help on using the changeset viewer.