Changeset 3040 for palm/trunk/SOURCE
- Timestamp:
- May 25, 2018 10:22:08 AM (7 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/flow_statistics.f90
r3004 r3040 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! 22 ! Changed the name specific humidity to mixing ratio 23 23 ! 24 24 ! Former revisions: … … 495 495 ! 496 496 !-- Horizontally averaged profiles of virtual potential temperature, 497 !-- total water content, specific humidityand liquid water potential497 !-- total water content, water vapor mixing ratio and liquid water potential 498 498 !-- temperature 499 499 IF ( humidity ) THEN -
palm/trunk/SOURCE/init_3d_model.f90
r3035 r3040 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! 22 ! Changed the name specific humidity to mixing ratio 23 23 ! 24 24 ! Former revisions: … … 1523 1523 hom(:,1,29,:) = SPREAD( vpt(:,nys,nxl), 2, statistic_regions+1 ) 1524 1524 ! 1525 !-- Store initial profile of specific humidityand potential1525 !-- Store initial profile of mixing ratio and potential 1526 1526 !-- temperature 1527 1527 IF ( cloud_physics .OR. cloud_droplets ) THEN -
palm/trunk/SOURCE/interaction_droplets_ptq.f90
r2718 r3040 25 25 ! ----------------- 26 26 ! $Id$ 27 ! Changed the name specific humidity to mixing ratio 28 ! 29 ! 2718 2018-01-02 08:49:38Z maronga 27 30 ! Corrected "Former revisions" section 28 31 ! … … 81 84 ! Description: 82 85 ! ------------ 83 !> Release of latent heat and change of specific humiditydue to condensation /86 !> Release of latent heat and change of mixing ratio due to condensation / 84 87 !> evaporation of droplets. 85 88 !------------------------------------------------------------------------------! -
palm/trunk/SOURCE/time_integration.f90
r3014 r3040 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! 22 ! Changed the name specific humidity to mixing ratio 23 23 ! 24 24 ! Former revisions: … … 693 693 694 694 ! 695 !-- Interaction of droplets with temperature and specific humidity.695 !-- Interaction of droplets with temperature and mixing ratio. 696 696 !-- Droplet condensation and evaporation is calculated within 697 697 !-- advec_particles.
Note: See TracChangeset
for help on using the changeset viewer.