Ignore:
Timestamp:
May 7, 2020 3:58:16 PM (4 years ago)
Author:
eckhard
Message:

fixed constant-density pressure extrapolation, respect integer working precision

File:
1 edited

Legend:

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

    r4481 r4523  
    2626! -----------------
    2727! $Id$
     28! respect integer working precision (iwp) specified in inifor_defs.f90
     29!
     30!
     31! 4481 2020-03-31 18:55:54Z maronga
    2832! Alert user to warnings if any
    2933!
     
    128132        ONLY:  average_pressure_perturbation,                                  &
    129133               average_profile,                                                &
    130                extrapolate_density,                                            &
    131                extrapolate_pressure,                                           &
    132134               geostrophic_winds,                                              &
    133135               get_surface_pressure,                                           &
     
    141143    IMPLICIT NONE
    142144   
    143     INTEGER ::  igroup !< loop index for IO groups
    144     INTEGER ::  ivar   !< loop index for output variables
    145     INTEGER ::  iter   !< loop index for time steps
     145    INTEGER(iwp) ::  igroup !< loop index for IO groups
     146    INTEGER(iwp) ::  ivar   !< loop index for output variables
     147    INTEGER(iwp) ::  iter   !< loop index for time steps
    146148
    147149    REAL(wp), ALLOCATABLE, DIMENSION(:,:,:)     ::  output_arr !< array buffer for interpolated quantities
Note: See TracChangeset for help on using the changeset viewer.