Changes between Initial Version and Version 1 of doc/tec/changelog


Ignore:
Timestamp:
Jan 2, 2019 2:25:50 PM (6 years ago)
Author:
kanani
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/tec/changelog

    v1 v1  
     1== PALM source code change log ==
     2
     3'''Current revision:'''  [[CRev]] [[BR]]
     4'''Current fixed release:''' 6.0 (r3477)
     5
     6The following table documents all changes to the PALM repository since 2019.
     7
     8'''Previous changes:'''
     9* Changes [wiki:/doc/tec/changelog_2018 2018]
     10* Changes [wiki:/doc/tec/changelog_2017 2017]
     11* Changes [wiki:/doc/tec/changelog_2013-2016 2013-2016]
     12* Changes [wiki:/doc/tec/changelog_2009-2012 2009-2012].
     13* Changes [http://www.muk.uni-hannover.de/~raasch/PALM_group/doc/tec/tec_doc_1998-2008.html 1998-2008]
     14
     15Please follow the [wiki:/doc/tec/developerrules rules for developers] when carrying out source code changes!
     16
     17Entries in the fifth column specify the type of the change: change of existing code ('''C'''), new code ('''N''') or bugfix ('''B'''). More detailed information about the changes may sometimes be found in the header comment lines of the respectively changed routines.
     18
     19||='''svn\\Revision'''  =||='''Date'''\\(YYYY/MM/DD) =||='''Author'''  =||='''PALM\\version'''  =||='''Type''' =||='''Description''' =||
     20|----------------
     21{{{#!td style="vertical-align:top;width: 50px"
     22[[CRev(0,3647)]]
     23}}}
     24{{{#!td style="vertical-align:top;width: 50px"
     25[[CRev(1,3647)]]
     26}}}
     27{{{#!td style="vertical-align:top;width: 75px"
     28[[CRev(2,3647)]]
     29}}}
     30{{{#!td style="vertical-align:top"
     316.0
     32}}}
     33{{{#!td style="vertical-align:top"
     34B, C
     35}}}
     36{{{#!td style="vertical-align:top"
     37SVN commit message: [[CRev(3,3647)]] (time_integration)\\\\
     38
     39'''Bugfix:'''
     40The query {{{time_since_reference_point >= skip_time_*}}} had to be added to the IF clauses around calls to data_output_* routines, otherwise the chosen values for skip_time_* parameters don't come into affect in case namelist parameters dt_do* = 0.0 (see ticket:798).\\\\
     41
     42'''Change:'''
     43Clean up indoor_model and biometeorology model calls.
     44}}}
     45|----------------