Changeset 1746 for palm/trunk/SOURCE


Ignore:
Timestamp:
Feb 5, 2016 1:19:50 PM (8 years ago)
Author:
gronemeier
Message:

last commit documented

Location:
palm/trunk/SOURCE
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/check_open.f90

    r1745 r1746  
    1919! Current revisions:
    2020! -----------------
    21 ! Bugfix: added MPI barrier after deleting existing non-extendable file by PE0
     21!
    2222!
    2323! Former revisions:
     
    2525! $Id$
    2626!
     27! 1745 2016-02-05 13:06:51Z gronemeier
     28! Bugfix: added MPI barrier after deleting existing non-extendable file by PE0
     29!
    2730! 1682 2015-10-07 23:56:08Z knoop
    2831! Code annotations made doxygen readable
  • palm/trunk/SOURCE/check_parameters.f90

    r1745 r1746  
    1919! Current revisions:
    2020! -----------------
    21 ! Bugfix: check data output intervals to be /= 0.0 in case of parallel NetCDF4
     21!
    2222!
    2323! Former revisions:
     
    2525! $Id$
    2626!
     27! 1745 2016-02-05 13:06:51Z gronemeier
     28! Bugfix: check data output intervals to be /= 0.0 in case of parallel NetCDF4
     29!
    2730! 1701 2015-11-02 07:43:04Z maronga
    2831! Bugfix: definition of rad_net timeseries was missing
  • palm/trunk/SOURCE/data_output_2d.f90

    r1745 r1746  
    1919! Current revisions:
    2020! -----------------
    21 ! Bugfix: test if time axis limit exceeds moved to point after call of check_open
    22 !
     21!
     22! 
    2323! Former revisions:
    2424! -----------------
    2525! $Id$
     26!
     27! 1745 2016-02-05 13:06:51Z gronemeier
     28! Bugfix: test if time axis limit exceeds moved to point after call of check_open
    2629!
    2730! 1703 2015-11-02 12:38:44Z raasch
  • palm/trunk/SOURCE/data_output_3d.f90

    r1745 r1746  
    1919! Current revisions:
    2020! ------------------
    21 ! Bugfix: test if time axis limit exceeds moved to point after call of check_open
     21!
    2222!
    2323! Former revisions:
     
    2525! $Id$
    2626!
     27! 1745 2016-02-05 13:06:51Z gronemeier
     28! Bugfix: test if time axis limit exceeds moved to point after call of check_open
     29!
    2730! 1691 2015-10-26 16:17:44Z maronga
    2831! Added output of radiative heating rates for RRTMG
  • palm/trunk/SOURCE/netcdf.f90

    r1745 r1746  
    1919! Current revisions:
    2020! ------------------
    21 ! Bugfix: recalculating ntdim_3d, ntdim_2d_xy/xz/yz when checking the
    22 !         extensibility of an existing file (only when using parallel NetCDF).
     21!
    2322!
    2423! Former revisions:
     
    2625! $Id$
    2726!
     27! 1745 2016-02-05 13:06:51Z gronemeier
     28! Bugfix: recalculating ntdim_3d, ntdim_2d_xy/xz/yz when checking the
     29!         extensibility of an existing file (only when using parallel NetCDF).
     30!
    2831! 1691 2015-10-26 16:17:44Z maronga
    2932! Added output of radiative heating rates for RRTMG. Corrected output of
Note: See TracChangeset for help on using the changeset viewer.