- Timestamp:
- Feb 5, 2016 1:19:50 PM (9 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/check_open.f90
r1745 r1746 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! Bugfix: added MPI barrier after deleting existing non-extendable file by PE021 ! 22 22 ! 23 23 ! Former revisions: … … 25 25 ! $Id$ 26 26 ! 27 ! 1745 2016-02-05 13:06:51Z gronemeier 28 ! Bugfix: added MPI barrier after deleting existing non-extendable file by PE0 29 ! 27 30 ! 1682 2015-10-07 23:56:08Z knoop 28 31 ! Code annotations made doxygen readable -
palm/trunk/SOURCE/check_parameters.f90
r1745 r1746 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! Bugfix: check data output intervals to be /= 0.0 in case of parallel NetCDF421 ! 22 22 ! 23 23 ! Former revisions: … … 25 25 ! $Id$ 26 26 ! 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 ! 27 30 ! 1701 2015-11-02 07:43:04Z maronga 28 31 ! Bugfix: definition of rad_net timeseries was missing -
palm/trunk/SOURCE/data_output_2d.f90
r1745 r1746 19 19 ! Current revisions: 20 20 ! ----------------- 21 ! Bugfix: test if time axis limit exceeds moved to point after call of check_open22 ! 21 ! 22 ! 23 23 ! Former revisions: 24 24 ! ----------------- 25 25 ! $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 26 29 ! 27 30 ! 1703 2015-11-02 12:38:44Z raasch -
palm/trunk/SOURCE/data_output_3d.f90
r1745 r1746 19 19 ! Current revisions: 20 20 ! ------------------ 21 ! Bugfix: test if time axis limit exceeds moved to point after call of check_open21 ! 22 22 ! 23 23 ! Former revisions: … … 25 25 ! $Id$ 26 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 29 ! 27 30 ! 1691 2015-10-26 16:17:44Z maronga 28 31 ! Added output of radiative heating rates for RRTMG -
palm/trunk/SOURCE/netcdf.f90
r1745 r1746 19 19 ! Current revisions: 20 20 ! ------------------ 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 ! 23 22 ! 24 23 ! Former revisions: … … 26 25 ! $Id$ 27 26 ! 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 ! 28 31 ! 1691 2015-10-26 16:17:44Z maronga 29 32 ! Added output of radiative heating rates for RRTMG. Corrected output of
Note: See TracChangeset
for help on using the changeset viewer.