Changeset 3637 for palm/trunk/SOURCE/chemistry_model_mod.f90
- Timestamp:
- Dec 20, 2018 1:51:36 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/chemistry_model_mod.f90
r3636 r3637 27 27 ! ----------------- 28 28 ! $Id$ 29 ! Implementation of the PALM module interface 30 ! 31 ! 3636 2018-12-19 13:48:34Z raasch 29 32 ! nopointer option removed 30 33 ! … … 588 591 INTEGER(iwp) :: lsp !< running index for chem spcs 589 592 593 IF ( (variable(1:3) == 'kc_' .OR. variable(1:3) == 'em_') ) THEN 590 594 591 595 IF ( mode == 'allocate' ) THEN … … 662 666 ENDIF 663 667 ENDDO 668 669 ENDIF 664 670 665 671 ENDIF
Note: See TracChangeset
for help on using the changeset viewer.