Changeset 494 for palm/trunk/SOURCE


Ignore:
Timestamp:
Mar 1, 2010 12:23:32 PM (14 years ago)
Author:
raasch
Message:

last commit documented; configuration example file for netcdf4 added

Location:
palm/trunk/SOURCE
Files:
12 edited

Legend:

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

    r493 r494  
    44! Current revisions:
    55! -----------------
    6 ! NetCDF4 support (parallel output)
     6!
    77!
    88! Former revisions:
    99! -----------------
    1010! $Id$
     11!
     12! 493 2010-03-01 08:30:24Z raasch
     13! NetCDF4 support (parallel output)
    1114!
    1215! 410 2009-12-04 17:05:40Z letzel
  • palm/trunk/SOURCE/check_parameters.f90

    r493 r494  
    44! Current revisions:
    55! -----------------
    6 ! netcdf_data_format is checked
     6!
    77!
    88! Former revisions:
    99! -----------------
    1010! $Id$
     11!
     12! 493 2010-03-01 08:30:24Z raasch
     13! netcdf_data_format is checked
    1114!
    1215! 411 2009-12-11 14:15:58Z heinze
  • palm/trunk/SOURCE/close_file.f90

    r493 r494  
    44! Current revisions:
    55! -----------------
    6 ! Adjustments for NetCDF parallel data output
     6!
    77!
    88! Former revisions:
    99! -----------------
    1010! $Id$
     11!
     12! 493 2010-03-01 08:30:24Z raasch
     13! Adjustments for NetCDF parallel data output
    1114!
    1215! 410 2009-12-04 17:05:40Z letzel
  • palm/trunk/SOURCE/data_output_2d.f90

    r493 r494  
    99! -----------------
    1010! $Id$
     11!
     12! 493 2010-03-01 08:30:24Z raasch
     13! NetCDF4 support (parallel output)
    1114!
    1215! 367 2009-08-25 08:35:52Z maronga
  • palm/trunk/SOURCE/data_output_3d.f90

    r493 r494  
    99! -----------------
    1010! $Id$
     11!
     12! 493 2010-03-01 08:30:24Z raasch
     13! NetCDF4 support (parallel output)
    1114!
    1215! 355 2009-07-17 01:03:01Z letzel
  • palm/trunk/SOURCE/data_output_mask.f90

    r493 r494  
    99! -----------------
    1010! $Id$
     11!
     12! 493 2010-03-01 08:30:24Z raasch
     13! netcdf_format_mask* and format_parallel_io replaced by netcdf_data_format
    1114!
    1215! 475 2010-02-04 02:26:16Z raasch
  • palm/trunk/SOURCE/header.f90

    r493 r494  
    44! Current revisions:
    55! -----------------
    6 ! NetCDF data output format extendend for NetCDF4/HDF5
     6!
    77!
    88! Former revisions:
    99! -----------------
    1010! $Id$
     11!
     12! 493 2010-03-01 08:30:24Z raasch
     13! NetCDF data output format extendend for NetCDF4/HDF5
    1114!
    1215! 449 2010-02-02 11:23:59Z raasch
  • palm/trunk/SOURCE/init_masks.f90

    r493 r494  
    99! -----------------
    1010! $Id$
     11!
     12! 493 2010-03-01 08:30:24Z raasch
     13! netcdf_format_mask* and format_parallel_io replaced by netcdf_data_format
    1114!
    1215! 410 2009-12-04 17:05:40Z letzel
  • palm/trunk/SOURCE/modules.f90

    r493 r494  
    55! Current revisions:
    66! -----------------
    7 ! +netcdf_data_format, -netcdf_64bit, -netcdf_64bit_3d
     7!
    88!
    99! Former revisions:
    1010! -----------------
    1111! $Id$
     12!
     13! 493 2010-03-01 08:30:24Z raasch
     14! +netcdf_data_format, -netcdf_64bit, -netcdf_64bit_3d, -netcdf_format_mask*,
     15! -nc_format_mask, -format_parallel_io
    1216!
    1317! 485 2010-02-05 10:57:51Z raasch
  • palm/trunk/SOURCE/netcdf.f90

    r493 r494  
    77! Current revisions:
    88! ------------------
    9 ! Extensions for NetCDF4 output
     9!
    1010!
    1111! Former revisions:
    1212! -----------------
    1313! $Id$
     14!
     15! 493 2010-03-01 08:30:24Z raasch
     16! Extensions for NetCDF4 output
    1417!
    1518! 410 2009-12-04 17:05:40Z letzel
  • palm/trunk/SOURCE/parin.f90

    r493 r494  
    44! Current revisions:
    55! -----------------
    6 ! +netcdf_data_format in d3par, -netcdf_64bit, -netcdf_64bit_3d
     6!
    77!
    88! Former revisions:
    99! -----------------
    1010! $Id$
     11!
     12! 493 2010-03-01 08:30:24Z raasch
     13! +netcdf_data_format in d3par, -netcdf_64bit, -netcdf_64bit_3d
    1114!
    1215! 449 2010-02-02 11:23:59Z raasch
  • palm/trunk/SOURCE/user_statistics.f90

    r493 r494  
    44! Current revisions:
    55! -----------------
    6 ! Bugfix: timeseries data have to be collected by PE0
     6!
    77!
    88! Former revisions:
    99! -----------------
    1010! $Id$
     11!
     12! 493 2010-03-01 08:30:24Z raasch
     13! Bugfix: timeseries data have to be collected by PE0
    1114!
    1215! 211 2008-11-11 04:46:24Z raasch
Note: See TracChangeset for help on using the changeset viewer.