Changeset 3664 for palm/trunk


Ignore:
Timestamp:
Jan 9, 2019 2:00:37 PM (5 years ago)
Author:
forkel
Message:

Replaced misplaced location message by @todo

File:
1 edited

Legend:

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

    r3654 r3664  
    2727! -----------------
    2828! $Id$
     29! Replaced misplaced location message by @todo
     30!
     31!
     32! 3654 2019-01-07 16:31:57Z suehring
    2933! Disable misplaced location message
    3034!
     
    25902594    INTEGER(iwp) ::  m    !<
    25912595    INTEGER(iwp) ::  lpr  !< running index chem spcs
    2592     LOGICAL      ::  ts_calc = .TRUE.
    25932596
    25942597    !    REAL(wp),                                                                                      &
     
    26212624          ENDDO
    26222625       ENDDO
    2623     ELSEIF ( mode == 'time_series' .and. ts_calc )  THEN
    2624 !        CALL location_message( 'Time series not calculated for chemistry', .TRUE. )
    2625        ts_calc = .FALSE.
     2626    ELSEIF ( mode == 'time_series' )  THEN
     2627!      @todo
    26262628    ENDIF
    26272629
Note: See TracChangeset for help on using the changeset viewer.