Ignore:
Timestamp:
Dec 20, 2018 1:51:36 AM (5 years ago)
Author:
knoop
Message:

M Makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/chemistry_model_mod.f90

    r3636 r3637  
    2727! -----------------
    2828! $Id$
     29! Implementation of the PALM module interface
     30!
     31! 3636 2018-12-19 13:48:34Z raasch
    2932! nopointer option removed
    3033!
     
    588591    INTEGER(iwp) :: lsp                 !< running index for chem spcs
    589592
     593    IF ( (variable(1:3) == 'kc_' .OR. variable(1:3) == 'em_')  )  THEN
    590594
    591595    IF ( mode == 'allocate' )  THEN
     
    662666          ENDIF
    663667       ENDDO
     668
     669    ENDIF
    664670
    665671    ENDIF
Note: See TracChangeset for help on using the changeset viewer.