Changeset 1381


Ignore:
Timestamp:
Apr 28, 2014 12:41:59 PM (10 years ago)
Author:
heinze
Message:

last commit documented

Location:
palm/trunk/SOURCE
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/Makefile

    r1380 r1381  
    2020# Current revisions:
    2121# ------------------
    22 # bugfix: mod_particle_attributes  added to check_open
    23 # nudging added to time_integration
    24 #
     22#
     23#
    2524# Former revisions:
    2625# -----------------
    2726# $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
    2831#
    2932# 1374 2014-04-25 12:55:07Z raasch
  • palm/trunk/SOURCE/boundary_conds.f90

    r1380 r1381  
    2020! Current revisions:
    2121! -----------------
    22 ! Adjust Dirichlet-condition at the top for pt in case of nudging
     22!
    2323!
    2424! Former revisions:
     
    2626! $Id$
    2727!
     28! 1380 2014-04-28 12:40:45Z heinze
     29! Adjust Dirichlet-condition at the top for pt in case of nudging
     30!
    2831! 1361 2014-04-16 15:17:48Z hoffmann
    2932! Bottom and top boundary conditions of rain water content (qr) and
  • palm/trunk/SOURCE/nudging.f90

    r1380 r1381  
    2020! Current revisions:
    2121! ------------------
    22 ! Subroutine nudge_ref added to account for proper upper scalar boundary
    23 ! conditions in case of nudging
     22!
    2423!
    2524! Former revisions:
     
    2726! $Id$
    2827!
     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!
    2932! 1365 2014-04-22 15:03:56Z boeske
    3033! Variable t renamed nt, variable currtnudge renamed tmp_tnudge,
  • palm/trunk/SOURCE/prognostic_equations.f90

    r1380 r1381  
    2020! Current revisions:
    2121! ------------------
    22 ! Change order of calls for scalar prognostic quantities:
    23 ! ls_advec -> nudging -> subsidence since initial profiles
     22!
    2423!
    2524! Former revisions:
     
    2726! $Id$
    2827!
     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!
    2932! 1374 2014-04-25 12:55:07Z raasch
    3033! missing variables added to ONLY lists
  • palm/trunk/SOURCE/subsidence.f90

    r1380 r1381  
    2020! Current revisions:
    2121! -----------------
    22 ! Shifting only necessary in case of scalar Rayleigh damping
     22!
    2323!
    2424! Former revisions:
     
    2626! $Id$
    2727!
     28! 1380 2014-04-28 12:40:45Z heinze
     29! Shifting only necessary in case of scalar Rayleigh damping
     30!
    2831! 1365 2014-04-22 15:03:56Z boeske
    2932! Summation of subsidence tendencies for data output added
  • palm/trunk/SOURCE/time_integration.f90

    r1380 r1381  
    2020! Current revisions:
    2121! ------------------
    22 ! CALL of nudge_ref added
    23 ! bc_pt_t_val and bc_q_t_val are updated in case nudging is used
     22!
    2423!
    2524! Former revisions:
     
    2726! $Id$
    2827!
     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!
    2932! 1365 2014-04-22 15:03:56Z boeske
    3033! Reset sums_ls_l to zero at each timestep
Note: See TracChangeset for help on using the changeset viewer.