Changeset 3685 for palm/trunk/SOURCE/salsa_mod.f90
- Timestamp:
- Jan 21, 2019 1:02:11 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/salsa_mod.f90
r3655 r3685 26 26 ! ----------------- 27 27 ! $Id$ 28 ! Some interface calls moved to module_interface + cleanup 29 ! 30 ! 3655 2019-01-07 16:51:22Z knoop 28 31 ! Implementation of the PALM module interface 29 32 ! … … 1182 1185 INTEGER(iwp) :: j 1183 1186 1187 CALL location_message( 'initializing SALSA model', .TRUE. ) 1188 1184 1189 bin_low_limits = 0.0_wp 1185 1190 nsect = 0.0_wp … … 1317 1322 CALL salsa_set_source 1318 1323 ENDIF 1324 1325 CALL location_message( 'finished', .TRUE. ) 1319 1326 1320 1327 END SUBROUTINE salsa_init
Note: See TracChangeset
for help on using the changeset viewer.