Changeset 1919
- Timestamp:
- May 27, 2016 2:51:23 PM (8 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/check_parameters.f90
r1918 r1919 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! setting of a fixed reference state ('single_value') for ocean runs removed22 21 ! 22 ! 23 23 ! Former revisions: 24 24 ! ----------------- 25 25 ! $Id$ 26 ! 27 ! 1918 2016-05-27 14:35:57Z raasch 28 ! setting of a fixed reference state ('single_value') for ocean runs removed 26 29 ! 27 30 ! 1914 2016-05-26 14:44:07Z witha -
palm/trunk/SOURCE/flow_statistics.f90
r1918 r1919 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! in case of Wicker-Skamarock scheme, calculate disturbance kinetic energy here,22 ! if flow_statistics is called before the first initial time step23 21 ! 22 ! 24 23 ! Former revisions: 25 24 ! ----------------- 26 25 ! $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 27 30 ! 28 31 ! 1853 2016-04-11 09:00:35Z maronga -
palm/trunk/SOURCE/init_3d_model.f90
r1918 r1919 19 19 ! Current revisions: 20 20 ! ------------------ 21 ! 22 ! 23 ! Former revisions: 24 ! ----------------- 25 ! $Id$ 26 ! 27 ! 1918 2016-05-27 14:35:57Z raasch 21 28 ! intermediate_timestep_count is set 0 instead 1 for first call of pres, 22 29 ! bugfix: initialization of local sum arrays are moved to the beginning of the 23 30 ! routine because otherwise results from pres are overwritten 24 !25 ! Former revisions:26 ! -----------------27 ! $Id$28 31 ! 29 32 ! 1914 2016-05-26 14:44:07Z witha -
palm/trunk/SOURCE/modules.f90
r1918 r1919 19 19 ! Current revisions: 20 20 ! ------------------ 21 ! default timestep switched from -1.0 to +1.0 in order to avoid wrong sign of 22 ! initially calculated divergence 23 ! 21 ! 22 ! 24 23 ! Former revisions: 25 24 ! ----------------- 26 25 ! $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 27 30 ! 28 31 ! 1906 2016-05-24 14:38:08Z suehring -
palm/trunk/SOURCE/pres.f90
r1918 r1919 19 19 ! Current revisions: 20 20 ! ------------------ 21 ! 22 ! 23 ! Former revisions: 24 ! ----------------- 25 ! $Id$ 26 ! 27 ! 1918 2016-05-27 14:35:57Z raasch 21 28 ! sum of divergence is also calculated when pres is called before the initial 22 29 ! first time step, … … 26 33 ! mean vertical velocity is also removed for the first time step 27 34 ! bugfix for calculating divergences 28 !29 ! Former revisions:30 ! -----------------31 ! $Id$32 35 ! 33 36 ! 1908 2016-05-25 17:22:32Z suehring -
palm/trunk/SOURCE/time_integration.f90
r1918 r1919 19 19 ! Current revisions: 20 20 ! ------------------ 21 ! 22 ! 23 ! Former revisions: 24 ! ----------------- 25 ! $Id$ 26 ! 27 ! 1918 2016-05-27 14:35:57Z raasch 21 28 ! determination of time step moved to the end of the time step loop, 22 29 ! the first time step is now always calculated before the time step loop (i.e. 23 30 ! also in case of restart runs) 24 !25 ! Former revisions:26 ! -----------------27 ! $Id$28 31 ! 29 32 ! 1914 2016-05-26 14:44:07Z witha
Note: See TracChangeset
for help on using the changeset viewer.