Changeset 3872 for palm/trunk/SOURCE/salsa_mod.f90
- Timestamp:
- Apr 8, 2019 3:03:06 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/salsa_mod.f90
r3871 r3872 26 26 ! ----------------- 27 27 ! $Id$ 28 ! Introduced salsa_actions module interface 29 ! 30 ! 3871 2019-04-08 14:38:39Z knoop 28 31 ! Major changes in formatting, performance and data input structure (see branch 29 32 ! the history for details) … … 7142 7145 INTEGER(iwp) :: dummy !< call location string 7143 7146 7144 IF ( bulk_cloud_model) dummy = i + j7147 IF ( salsa ) dummy = i + j 7145 7148 7146 7149 SELECT CASE ( location )
Note: See TracChangeset
for help on using the changeset viewer.