Ignore:
Timestamp:
Oct 19, 2012 2:35:30 PM (12 years ago)
Author:
raasch
Message:

netCDF4 without parallel file support implemented
additional define string netcdf4_parallel is required to switch on parallel file support

File:
1 edited

Legend:

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

    r1017 r1031  
    44! Current revisions:
    55! -----------------
    6 !
     6! +output_format_netcdf
    77!
    88! Former revisions:
     
    523523                             return_addres, return_username, &
    524524                             timestep_scheme = 'runge-kutta-3'
    525     CHARACTER (LEN=40)   ::  avs_data_file, topography = 'flat'
     525    CHARACTER (LEN=40)   ::  avs_data_file, output_format_netcdf, &
     526                             topography = 'flat'
    526527    CHARACTER (LEN=64)   ::  host = ' '
    527528    CHARACTER (LEN=80)   ::  log_message, run_identifier
Note: See TracChangeset for help on using the changeset viewer.