Changeset 3467 for palm/trunk/SOURCE/boundary_conds.f90
- Timestamp:
- Oct 30, 2018 7:05:21 PM (6 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE
-
palm/trunk/SOURCE/boundary_conds.f90
r3347 r3467 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Implementation of a new aerosol module salsa. 28 ! 29 ! 3347 2018-10-15 14:21:08Z suehring 27 30 ! Bugfix in setting boundary conditions in offline nesting 28 31 ! … … 240 243 USE pmc_interface, & 241 244 ONLY : nesting_mode, rans_mode_parent 245 246 USE salsa_mod, & 247 ONLY: salsa, salsa_boundary_conds 242 248 243 249 USE surface_mod, & … … 1373 1379 1374 1380 ENDIF 1381 1382 IF ( salsa ) THEN 1383 CALL salsa_boundary_conds 1384 ENDIF 1375 1385 1376 1386 END SUBROUTINE boundary_conds
Note: See TracChangeset
for help on using the changeset viewer.