Ignore:
Timestamp:
Dec 10, 2019 6:25:02 PM (4 years ago)
Author:
suehring
Message:

New diagnostic output for 10-m wind speed; Diagnostic output of 2-m potential temperature moved to diagnostic output

File:
1 edited

Legend:

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

    r4301 r4331  
    2525! -----------------
    2626! 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
    2730! removed message PA0421, concerning old parameter recycling_yshift
    2831!
     
    23852388
    23862389          CASE ( 'ghf*', 'lwp*', 'ol*', 'qsws*', 'r_a*',                       &
    2387                  'shf*', 'ssws*', 't*', 'theta_2m*', 'tsurf*', 'us*',          &
     2390                 'shf*', 'ssws*', 't*', 'tsurf*', 'us*',                       &
    23882391                 'z0*', 'z0h*', 'z0q*' )
    23892392             IF ( k == 0  .OR.  data_output(i)(ilen-2:ilen) /= '_xy' )  THEN
     
    24242427                                 'res passive_scalar = .TRUE.'
    24252428                CALL message( 'check_parameters', 'PA0361', 1, 2, 0, 6, 0 )
    2426              ENDIF
    2427 !
    2428 !--          Activate calculation of 2m temperature if output is requested
    2429              IF ( TRIM( var ) == 'theta_2m*' )  THEN
    2430                 do_output_at_2m = .TRUE.
    2431                 unit = 'K'
    24322429             ENDIF
    24332430
Note: See TracChangeset for help on using the changeset viewer.