Ignore:
Timestamp:
Oct 23, 2019 3:18:57 PM (5 years ago)
Author:
schwenkel
Message:

further modularization of boundary conditions: moving boundary conditions to their modules

File:
1 edited

Legend:

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

    r4268 r4272  
    2525! -----------------
    2626! $Id$
     27! Further modularization of boundary conditions: moved boundary conditions to
     28! respective modules
     29!
     30! 4268 2019-10-17 11:29:38Z schwenkel
    2731! Introduction of module_interface_boundary_conditions
    2832!
     
    375379               ocean_actions,                                                  &
    376380               ocean_prognostic_equations,                                     &
     381               ocean_boundary_conditions,                                      &
    377382               ocean_swap_timelevel,                                           &
    378383               ocean_3d_data_averaging,                                        &
     
    12961301    IF ( bulk_cloud_model    )  CALL bcm_boundary_conditions
    12971302    IF ( air_chemistry       )  CALL chem_boundary_conditions
     1303    IF ( ocean_mode          )  CALL ocean_boundary_conditions
    12981304    IF ( salsa               )  CALL salsa_boundary_conditions
    12991305
Note: See TracChangeset for help on using the changeset viewer.