Changeset 1919


Ignore:
Timestamp:
May 27, 2016 2:51:23 PM (8 years ago)
Author:
raasch
Message:

last commit documented

Location:
palm/trunk/SOURCE
Files:
6 edited

Legend:

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

    r1918 r1919  
    1919! Current revisions:
    2020! -----------------
    21 ! setting of a fixed reference state ('single_value') for ocean runs removed
    2221!
     22!
    2323! Former revisions:
    2424! -----------------
    2525! $Id$
     26!
     27! 1918 2016-05-27 14:35:57Z raasch
     28! setting of a fixed reference state ('single_value') for ocean runs removed
    2629!
    2730! 1914 2016-05-26 14:44:07Z witha
  • palm/trunk/SOURCE/flow_statistics.f90

    r1918 r1919  
    1919! Current revisions:
    2020! -----------------
    21 ! in case of Wicker-Skamarock scheme, calculate disturbance kinetic energy here,
    22 ! if flow_statistics is called before the first initial time step
    2321!
     22!
    2423! Former revisions:
    2524! -----------------
    2625! $Id$
     26!
     27! 1918 2016-05-27 14:35:57Z raasch
     28! in case of Wicker-Skamarock scheme, calculate disturbance kinetic energy here,
     29! if flow_statistics is called before the first initial time step
    2730!
    2831! 1853 2016-04-11 09:00:35Z maronga
  • palm/trunk/SOURCE/init_3d_model.f90

    r1918 r1919  
    1919! Current revisions:
    2020! ------------------
     21!
     22!
     23! Former revisions:
     24! -----------------
     25! $Id$
     26!
     27! 1918 2016-05-27 14:35:57Z raasch
    2128! intermediate_timestep_count is set 0 instead 1 for first call of pres,
    2229! bugfix: initialization of local sum arrays are moved to the beginning of the
    2330!         routine because otherwise results from pres are overwritten
    24 !
    25 ! Former revisions:
    26 ! -----------------
    27 ! $Id$
    2831!
    2932! 1914 2016-05-26 14:44:07Z witha
  • palm/trunk/SOURCE/modules.f90

    r1918 r1919  
    1919! Current revisions:
    2020! ------------------
    21 ! default timestep switched from -1.0 to +1.0 in order to avoid wrong sign of
    22 ! initially calculated divergence
    23 !
     21!
     22!
    2423! Former revisions:
    2524! -----------------
    2625! $Id$
     26!
     27! 1918 2016-05-27 14:35:57Z raasch
     28! default timestep switched from -1.0 to +1.0 in order to avoid wrong sign of
     29! initially calculated divergence
    2730!
    2831! 1906 2016-05-24 14:38:08Z suehring
  • palm/trunk/SOURCE/pres.f90

    r1918 r1919  
    1919! Current revisions:
    2020! ------------------
     21!
     22!
     23! Former revisions:
     24! -----------------
     25! $Id$
     26!
     27! 1918 2016-05-27 14:35:57Z raasch
    2128! sum of divergence is also calculated when pres is called before the initial
    2229! first time step,
     
    2633!         mean vertical velocity is also removed for the first time step
    2734! bugfix for calculating divergences
    28 !
    29 ! Former revisions:
    30 ! -----------------
    31 ! $Id$
    3235!
    3336! 1908 2016-05-25 17:22:32Z suehring
  • palm/trunk/SOURCE/time_integration.f90

    r1918 r1919  
    1919! Current revisions:
    2020! ------------------
     21!
     22!
     23! Former revisions:
     24! -----------------
     25! $Id$
     26!
     27! 1918 2016-05-27 14:35:57Z raasch
    2128! determination of time step moved to the end of the time step loop,
    2229! the first time step is now always calculated before the time step loop (i.e.
    2330! also in case of restart runs)
    24 !
    25 ! Former revisions:
    26 ! -----------------
    27 ! $Id$
    2831!
    2932! 1914 2016-05-26 14:44:07Z witha
Note: See TracChangeset for help on using the changeset viewer.