Ignore:
Timestamp:
Jul 3, 2017 2:07:20 PM (7 years ago)
Author:
suehring
Message:

Reading of 3D topography using NetCDF data type NC_BYTE; bugfixes in reading 3D topography from file

File:
1 edited

Legend:

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

    r2292 r2302  
    2525! -----------------
    2626! $Id$
     27! Reading of 3D topography using NetCDF data type NC_BYTE
     28!
     29! 2292 2017-06-20 09:51:42Z schwenkel
    2730! Implementation of new microphysic scheme: cloud_scheme = 'morrison'
    2831! includes two more prognostic equations for cloud drop concentration (nc) 
     
    55985601    INTEGER(iwp)                  ::  nz_file         !< number of grid-points in file
    55995602
    5600     INTEGER(iwp), DIMENSION(nzb:nzt+1), INTENT(INOUT) ::  var  !< variable to be read
     5603    INTEGER( KIND = 1 ), DIMENSION(nzb:nzt+1), INTENT(INOUT) ::  var  !< variable to be read
    56015604!
    56025605!-- Get dimension of z-axis
Note: See TracChangeset for help on using the changeset viewer.