- Timestamp:
- Oct 22, 2012 11:42:53 AM (12 years ago)
- Location:
- palm/trunk/SOURCE
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SOURCE/check_open.f90
r1031 r1035 4 4 ! Current revisions: 5 5 ! ----------------- 6 ! 7 ! 8 ! Former revisions: 9 ! ----------------- 10 ! $Id$ 11 ! 12 ! 1031 2012-10-19 14:35:30Z raasch 6 13 ! netCDF4 without parallel file support implemented, 7 14 ! opening of netCDF files are done by new routines create_netcdf_file and 8 15 ! open_write_netcdf_file 9 !10 ! Former revisions:11 ! -----------------12 ! $Id$13 16 ! 14 17 ! 964 2012-07-26 09:14:24Z raasch -
palm/trunk/SOURCE/check_parameters.f90
r1034 r1035 4 4 ! Current revisions: 5 5 ! ----------------- 6 ! check of netcdf4 parallel file support6 ! 7 7 ! 8 8 ! Former revisions: 9 9 ! ----------------- 10 10 ! $Id$ 11 ! 12 ! 1031/1034 2012-10-22 11:32:49Z raasch 13 ! check of netcdf4 parallel file support 11 14 ! 12 15 ! 1019 2012-09-28 06:46:45Z raasch -
palm/trunk/SOURCE/close_file.f90
r1031 r1035 4 4 ! Current revisions: 5 5 ! ----------------- 6 ! netCDF4 without parallel file support implemented6 ! 7 7 ! 8 8 ! Former revisions: 9 9 ! ----------------- 10 10 ! $Id$ 11 ! 12 ! 1031 2012-10-19 14:35:30Z raasch 13 ! netCDF4 without parallel file support implemented 11 14 ! 12 15 ! 964 2012-07-26 09:14:24Z raasch -
palm/trunk/SOURCE/data_output_2d.f90
r1031 r1035 4 4 ! Current revisions: 5 5 ! ----------------- 6 ! netCDF4 without parallel file support implemented6 ! 7 7 ! 8 8 ! Former revisions: 9 9 ! ----------------- 10 10 ! $Id$ 11 ! 12 ! 1031 2012-10-19 14:35:30Z raasch 13 ! netCDF4 without parallel file support implemented 11 14 ! 12 15 ! 1007 2012-09-19 14:30:36Z franke -
palm/trunk/SOURCE/data_output_3d.f90
r1031 r1035 4 4 ! Current revisions: 5 5 ! ----------------- 6 ! netCDF4 without parallel file support implemented6 ! 7 7 ! 8 8 ! Former revisions: 9 9 ! ----------------- 10 10 ! $Id$ 11 ! 12 ! 1031 2012-10-19 14:35:30Z raasch 13 ! netCDF4 without parallel file support implemented 11 14 ! 12 15 ! 1007 2012-09-19 14:30:36Z franke -
palm/trunk/SOURCE/data_output_mask.f90
r1031 r1035 4 4 ! Current revisions: 5 5 ! ----------------- 6 ! netCDF4 without parallel file support implemented6 ! 7 7 ! 8 8 ! Former revisions: 9 9 ! ----------------- 10 10 ! $Id$ 11 ! 12 ! 1031 2012-10-19 14:35:30Z raasch 13 ! netCDF4 without parallel file support implemented 11 14 ! 12 15 ! 1007 2012-09-19 14:30:36Z franke -
palm/trunk/SOURCE/header.f90
r1031 r1035 4 4 ! Current revisions: 5 5 ! ----------------- 6 ! output of netCDF data format modified6 ! 7 7 ! 8 8 ! Former revisions: 9 9 ! ----------------- 10 10 ! $Id$ 11 ! 12 ! 1031 2012-10-19 14:35:30Z raasch 13 ! output of netCDF data format modified 11 14 ! 12 15 ! 1015 2012-09-27 09:23:24Z raasch -
palm/trunk/SOURCE/init_masks.f90
r1033 r1035 4 4 ! Current revisions: 5 5 ! ----------------- 6 ! netCDF4 without parallel file support implemented6 ! 7 7 ! 8 8 ! Former revisions: … … 12 12 ! 1032 2012-10-21 13:03:21Z letzel 13 13 ! mask locations determined based on scalar positions 14 ! 15 ! 1031 2012-10-19 14:35:30Z raasch 16 ! netCDF4 without parallel file support implemented 14 17 ! 15 18 ! 996 2012-09-07 10:41:47Z raasch -
palm/trunk/SOURCE/modules.f90
r1031 r1035 4 4 ! Current revisions: 5 5 ! ----------------- 6 ! +output_format_netcdf6 ! 7 7 ! 8 8 ! Former revisions: 9 9 ! ----------------- 10 10 ! $Id$ 11 ! 12 ! 1031 2012-10-19 14:35:30Z raasch 13 ! +output_format_netcdf 11 14 ! 12 15 ! 1015 2012-09-27 09:23:24Z raasch -
palm/trunk/SOURCE/netcdf.f90
r1031 r1035 7 7 ! Current revisions: 8 8 ! ------------------ 9 ! netCDF4 without parallel file support implemented, new routines 10 ! create_netcdf_file and open_write_netcdf_file at end 9 ! 11 10 ! 12 11 ! Former revisions: 13 12 ! ----------------- 14 13 ! $Id$ 14 ! 15 ! 1031 2012-10-19 14:35:30Z raasch 16 ! netCDF4 without parallel file support implemented, new routines 17 ! create_netcdf_file and open_write_netcdf_file at end 15 18 ! 16 19 ! 992 2012-09-05 15:08:26Z hoffmann
Note: See TracChangeset
for help on using the changeset viewer.