Changeset 4331 for palm/trunk/SOURCE/check_parameters.f90
- Timestamp:
- Dec 10, 2019 6:25:02 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/check_parameters.f90
r4301 r4331 25 25 ! ----------------- 26 26 ! 4172 2019-08-20 11:55:33Z oliver.maas 27 ! Move 2-m potential temperature output to diagnostic_output_quantities 28 ! 29 ! 11:55:33Z oliver.maas 27 30 ! removed message PA0421, concerning old parameter recycling_yshift 28 31 ! … … 2385 2388 2386 2389 CASE ( 'ghf*', 'lwp*', 'ol*', 'qsws*', 'r_a*', & 2387 'shf*', 'ssws*', 't*', 't heta_2m*', 'tsurf*', 'us*',&2390 'shf*', 'ssws*', 't*', 'tsurf*', 'us*', & 2388 2391 'z0*', 'z0h*', 'z0q*' ) 2389 2392 IF ( k == 0 .OR. data_output(i)(ilen-2:ilen) /= '_xy' ) THEN … … 2424 2427 'res passive_scalar = .TRUE.' 2425 2428 CALL message( 'check_parameters', 'PA0361', 1, 2, 0, 6, 0 ) 2426 ENDIF2427 !2428 !-- Activate calculation of 2m temperature if output is requested2429 IF ( TRIM( var ) == 'theta_2m*' ) THEN2430 do_output_at_2m = .TRUE.2431 unit = 'K'2432 2429 ENDIF 2433 2430
Note: See TracChangeset
for help on using the changeset viewer.