Changeset 4180 for palm/trunk/SOURCE/inflow_turbulence.f90
- Timestamp:
- Aug 21, 2019 2:37:54 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/inflow_turbulence.f90
r4172 r4180 30 30 ! Corrected "Former revisions" section 31 31 ! 32 ! 2696 2017-12-14 17:12:51Z kanani33 ! Change in file header (GPL part)34 !35 ! 2101 2017-01-05 16:42:31Z suehring36 !37 ! 2000 2016-08-20 18:09:15Z knoop38 ! Forced header and separation lines into 80 columns39 !40 ! 1960 2016-07-12 16:34:24Z suehring41 ! Separate humidity and passive scalar42 !43 ! 1806 2016-04-05 18:55:35Z gronemeier44 ! Added comments to variables and code segments. Removed code redundancies.45 !46 ! 1682 2015-10-07 23:56:08Z knoop47 ! Code annotations made doxygen readable48 !49 ! 1615 2015-07-08 18:49:19Z suehring50 ! Enable turbulent inflow for passive_scalar and humidity51 !52 ! 1560 2015-03-06 10:48:54Z keck53 ! Option recycling_yshift added. If this option is switched on, the turbulence54 ! data, which is mapped from the recycling plane to the inflow, is shifted in55 ! y direction (by ny * dy / 2 )56 !57 ! 1353 2014-04-08 15:21:23Z heinze58 ! REAL constants provided with KIND-attribute59 !60 ! 1346 2014-03-27 13:18:20Z heinze61 ! Bugfix: REAL constants provided with KIND-attribute especially in call of62 ! intrinsic function like MAX, MIN, SIGN63 !64 ! 1320 2014-03-20 08:40:49Z raasch65 ! ONLY-attribute added to USE-statements,66 ! kind-parameters added to all INTEGER and REAL declaration statements,67 ! kinds are defined in new module kinds,68 ! revision history before 2012 removed,69 ! comment fields (!:) to be used for variable explanations added to70 ! all variable declaration statements71 !72 ! 1092 2013-02-02 11:24:22Z raasch73 ! unused variables removed74 !75 ! 1036 2012-10-22 13:43:42Z raasch76 ! code put under GPL (PALM 3.9)77 !78 ! Initial version (2008/03/07)79 32 ! 80 33 ! Description:
Note: See TracChangeset
for help on using the changeset viewer.