Changeset 1366 for palm/trunk
- Timestamp:
- Apr 22, 2014 3:06:33 PM (11 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/Makefile
r1365 r1366 20 20 # Current revisions: 21 21 # ------------------ 22 # Added new module calc_mean_profile, previously in module buoyancy, 23 # removed buoyancy dependency from nudging 22 # 24 23 # 25 24 # Former revisions: … … 27 26 # $Id$ 28 27 # 28 # 1365 2014-04-22 15:03:56Z boeske 29 # Added new module calc_mean_profile, previously in module buoyancy, 30 # removed buoyancy dependency from nudging 31 # 29 32 # 1363 2014-04-17 12:28:49Z keck 30 33 # bugfix: cpulog added to lpm_pack_arrays -
palm/trunk/SOURCE/buoyancy.f90
r1365 r1366 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 27 ! 28 ! 1365 2014-04-22 15:03:56Z boeske 22 29 ! Calculation of reference state in subroutine calc_mean_profile moved to 23 30 ! subroutine time_integration, 24 31 ! subroutine calc_mean_profile moved to new file calc_mean_profile.f90 25 32 ! 26 ! Former revisions:27 ! -----------------28 ! $Id$29 !30 33 ! 1353 2014-04-08 15:21:23Z heinze 31 34 ! REAL constants provided with KIND-attribute -
palm/trunk/SOURCE/calc_mean_profile.f90
r1365 r1366 25 25 ! ----------------- 26 26 ! $Id$ 27 ! 28 ! 1365 2014-04-22 15:03:56Z boeske 29 ! Initial revision 27 30 ! 28 31 ! Description: -
palm/trunk/SOURCE/check_parameters.f90
r1365 r1366 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 27 ! 28 ! 1365 2014-04-22 15:03:56Z boeske 22 29 ! Usage of large scale forcing for pt and q enabled: 23 30 ! output for profiles of large scale advection (td_lsa_lpt, td_lsa_q), … … 26 33 ! check if use_subsidence_tendencies is used correctly 27 34 ! 28 ! Former revisions:29 ! -----------------30 ! $Id$31 !32 35 ! 1361 2014-04-16 15:17:48Z hoffmann 33 36 ! PA0363 removed -
palm/trunk/SOURCE/flow_statistics.f90
r1365 r1366 21 21 ! Current revisions: 22 22 ! ----------------- 23 ! Output of large scale advection, large scale subsidence and nudging tendencies 24 ! +sums_ls_l, ngp_sums_ls, use_subsidence_tendencies 23 ! 25 24 ! 26 25 ! Former revisions: … … 28 27 ! $Id$ 29 28 ! 29 ! 1365 2014-04-22 15:03:56Z boeske 30 ! Output of large scale advection, large scale subsidence and nudging tendencies 31 ! +sums_ls_l, ngp_sums_ls, use_subsidence_tendencies 32 ! 30 33 ! 1353 2014-04-08 15:21:23Z heinze 31 34 ! REAL constants provided with KIND-attribute -
palm/trunk/SOURCE/header.f90
r1365 r1366 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 27 ! 28 ! 1365 2014-04-22 15:03:56Z boeske 22 29 ! New section 'Large scale forcing and nudging': 23 30 ! output of large scale forcing and nudging information, 24 31 ! new section for initial profiles created 25 32 ! 26 ! Former revisions:27 ! -----------------28 ! $Id$29 !30 33 ! 1359 2014-04-11 17:15:14Z hoffmann 31 34 ! dt_sort_particles removed -
palm/trunk/SOURCE/ls_forcing.f90
r1365 r1366 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 27 ! 28 ! 1365 2014-04-22 15:03:56Z boeske 22 29 ! Usage of large scale forcing for pt and q enabled: 23 30 ! Added new subroutine ls_advec for horizontal large scale advection and large … … 26 33 ! variable t renamed nt 27 34 ! 28 ! Former revisions:29 ! -----------------30 ! $Id$31 !32 35 ! 1353 2014-04-08 15:21:23Z heinze 33 36 ! REAL constants provided with KIND-attribute -
palm/trunk/SOURCE/modules.f90
r1365 r1366 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 27 ! 28 ! 1365 2014-04-22 15:03:56Z boeske 22 29 ! Usage of large scale forcing enabled: 23 30 ! increase pr_palm from 90 to 100 to allow for more standard profiles … … 25 32 ! use_subsidence_tendencies 26 33 ! 27 ! Former revisions:28 ! -----------------29 ! $Id$30 !31 34 ! 1361 2014-04-16 15:17:48Z hoffmann 32 35 ! tend_* removed -
palm/trunk/SOURCE/nudging.f90
r1365 r1366 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 27 ! 28 ! 1365 2014-04-22 15:03:56Z boeske 22 29 ! Variable t renamed nt, variable currtnudge renamed tmp_tnudge, 23 30 ! summation of nudging tendencies for data output added … … 26 33 ! scale at each time step 27 34 ! 28 ! Former revisions:29 ! -----------------30 ! $Id$31 !32 35 ! 1355 2014-04-10 10:21:29Z heinze 33 36 ! Error message specified. -
palm/trunk/SOURCE/parin.f90
r1365 r1366 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Usage of large scale forcing enabled: 23 ! +use_subsidence_tendencies 22 ! 24 23 ! 25 24 ! Former revisions: … … 27 26 ! $Id$ 28 27 ! 28 ! 1365 2014-04-22 15:03:56Z boeske 29 ! Usage of large scale forcing enabled: 30 ! +use_subsidence_tendencies 31 ! 29 32 ! 1361 2014-04-16 15:17:48Z hoffmann 30 33 ! +call_microphysics_at_all_substeps -
palm/trunk/SOURCE/prognostic_equations.f90
r1365 r1366 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 27 ! 28 ! 1365 2014-04-22 15:03:56Z boeske 22 29 ! Calls of ls_advec for large scale advection added, 23 30 ! subroutine subsidence is only called if use_subsidence_tendencies = .F., … … 25 32 ! +ls_index 26 33 ! 27 ! Former revisions:28 ! -----------------29 ! $Id$30 !31 34 ! 1361 2014-04-16 15:17:48Z hoffmann 32 35 ! Two-moment microphysics moved to the start of prognostic equations. This makes -
palm/trunk/SOURCE/subsidence.f90
r1365 r1366 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Summation of subsidence tendencies for data output added 23 ! +ls_index, sums_ls_l, tmp_tend 22 ! 24 23 ! 25 24 ! Former revisions: … … 27 26 ! $Id$ 28 27 ! 28 ! 1365 2014-04-22 15:03:56Z boeske 29 ! Summation of subsidence tendencies for data output added 30 ! +ls_index, sums_ls_l, tmp_tend 31 ! 29 32 ! 1353 2014-04-08 15:21:23Z heinze 30 33 ! REAL constants provided with KIND-attribute -
palm/trunk/SOURCE/time_integration.f90
r1365 r1366 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 27 ! 28 ! 1365 2014-04-22 15:03:56Z boeske 22 29 ! Reset sums_ls_l to zero at each timestep 23 30 ! +sums_ls_l 24 31 ! Calculation of reference state (previously in subroutine calc_mean_profile) 25 32 26 ! Former revisions:27 ! -----------------28 ! $Id$29 !30 33 ! 1342 2014-03-26 17:04:47Z kanani 31 34 ! REAL constants defined as wp-kind
Note: See TracChangeset
for help on using the changeset viewer.