- Timestamp:
- May 7, 2014 11:16:25 AM (11 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/boundary_conds.f90
r1398 r1399 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! Dirichlet-condition at the top for u and v changed to u_init and v_init also 23 ! for large_scale_forcing 22 ! 24 23 ! 25 24 ! Former revisions: … … 27 26 ! $Id$ 28 27 ! 28 ! 1398 2014-05-07 11:15:00Z heinze 29 ! Dirichlet-condition at the top for u and v changed to u_init and v_init also 30 ! for large_scale_forcing 31 ! 29 32 ! 1380 2014-04-28 12:40:45Z heinze 30 33 ! Adjust Dirichlet-condition at the top for pt in case of nudging -
palm/trunk/SOURCE/fft_xy.f90
r1398 r1399 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! bugfix: typo removed for KIND in CMPLX function23 ! 22 ! 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! 28 ! 1398 2014-05-07 11:15:00Z heinze 29 ! bugfix: typo removed for KIND in CMPLX function 27 30 ! 28 31 ! 1392 2014-05-06 09:10:05Z raasch -
palm/trunk/SOURCE/nudging.f90
r1398 r1399 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! Subroutine nudge_ref is extended to set u_init and v_init to the current 23 ! nudging profiles 22 ! 24 23 ! 25 24 ! Former revisions: … … 27 26 ! $Id$ 28 27 ! 28 ! 1398 2014-05-07 11:15:00Z heinze 29 ! Subroutine nudge_ref is extended to set u_init and v_init to the current 30 ! nudging profiles 31 ! 29 32 ! 1382 2014-04-30 12:15:41Z boeske 30 33 ! Changed the weighting factor that is used in the summation of nudging -
palm/trunk/SOURCE/prognostic_equations.f90
r1398 r1399 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 27 ! 28 ! 1398 2014-05-07 11:15:00Z heinze 22 29 ! Rayleigh-damping for horizontal velocity components changed: instead of damping 23 30 ! against ug and vg, damping against u_init and v_init is used to allow for a 24 31 ! homogenized treatment in case of nudging 25 32 ! 26 ! Former revisions:27 ! -----------------28 ! $Id$29 !30 33 ! 1380 2014-04-28 12:40:45Z heinze 31 34 ! Change order of calls for scalar prognostic quantities:
Note: See TracChangeset
for help on using the changeset viewer.