Changes between Version 524 and Version 525 of doc/tec/changelog_2018


Ignore:
Timestamp:
Mar 6, 2016 7:11:47 PM (9 years ago)
Author:
raasch
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/tec/changelog_2018

    v524 v525  
    1111
    1212||='''Date'''  =||='''Author'''  =||='''svn\\Revision'''  =||='''Last\\Release'''  =||='''Type''' =||='''Description''' =||
     13|----------------
     14{{{#!td style="vertical-align:top;width: 50px"
     1506/03/16
     16}}}
     17{{{#!td style="vertical-align:top;width: 50px"
     18SR
     19}}}
     20{{{#!td style="vertical-align:top;width: 75px"
     21r1783
     22}}}
     23{{{#!td style="vertical-align:top"
     244.0
     25}}}
     26{{{#!td style="vertical-align:top"
     27N, C, B
     28}}}
     29{{{#!td style="vertical-align:top"
     30'''New:'''
     31
     32New d3par-parameter [wiki:doc/app/d3par#netcdf_deflate netcdf_deflate] for compression of NetCDF4/HDF5 data.
     33
     34'''Changes:'''
     35
     36The PALM-NetCDF-routines have been modularized. Therefore, the old file {{{netcdf.f90}}} has been renamed to {{{netcdf_interface.f90}}}, which now forms the new NetCDF-module. The variables from the old data module {{{netcdf_control}}} within {{{modules.f90}}} have been moved to this new module. Recurring code sniplets for creating a dimension or variables in NetCDF are separated in subroutines, following a suggestion of Stefan Albensöder (see [https://palm.muk.uni-hannover.de/trac/ticket/214 ticket#214]). '''Attention:''' The required user interface version changed to '''r1783'''. (Makefile, check_open, check_parameters, close_file, data_output_2d, data_output_3d, data_output_mask, data_output_profiles, data_output_ptseries, data_output_spectra, data_output_tseries, flow_statistics, header, init_3d_model, init_masks, land_surface_model, lpm_data_output_particles, lpm_exchange_horiz, lpm_init, lpm_release_set, modules, palm, parin, radiation_model, read_var_list, time_integration, user_check_data_output_pr, user_init, user_parin, user_statistics, write_var_list, '''Deleted:''' netcdf, '''New:''' netcdf_interface)
     37
     38Further changes concerning the PMC: \\
     39Calculation of nest top area simplified. Interpolation and anterpolation moved to seperate wrapper subroutines. (pmc_interface)
     40
     41'''Bugfixes:'''
     42
     43Wrong data-type in MPI_WIN_CREATE replaced. (pmc_client)
     44
     45}}}
    1346|----------------
    1447{{{#!td style="vertical-align:top;width: 50px"