Changeset 3517
- Timestamp:
- Nov 12, 2018 4:27:08 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/check_parameters.f90
r3472 r3517 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! 23 ! 2017-10-10 11:29:14Z monakurppa 24 ! Implementation of a new aerosol module salsa. 22 ! 25 23 ! 26 24 ! Former revisions: 27 25 ! ----------------- 28 26 ! $Id$ 27 ! bugfix: renamed 'w*2pt*' -> 'w*2theta*' 28 ! 'w*pt*2' -> 'w*theta*2' 29 ! 30 ! 2017-10-10 11:29:14Z monakurppa 31 ! Implementation of a new aerosol module salsa. 32 ! 33 ! 3472 2018-10-30 20:43:50Z suehring 29 34 ! Bugfix: Missing air_chemistry statement for profile check 30 35 ! … … 2542 2547 hom(:,2,34,:) = SPREAD( zu, 2, statistic_regions+1 ) 2543 2548 2544 CASE ( 'w*2 pt*' )2549 CASE ( 'w*2theta*' ) 2545 2550 dopr_index(i) = 35 2546 2551 dopr_unit(i) = 'K m2/s2' 2547 2552 hom(:,2,35,:) = SPREAD( zw, 2, statistic_regions+1 ) 2548 2553 2549 CASE ( 'w* pt*2' )2554 CASE ( 'w*theta*2' ) 2550 2555 dopr_index(i) = 36 2551 2556 dopr_unit(i) = 'K2 m/s'
Note: See TracChangeset
for help on using the changeset viewer.