Ignore:
Timestamp:
Dec 19, 2018 1:48:34 PM (6 years ago)
Author:
raasch
Message:

nopointer option removed

File:
1 edited

Legend:

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

    r3611 r3636  
    2222! Current revisions:
    2323! -----------------
    24 !
    25 !
     24! 
     25! 
    2626! Former revisions:
    2727! -----------------
    2828! $Id$
     29! nopointer option removed
     30!
     31! 3611 2018-12-07 14:14:11Z banzhafs
    2932! Minor formatting             
    3033!
     
    16741677
    16751678    IMPLICIT NONE
    1676 !-- local variables
     1679
     1680!
     1681!-- Local variables
    16771682    INTEGER(iwp) ::  i                 !< running index for for horiz numerical grid points
    16781683    INTEGER(iwp) ::  j                 !< running index for for horiz numerical grid points
    16791684    INTEGER(iwp) ::  lsp               !< running index for chem spcs
    16801685    INTEGER(iwp) ::  lpr_lev           !< running index for chem spcs profile level
    1681 !
    1682 !-- NOPOINTER version not implemented yet
    1683 ! #if defined( __nopointer )
    1684 !     message_string = 'The chemistry module only runs with POINTER version'
    1685 !     CALL message( 'chemistry_model_mod', 'CM0001', 1, 2, 0, 6, 0 )     
    1686 ! #endif
     1686
    16871687!
    16881688!-- Allocate memory for chemical species
     
    17031703
    17041704
    1705     DO lsp = 1, nspec
     1705    DO  lsp = 1, nspec
    17061706       chem_species(lsp)%name    = spc_names(lsp)
    17071707
Note: See TracChangeset for help on using the changeset viewer.