- Timestamp:
- Mar 13, 2014 3:06:15 PM (11 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/check_parameters.f90
r1308 r1309 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 27 ! 28 ! 1308 2014-03-13 14:58:42Z fricke 22 29 ! +netcdf_data_format_save 23 30 ! Calculate fixed number of output time levels for parallel netcdf output. 24 31 ! For masked data, parallel netcdf output is not tested so far, hence 25 32 ! netcdf_data_format is switched back to non-paralell output. 26 !27 ! Former revisions:28 ! -----------------29 ! $Id$30 33 ! 31 34 ! 1299 2014-03-06 13:15:21Z heinze -
palm/trunk/SOURCE/data_output_2d.f90
r1308 r1309 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 27 ! 28 ! 1308 2014-03-13 14:58:42Z fricke 22 29 ! +local_2d_sections, local_2d_sections_l, ns 23 30 ! Check, if the limit of the time dimension is exceeded for parallel output … … 26 33 ! - Cross sections are first stored on a local array and are written 27 34 ! collectively to the output file by all PEs. 28 !29 ! Former revisions:30 ! -----------------31 ! $Id$32 35 ! 33 36 ! 1115 2013-03-26 18:16:16Z hoffmann -
palm/trunk/SOURCE/data_output_3d.f90
r1308 r1309 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 27 ! 28 ! 1308 2014-03-13 14:58:42Z fricke 22 29 ! Check, if the limit of the time dimension is exceeded for parallel output 23 30 ! To increase the performance for parallel output, the following is done: 24 31 ! - Update of time axis is only done by PE0 25 !26 ! Former revisions:27 ! -----------------28 ! $Id$29 32 ! 30 33 ! 1244 2013-10-31 08:16:56Z raasch -
palm/trunk/SOURCE/header.f90
r1308 r1309 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! output of the fixed number of output time levels 23 ! output_format adjusted for masked data if netcdf_data_format > 5 22 ! 24 23 ! 25 24 ! Former revisions: 26 25 ! ----------------- 27 26 ! $Id$ 27 ! 28 ! 1308 2014-03-13 14:58:42Z fricke 29 ! output of the fixed number of output time levels 30 ! output_format adjusted for masked data if netcdf_data_format > 5 28 31 ! 29 32 ! 1299 2014-03-06 13:15:21Z heinze -
palm/trunk/SOURCE/modules.f90
r1308 r1309 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! +ntdim_2d_xy, ntdim_2d_xz, ntdim_2d_yz, ntdim_3d22 ! 23 23 ! 24 24 ! Former revisions: 25 25 ! ----------------- 26 26 ! $Id$ 27 ! 28 ! 1308 2014-03-13 14:58:42Z fricke 29 ! +ntdim_2d_xy, ntdim_2d_xz, ntdim_2d_yz, ntdim_3d 27 30 ! 28 31 ! 1257 2013-11-08 15:18:40Z raasch -
palm/trunk/SOURCE/netcdf.f90
r1308 r1309 23 23 ! Current revisions: 24 24 ! ------------------ 25 ! 26 ! 27 ! Former revisions: 28 ! ----------------- 29 ! $Id$ 30 ! 31 ! 1308 2014-03-13 14:58:42Z fricke 25 32 ! +ntime_count, oldmode 26 33 ! Adjust NF90_CREATE and NF90_OPEN statement for parallel output … … 30 37 ! - No fill is set for all variables 31 38 ! Check the number of output time levels for restart jobs 32 !33 ! Former revisions:34 ! -----------------35 ! $Id$36 39 ! 37 40 ! 1206 2013-07-18 12:49:16Z witha -
palm/trunk/SOURCE/read_var_list.f90
r1308 r1309 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! +do2d_xy_time_count, do2d_xz_time_count, do2d_yz_time_count, 23 ! +do3d_time_count 22 ! 24 23 ! 25 24 ! Former revisions: 26 25 ! ----------------- 27 26 ! $Id$ 27 ! 28 ! 1308 2014-03-13 14:58:42Z fricke 29 ! +do2d_xy_time_count, do2d_xz_time_count, do2d_yz_time_count, 30 ! +do3d_time_count 28 31 ! 29 32 ! 1253 2013-11-07 10:48:12Z fricke -
palm/trunk/SOURCE/time_integration.f90
r1308 r1309 20 20 ! Current revisions: 21 21 ! ------------------ 22 ! 23 ! 24 ! Former revisions: 25 ! ----------------- 26 ! $Id$ 27 ! 28 ! 1308 2014-03-13 14:58:42Z fricke 22 29 ! +netcdf_data_format_save 23 30 ! For masked data, parallel netcdf output is not tested so far, hence 24 31 ! netcdf_data_format is switched back to non-paralell output. 25 !26 ! Former revisions:27 ! -----------------28 ! $Id$29 32 ! 30 33 ! 1276 2014-01-15 13:40:41Z heinze -
palm/trunk/SOURCE/write_var_list.f90
r1308 r1309 20 20 ! Current revisions: 21 21 ! ----------------- 22 ! +do2d_xy_time_count, do2d_xz_time_count, do2d_yz_time_count, 23 ! +do3d_time_count 22 ! 24 23 ! 25 24 ! Former revisions: 26 25 ! ----------------- 27 26 ! $Id$ 27 ! 28 ! 1308 2014-03-13 14:58:42Z fricke 29 ! +do2d_xy_time_count, do2d_xz_time_count, do2d_yz_time_count, 30 ! +do3d_time_count 28 31 ! 29 32 ! 1241 2013-10-30 11:36:58Z heinze
Note: See TracChangeset
for help on using the changeset viewer.