Changeset 3454 for palm/trunk/SOURCE/check_parameters.f90
- Timestamp:
- Oct 30, 2018 2:02:30 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/check_parameters.f90
r3452 r3454 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Bugfix: Missing air_chemistry statement for profile check 28 ! 29 ! 3452 2018-10-30 13:13:34Z schwenkel 27 30 ! Bugfix for profiles output 28 31 ! … … 2925 2928 ENDIF 2926 2929 2927 IF ( unit == 'illegal' ) THEN2930 IF ( unit == 'illegal' .AND. air_chemistry ) THEN 2928 2931 CALL chem_check_data_output_pr( data_output_pr(i), i, unit, & 2929 2932 dopr_unit(i) )
Note: See TracChangeset
for help on using the changeset viewer.