Changes between Version 545 and Version 546 of doc/tec/changelog


Ignore:
Timestamp:
Jul 9, 2020 7:26:29 PM (5 years ago)
Author:
gronemeier
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/tec/changelog

    v545 v546  
    2121|----------------
    2222{{{#!td style="vertical-align:top;width: 50px"
     23[[CRev(0,4597)]]
     24}}}
     25{{{#!td style="vertical-align:top;width: 50px"
     26[[CRev(1,4597)]]
     27}}}
     28{{{#!td style="vertical-align:top;width: 75px"
     29[[CRev(2,4597)]]
     30}}}
     31{{{#!td style="vertical-align:top"
     326.0
     33}}}
     34{{{#!td style="vertical-align:top"
     35N, C, B
     36}}}
     37{{{#!td style="vertical-align:top"
     38Summary:
     39  - bugfix:
     40    - write unlimited dimension in netcdf4-parallel mode
     41    - prevent unused-variable warning if preprocessor directives are not given
     42  - new:
     43    - added optional argument to dom_def_dim to allow that dimension variables can be written by every PE
     44  - change:
     45    - set parallel access mode to independent per default (netCDF4 output files)
     46
     47Details:
     48  - data_output_module.f90:
     49    - bugfix: write unlimited dimension in netcdf4-parallel mode
     50    - new: added optional argument to dom_def_dim to allow that dimension variables can be written by every PE
     51  - data_output_netcdf4_module.f90:
     52    - bugfix:
     53      - allow writing of unlimited dimensions in parallel mode
     54      - prevent unused-variable warning if preprocessor directives are not given
     55    - change: set parallel access mode to independent per default
     56    - new: dimension variables can be written by every PE
     57  - data_output_binary_module.f90:
     58    - change: update argument list of routine binary_init_dimension due to changes in interface
     59
     60}}}
     61|----------------
     62{{{#!td style="vertical-align:top;width: 50px"
    2363[[CRev(0,4593)]]
    2464}}}