Changeset 4272 for palm/trunk/SOURCE/module_interface.f90
- Timestamp:
- Oct 23, 2019 3:18:57 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/module_interface.f90
r4268 r4272 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Further modularization of boundary conditions: moved boundary conditions to 28 ! respective modules 29 ! 30 ! 4268 2019-10-17 11:29:38Z schwenkel 27 31 ! Introduction of module_interface_boundary_conditions 28 32 ! … … 375 379 ocean_actions, & 376 380 ocean_prognostic_equations, & 381 ocean_boundary_conditions, & 377 382 ocean_swap_timelevel, & 378 383 ocean_3d_data_averaging, & … … 1296 1301 IF ( bulk_cloud_model ) CALL bcm_boundary_conditions 1297 1302 IF ( air_chemistry ) CALL chem_boundary_conditions 1303 IF ( ocean_mode ) CALL ocean_boundary_conditions 1298 1304 IF ( salsa ) CALL salsa_boundary_conditions 1299 1305
Note: See TracChangeset
for help on using the changeset viewer.