Ignore:
Timestamp:
Jun 3, 2020 4:34:15 PM (4 years ago)
Author:
eckhard
Message:

Fixed domain extend check, readablity and documentation improvements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/UTIL/inifor/src/inifor_types.f90

    r4538 r4553  
    2626! -----------------
    2727! $Id$
     28! Minor code readability improvements
     29!
     30!
     31! 4538 2020-05-18 13:45:35Z eckhard
    2832! Added boolean indicator for --static-driver option invocation
    2933!
     
    171175    REAL(wp), ALLOCATABLE ::  y(:)          !< coordinates of cell centers in y direction [m]
    172176    REAL(wp), POINTER     ::  z(:)          !< coordinates of cell centers in z direction [m]
    173     REAL(wp), ALLOCATABLE ::  h(:,:,:)      !< heights grid point for intermediate grids [m]
     177    REAL(wp), ALLOCATABLE ::  intermediate_h(:,:,:) !< heights grid point for intermediate grids [m]
    174178    REAL(wp), POINTER     ::  cosmo_h(:,:,:)!< pointer to appropriate COSMO level heights (scalar/w) [m]
    175179    REAL(wp), POINTER     ::  hhl(:,:,:)    !< heights of half layers (cell faces) above sea level in COSMO-DE, read in from
Note: See TracChangeset for help on using the changeset viewer.