Ignore:
Timestamp:
Oct 29, 2019 3:15:39 PM (4 years ago)
Author:
schwenkel
Message:

Moved boundary_conds to dynamics module

File:
1 edited

Legend:

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

    r4272 r4281  
    2525! -----------------
    2626! $Id$
     27! Added dynamics boundary conditions
     28!
     29! 4272 2019-10-23 15:18:57Z schwenkel
    2730! Further modularization of boundary conditions: moved boundary conditions to
    2831! respective modules
     
    179182               dynamics_exchange_horiz, &
    180183               dynamics_prognostic_equations, &
     184               dynamics_boundary_conditions, &
    181185               dynamics_swap_timelevel, &
    182186               dynamics_3d_data_averaging, &
     
    197201               tcm_actions, &
    198202               tcm_prognostic_equations, &
     203               tcm_boundary_conds, &
    199204               tcm_swap_timelevel, &
    200205               tcm_3d_data_averaging, &
     
    12991304    IF ( debug_output_timestep )  CALL debug_message( 'module-specific boundary_conditions', 'start' )
    13001305
     1306    CALL dynamics_boundary_conditions
     1307    CALL tcm_boundary_conds
     1308
    13011309    IF ( bulk_cloud_model    )  CALL bcm_boundary_conditions
    13021310    IF ( air_chemistry       )  CALL chem_boundary_conditions
Note: See TracChangeset for help on using the changeset viewer.