- Timestamp:
- Apr 30, 2014 12:17:54 PM (11 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/flow_statistics.f90
r1382 r1383 21 21 ! Current revisions: 22 22 ! ----------------- 23 ! 24 ! 25 ! Former revisions: 26 ! ----------------- 27 ! $Id$ 28 ! 29 ! 1382 2014-04-30 12:15:41Z boeske 23 30 ! Renamed variables which store large scale forcing tendencies 24 31 ! pt_lsa -> td_lsa_lpt, pt_subs -> td_sub_lpt, … … 27 34 ! advection and subsidence terms at nzt+1 28 35 ! 29 ! Former revisions:30 ! -----------------31 ! $Id$32 !33 36 ! 1374 2014-04-25 12:55:07Z raasch 34 37 ! bugfix: syntax errors removed from openacc-branch -
palm/trunk/SOURCE/ls_forcing.f90
r1382 r1383 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 27 ! 28 ! 1382 2014-04-30 12:15:41Z boeske 22 29 ! Renamed variables which store large scale forcing tendencies 23 30 ! pt_lsa -> td_lsa_lpt, pt_subs -> td_sub_lpt, … … 25 32 ! high|lowpt_lsa -> high|low_td_lsa_lpt, ... 26 33 ! 27 ! Former revisions:28 ! -----------------29 ! $Id$30 !31 34 ! 1365 2014-04-22 15:03:56Z boeske 32 35 ! Usage of large scale forcing for pt and q enabled: -
palm/trunk/SOURCE/modules.f90
r1382 r1383 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 27 ! 28 ! 1382 2014-04-30 12:15:41Z boeske 22 29 ! Renamed variables which store large scale forcing tendencies 23 30 ! pt_lsa -> td_lsa_lpt, pt_subs -> td_sub_lpt, 24 31 ! q_lsa -> td_lsa_q, q_subs -> td_sub_q 25 32 ! 26 ! Former revisions:27 ! -----------------28 ! $Id$29 !30 33 ! 1365 2014-04-22 15:03:56Z boeske 31 34 ! Usage of large scale forcing enabled: -
palm/trunk/SOURCE/nudging.f90
r1382 r1383 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 27 ! 28 ! 1382 2014-04-30 12:15:41Z boeske 22 29 ! Changed the weighting factor that is used in the summation of nudging 23 30 ! tendencies for profile data output from weight_pres to weight_substep, … … 25 32 ! nzt+1 26 33 ! 27 ! Former revisions:28 ! -----------------29 ! $Id$30 !31 34 ! 1380 2014-04-28 12:40:45Z heinze 32 35 ! Subroutine nudge_ref added to account for proper upper scalar boundary -
palm/trunk/SOURCE/subsidence.f90
r1382 r1383 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 27 ! 28 ! 1382 2014-04-30 12:15:41Z boeske 22 29 ! Changed the weighting factor that is used in the summation of subsidence 23 30 ! tendencies for profile data output from weight_pres to weight_substep … … 25 32 ! at nzt+1 26 33 ! 27 ! Former revisions:28 ! -----------------29 ! $Id$30 !31 34 ! 1380 2014-04-28 12:40:45Z heinze 32 35 ! Shifting only necessary in case of scalar Rayleigh damping
Note: See TracChangeset
for help on using the changeset viewer.