Changeset 1399 for palm/trunk


Ignore:
Timestamp:
May 7, 2014 11:16:25 AM (10 years ago)
Author:
heinze
Message:

last commit documented

Location:
palm/trunk/SOURCE
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/boundary_conds.f90

    r1398 r1399  
    2020! Current revisions:
    2121! -----------------
    22 ! Dirichlet-condition at the top for u and v changed to u_init and v_init also
    23 ! for large_scale_forcing
     22!
    2423!
    2524! Former revisions:
     
    2726! $Id$
    2827!
     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!
    2932! 1380 2014-04-28 12:40:45Z heinze
    3033! Adjust Dirichlet-condition at the top for pt in case of nudging
  • palm/trunk/SOURCE/fft_xy.f90

    r1398 r1399  
    2020! Current revisions:
    2121! -----------------
    22 ! bugfix: typo removed for KIND in CMPLX function
    23 !
     22!
     23! 
    2424! Former revisions:
    2525! -----------------
    2626! $Id$
     27!
     28! 1398 2014-05-07 11:15:00Z heinze
     29! bugfix: typo removed for KIND in CMPLX function
    2730!
    2831! 1392 2014-05-06 09:10:05Z raasch
  • palm/trunk/SOURCE/nudging.f90

    r1398 r1399  
    2020! Current revisions:
    2121! ------------------
    22 ! Subroutine nudge_ref is extended to set u_init and v_init to the current
    23 ! nudging profiles
     22!
    2423!
    2524! Former revisions:
     
    2726! $Id$
    2827!
     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!
    2932! 1382 2014-04-30 12:15:41Z boeske
    3033! Changed the weighting factor that is used in the summation of nudging
  • palm/trunk/SOURCE/prognostic_equations.f90

    r1398 r1399  
    2020! Current revisions:
    2121! ------------------
     22!
     23!
     24! Former revisions:
     25! -----------------
     26! $Id$
     27!
     28! 1398 2014-05-07 11:15:00Z heinze
    2229! Rayleigh-damping for horizontal velocity components changed: instead of damping
    2330! against ug and vg, damping against u_init and v_init is used to allow for a
    2431! homogenized treatment in case of nudging
    2532!
    26 ! Former revisions:
    27 ! -----------------
    28 ! $Id$
    29 !
    3033! 1380 2014-04-28 12:40:45Z heinze
    3134! Change order of calls for scalar prognostic quantities:
Note: See TracChangeset for help on using the changeset viewer.