Changeset 1381 for palm/trunk/SOURCE
- Timestamp:
- Apr 28, 2014 12:41:59 PM (11 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/Makefile
r1380 r1381 20 20 # Current revisions: 21 21 # ------------------ 22 # bugfix: mod_particle_attributes added to check_open 23 # nudging added to time_integration 24 # 22 # 23 # 25 24 # Former revisions: 26 25 # ----------------- 27 26 # $Id$ 27 # 28 # 1380 2014-04-28 12:40:45Z heinze 29 # bugfix: mod_particle_attributes added to check_open 30 # nudging added to time_integration 28 31 # 29 32 # 1374 2014-04-25 12:55:07Z raasch -
palm/trunk/SOURCE/boundary_conds.f90
r1380 r1381 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Adjust Dirichlet-condition at the top for pt in case of nudging22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 1380 2014-04-28 12:40:45Z heinze 29 ! Adjust Dirichlet-condition at the top for pt in case of nudging 30 ! 28 31 ! 1361 2014-04-16 15:17:48Z hoffmann 29 32 ! Bottom and top boundary conditions of rain water content (qr) and -
palm/trunk/SOURCE/nudging.f90
r1380 r1381 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! Subroutine nudge_ref added to account for proper upper scalar boundary 23 ! conditions in case of nudging 22 ! 24 23 ! 25 24 ! Former revisions: … … 27 26 ! $Id$ 28 27 ! 28 ! 1380 2014-04-28 12:40:45Z heinze 29 ! Subroutine nudge_ref added to account for proper upper scalar boundary 30 ! conditions in case of nudging 31 ! 29 32 ! 1365 2014-04-22 15:03:56Z boeske 30 33 ! Variable t renamed nt, variable currtnudge renamed tmp_tnudge, -
palm/trunk/SOURCE/prognostic_equations.f90
r1380 r1381 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! Change order of calls for scalar prognostic quantities: 23 ! ls_advec -> nudging -> subsidence since initial profiles 22 ! 24 23 ! 25 24 ! Former revisions: … … 27 26 ! $Id$ 28 27 ! 28 ! 1380 2014-04-28 12:40:45Z heinze 29 ! Change order of calls for scalar prognostic quantities: 30 ! ls_advec -> nudging -> subsidence since initial profiles 31 ! 29 32 ! 1374 2014-04-25 12:55:07Z raasch 30 33 ! missing variables added to ONLY lists -
palm/trunk/SOURCE/subsidence.f90
r1380 r1381 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Shifting only necessary in case of scalar Rayleigh damping22 ! 23 23 ! 24 24 ! Former revisions: … … 26 26 ! $Id$ 27 27 ! 28 ! 1380 2014-04-28 12:40:45Z heinze 29 ! Shifting only necessary in case of scalar Rayleigh damping 30 ! 28 31 ! 1365 2014-04-22 15:03:56Z boeske 29 32 ! Summation of subsidence tendencies for data output added -
palm/trunk/SOURCE/time_integration.f90
r1380 r1381 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! CALL of nudge_ref added 23 ! bc_pt_t_val and bc_q_t_val are updated in case nudging is used 22 ! 24 23 ! 25 24 ! Former revisions: … … 27 26 ! $Id$ 28 27 ! 28 ! 1380 2014-04-28 12:40:45Z heinze 29 ! CALL of nudge_ref added 30 ! bc_pt_t_val and bc_q_t_val are updated in case nudging is used 31 ! 29 32 ! 1365 2014-04-22 15:03:56Z boeske 30 33 ! Reset sums_ls_l to zero at each timestep
Note: See TracChangeset
for help on using the changeset viewer.