Ignore:
Timestamp:
May 22, 2018 10:30:53 AM (6 years ago)
Author:
schwenkel
Message:

Changed the name specific humidity to mixing ratio

File:
1 edited

Legend:

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

    r3016 r3026  
    2828! -----------------
    2929! $Id$
     30! Changed the name specific humidity to mixing ratio, since we are computing
     31! mixing ratios.
     32!
     33! 3016 2018-05-09 10:53:37Z Giersch
    3034! Revised structure of reading svf data according to PALM coding standard:
    3135! svf_code_field/len and fsvf removed, error messages PA0493 and PA0494 added,
     
    590594
    591595    REAL(wp), DIMENSION(:), ALLOCATABLE :: hyp_snd,     & !< hypostatic pressure from sounding data (hPa)
    592                                            q_snd,       & !< specific humidity from sounding data (kg/kg) - dummy at the moment
     596                                           q_snd,       & !< mixing ratio from sounding data (kg/kg) - dummy at the moment
    593597                                           rrtm_tsfc,   & !< dummy array for storing surface temperature
    594598                                           t_snd          !< actual temperature from sounding data (hPa)
Note: See TracChangeset for help on using the changeset viewer.