Ignore:
Timestamp:
Oct 24, 2018 6:39:32 PM (6 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/user_spectra.f90

    r3049 r3421  
    2525! -----------------
    2626! $Id$
     27! Renamed output variables
     28!
     29! 3049 2018-05-29 13:52:36Z Giersch
    2730! Error messages revised
    2831!
     
    105108       SELECT CASE ( TRIM( data_output_sp(m) ) )
    106109         
    107           CASE ( 'u', 'v', 'w', 'pt', 'q', 's' )
     110          CASE ( 'u', 'v', 'w', 'theta', 'q', 's' )
    108111!--          Not allowed here since these are the standard quantities used in
    109112!--          preprocess_spectra.
     
    124127       SELECT CASE ( TRIM( data_output_sp(m) ) )
    125128
    126           CASE ( 'u', 'v', 'w', 'pt', 'q', 's' )
     129          CASE ( 'u', 'v', 'w', 'theta', 'q', 's' )
    127130!--          Not allowed here since these are the standard quantities used in
    128131!--          data_output_spectra.
Note: See TracChangeset for help on using the changeset viewer.