Ignore:
Timestamp:
Mar 5, 2007 6:00:47 AM (17 years ago)
Author:
raasch
Message:

updating parts of Marcus changes

File:
1 edited

Legend:

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

    r4 r46  
    44! Actual revisions:
    55! -----------------
    6 !
     6! +netcdf_64bit_3d to switch on 64bit offset only for 3D files
    77!
    88! Former revisions:
     
    989989!
    990990!--          Create a new NetCDF output file
    991              IF ( netcdf_64bit )  THEN
     991             IF ( netcdf_64bit .AND. netcdf_64bit_3d )  THEN
    992992#if defined( __netcdf_64bit )
    993993                nc_stat = NF90_CREATE( filename,                               &
Note: See TracChangeset for help on using the changeset viewer.