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

    r2977 r3026  
    2626! -----------------
    2727! $Id$
     28! Changed the name specific humidity to mixing ratio, since we are computing
     29! mixing ratios.
     30!
     31! 2977 2018-04-17 10:27:57Z kanani
    2832! Implement changes from branch radiation (r2948-2971) with minor modifications,
    2933! plus some formatting.
     
    244248
    245249       REAL(wp), DIMENSION(:), ALLOCATABLE ::  pt1       !< Potential temperature at first grid level
    246        REAL(wp), DIMENSION(:), ALLOCATABLE ::  qv1       !< Specific humidity at first grid level
     250       REAL(wp), DIMENSION(:), ALLOCATABLE ::  qv1       !< mixing ratio at first grid level
    247251       REAL(wp), DIMENSION(:,:), ALLOCATABLE ::  css     !< scaling parameter chemical species
    248252!
     
    10361040!
    10371041!--    Arrays for storing potential temperature and
    1038 !--    specific humidity at first grid level
     1042!--    mixing ratio at first grid level
    10391043       DEALLOCATE ( surfaces%pt1 )
    10401044       DEALLOCATE ( surfaces%qv1 )
     
    11601164!
    11611165!--    Arrays for storing potential temperature and
    1162 !--    specific humidity at first grid level
     1166!--    mixing ratio at first grid level
    11631167       ALLOCATE ( surfaces%pt1(1:surfaces%ns) )
    11641168       ALLOCATE ( surfaces%qv1(1:surfaces%ns) )
     
    14141418!
    14151419!--    Arrays for storing potential temperature and
    1416 !--    specific humidity at first grid level
     1420!--    mixing ratio at first grid level
    14171421       DEALLOCATE ( surfaces%pt1 )
    14181422       DEALLOCATE ( surfaces%qv1 )
     
    15361540!
    15371541!--    Arrays for storing potential temperature and
    1538 !--    specific humidity at first grid level
     1542!--    mixing ratio at first grid level
    15391543       ALLOCATE ( surfaces%pt1(1:surfaces%ns) )
    15401544       ALLOCATE ( surfaces%qv1(1:surfaces%ns) )
Note: See TracChangeset for help on using the changeset viewer.