Skip to content

Commit

Permalink
Make write_restartfh public in shr_is_restart_fh_mod
Browse files Browse the repository at this point in the history
  • Loading branch information
NickSzapiro-NOAA committed Oct 16, 2024
1 parent 0b9f6e0 commit ec854eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CDEPS-interface/ufs/cdeps_share/shr_is_restart_fh_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ module shr_is_restart_fh_mod
private
save

public :: init_is_restart_fh, is_restart_fh, finalize_restart_fh

logical :: write_restartfh = .false.
type(ESMF_Time), allocatable :: restartFhTimes(:)
!$OMP THREADPRIVATE (write_restartfh, restartFhTimes)

public :: init_is_restart_fh, is_restart_fh, finalize_restart_fh, write_restartfh

contains

!-----------------------------------------------------------------------
Expand Down

0 comments on commit ec854eb

Please sign in to comment.