Changeset 1701 for palm/trunk/SOURCE/check_parameters.f90
- Timestamp:
- Nov 2, 2015 7:43:04 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/check_parameters.f90
r1692 r1701 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! 21 ! Bugfix: definition of rad_net timeseries was missing 22 22 ! 23 23 ! Former revisions: … … 3116 3116 ENDIF 3117 3117 3118 CASE ( 'rad_net' ) 3119 IF ( (.NOT. radiation) .OR. radiation_scheme == 'constant' ) THEN 3120 message_string = 'data_output_pr = ' // & 3121 TRIM( data_output_pr(i) ) // ' is not ava' // & 3122 'lable for radiation = .FALSE. or ' // & 3123 'radiation_scheme = "constant"' 3124 CALL message( 'check_parameters', 'PA0408', 1, 2, 0, 6, 0 ) 3125 ELSE 3126 dopr_index(i) = 101 3127 dopr_unit(i) = 'W/m2' 3128 hom(:,2,101,:) = SPREAD( zw, 2, statistic_regions+1 ) 3129 ENDIF 3130 3118 3131 CASE ( 'rad_lw_in' ) 3119 3132 IF ( (.NOT. radiation) .OR. radiation_scheme == 'constant' ) THEN
Note: See TracChangeset
for help on using the changeset viewer.