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/average_3d_data.f90

    r4182 r4331  
    2525! -----------------
    2626! $Id$
     27! Move 2-m potential temperature output to diagnostic_output_quantities
     28!
     29! 4182 2019-08-22 15:20:23Z scharf
    2730! Corrected "Former revisions" section
    2831!
     
    315318             ENDIF
    316319
    317          CASE ( 'theta_2m*' )
    318              IF ( ALLOCATED( pt_2m_av ) ) THEN
    319                 DO  i = nxlg, nxrg
    320                    DO  j = nysg, nyng
    321                       pt_2m_av(j,i) = pt_2m_av(j,i) / REAL( average_count_3d, KIND=wp )
    322                    ENDDO
    323                 ENDDO
    324                 CALL exchange_horiz_2d( pt_2m_av, nbgp )
    325              ENDIF
    326 
    327320          CASE ( 't*' )
    328321             IF ( ALLOCATED( ts_av ) ) THEN
Note: See TracChangeset for help on using the changeset viewer.