Skip to content

Commit

Permalink
own branch of working copy of DSA_Pevek
Browse files Browse the repository at this point in the history
  • Loading branch information
heikoklein committed Jun 10, 2021
1 parent 53147c5 commit 7095263
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/common/snapfilML.f90
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

!> Common for input felt files
module snapfilML
use iso_fortran_env, only: int16
use iso_fortran_env, only: int16, int32
use snapdimML, only: mavail
implicit none

Expand Down Expand Up @@ -53,8 +53,8 @@ module snapfilML
integer(kind=int16) :: FILETYPE
!> timePos position of #fchour in current time
integer(kind=int16) :: TIMEPOS
!> offset in hours from first sorted timestep
integer(kind=int16) :: OHOUR
!> offset in hours since 1970-01-01 00:00
integer(kind=int32) :: OHOUR
!> pointer to next forward time data
integer(kind=int16) :: NAVAIL
!> pointer to next backward (=previous) time data
Expand Down

0 comments on commit 7095263

Please sign in to comment.