Changes between Version 522 and Version 523 of doc/tec/changelog_2018


Ignore:
Timestamp:
Mar 3, 2016 8:37:46 AM (9 years ago)
Author:
raasch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/tec/changelog_2018

    v522 v523  
    1111
    1212||='''Date'''  =||='''Author'''  =||='''svn\\Revision'''  =||='''Last\\Release'''  =||='''Type''' =||='''Description''' =||
     13|----------------
     14{{{#!td style="vertical-align:top;width: 50px"
     1503/03/16
     16}}}
     17{{{#!td style="vertical-align:top;width: 50px"
     18SR
     19}}}
     20{{{#!td style="vertical-align:top;width: 75px"
     21r1779
     22}}}
     23{{{#!td style="vertical-align:top"
     244.0
     25}}}
     26{{{#!td style="vertical-align:top"
     27C,B
     28}}}
     29{{{#!td style="vertical-align:top"
     30'''Changes:'''\\\\
     31Some changes within the PMC:
     32
     33* Array management changed from linked list to sequential loop. (pmc_client, pmc_general, pmc_interface, pmc_server)
     34* Total number of PEs is given instead of npex/npey in the $nestpar-NAMELIST. Every model calculates its virtual PE grid in the standard way. (Makefile, init_pegrid, pmc_handle_communicator, pmc_interface)
     35* The coupling character string appended to files is extended to LEN=3 in order to allow using more than 10 coupled models. Therefore, filenames end now with {{{_02}}}, {{{_03}}}, etc. (check_open, init_grid, init_pegrid, modules)
     36* Setting of {{{nest_domain}}} and {{{coupling_char}}} moved from main program to {{{pmci_init}}}. (palm, pmc_interface)
     37* {{{KIND=dp}}} replaced by {{{wp}}}. (pmc_client, pmc_mpi_wrapper, pmc_server)
     38* {{{dim_order}}} removed from {{{TYPE arraydef}}}. (pmc_client, pmc_general, pmc_server)
     39* {{{PMC_MPI_REAL}}} removed. (pmc_general)
     40* Error messages removed or changed to PALM style. (pmc_server)
     41* {{{MPI_DOUBLE_PRECISION}}} replaced by {{{MPI_REAL}}}. (pmc_mpi_wrapper)
     42* Two unused elements removed from array {{{define_coarse_grid_real}}}. (pmc_interface)
     43
     44'''Bugfix:'''\\\\
     45Internal procedure names in {{{interaction_droplets_ptq}}} shortened to avoid Intel compiler warnings about too long names. (interaction_droplets_ptq)
     46}}}
    1347|----------------
    1448{{{#!td style="vertical-align:top;width: 50px"