Ignore:
Timestamp:
Aug 3, 2017 2:24:56 PM (7 years ago)
Author:
knoop
Message:

Bugfix for topography usage with anelastic approximation and boussinesq approximation with air density != 1

File:
1 edited

Legend:

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

    r2320 r2329  
    2525! -----------------
    2626! $Id$
     27! Bugfix: index corrected for rho_air and rho_air_zw output
     28!
     29! 2320 2017-07-21 12:47:43Z suehring
    2730! Modularize large-scale forcing and nudging
    2831!
     
    27482751
    27492752          CASE ( 'rho_air' )
    2750              dopr_index(i)  = 121
     2753             dopr_index(i)  = 119
    27512754             dopr_unit(i)   = 'kg/m3'
    2752              hom(:,2,121,:) = SPREAD( zu, 2, statistic_regions+1 )
     2755             hom(:,2,119,:) = SPREAD( zu, 2, statistic_regions+1 )
    27532756
    27542757          CASE ( 'rho_air_zw' )
    2755              dopr_index(i)  = 122
     2758             dopr_index(i)  = 120
    27562759             dopr_unit(i)   = 'kg/m3'
    2757              hom(:,2,122,:) = SPREAD( zw, 2, statistic_regions+1 )
     2760             hom(:,2,120,:) = SPREAD( zw, 2, statistic_regions+1 )
    27582761
    27592762          CASE ( 'nc' )
Note: See TracChangeset for help on using the changeset viewer.