Ignore:
Timestamp:
Oct 24, 2018 6:39:32 PM (5 years ago)
Author:
gronemeier
Message:

new surface-data output; renamed output variables (pt to theta, rho_air to rho, rho_ocean to rho_sea_water)

File:
1 edited

Legend:

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

    r3337 r3421  
    2525! -----------------
    2626! $Id$
     27! Renamed output variables
     28!
     29! 3419 2018-10-24 17:27:31Z gronemeier
    2730! (from resler branch)
    2831! Add biometeorology output,
     
    250253             ENDIF
    251254
    252           CASE ( 'lpt' )
     255          CASE ( 'thetal' )
    253256             IF ( ALLOCATED( lpt_av ) ) THEN
    254257                DO  i = nxlg, nxrg
     
    313316             ENDIF
    314317
    315           CASE ( 'pt' )
     318          CASE ( 'theta' )
    316319             IF ( ALLOCATED( pt_av ) ) THEN
    317320                DO  i = nxlg, nxrg
     
    463466             ENDIF
    464467
    465           CASE ( 'u*' )
     468          CASE ( 'us*' )
    466469             IF ( ALLOCATED( us_av ) ) THEN
    467470                DO  i = nxlg, nxrg
     
    484487             ENDIF
    485488
    486           CASE ( 'vpt' )
     489          CASE ( 'thetav' )
    487490             IF ( ALLOCATED( vpt_av ) ) THEN
    488491                DO  i = nxlg, nxrg
Note: See TracChangeset for help on using the changeset viewer.