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

    r3405 r3421  
    2525! -----------------
    2626! $Id$
     27! Renamed output variables
     28!
     29! 3419 2018-10-24 17:27:31Z gronemeier
    2730! bugfix: nx, ny are required in non-parallel case
    2831!
     
    418421             ENDIF
    419422
    420           CASE ( 'lpt' )
     423          CASE ( 'thetal' )
    421424             IF ( av == 0 )  THEN
    422425                to_be_resorted => pt
     
    512515             ENDIF
    513516
    514           CASE ( 'pt' )
     517          CASE ( 'theta' )
    515518             IF ( av == 0 )  THEN
    516519                IF ( .NOT. bulk_cloud_model ) THEN
     
    671674             ENDIF
    672675
    673           CASE ( 'vpt' )
     676          CASE ( 'thetav' )
    674677             IF ( av == 0 )  THEN
    675678                to_be_resorted => vpt
Note: See TracChangeset for help on using the changeset viewer.