Skip to content

Commit

Permalink
fix redudant parameter val
Browse files Browse the repository at this point in the history
  • Loading branch information
rem1776 authored and rem1776 committed Jul 14, 2023
1 parent 40712be commit 94434d9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions time_interp/time_interp_external2.F90
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,7 @@ module time_interp_external2_mod
type(ext_fieldtype), save, private, pointer :: loaded_fields(:) => NULL()
type(filetype), save, private, pointer :: opened_files(:) => NULL()
!Balaji: really should use field%missing
integer, private, parameter :: dk = r8_kind ! ensures that time_interp_missing is in range for mixed-mode
! compiling
real(r8_kind), private, parameter :: time_interp_missing=-1e99_dk
real(r8_kind), private, parameter :: time_interp_missing=-1e99_r8_kind
contains

! <SUBROUTINE NAME="time_interp_external_init">
Expand Down

0 comments on commit 94434d9

Please sign in to comment.