Changeset 3454 for palm/trunk/SOURCE


Ignore:
Timestamp:
Oct 30, 2018 2:02:30 PM (5 years ago)
Author:
schwenkel
Message:

Bugfix: Missing air_chemistry statement for profile check

File:
1 edited

Legend:

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

    r3452 r3454  
    2525! -----------------
    2626! $Id$
     27! Bugfix: Missing air_chemistry statement for profile check
     28!
     29! 3452 2018-10-30 13:13:34Z schwenkel
    2730! Bugfix for profiles output
    2831!
     
    29252928             ENDIF
    29262929
    2927              IF ( unit == 'illegal' )  THEN
     2930             IF ( unit == 'illegal' .AND.  air_chemistry )  THEN
    29282931                CALL chem_check_data_output_pr( data_output_pr(i), i, unit,    &
    29292932                                                dopr_unit(i) )
Note: See TracChangeset for help on using the changeset viewer.