Skip to content

Commit

Permalink
adjust indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed May 12, 2023
1 parent 42a5fd5 commit 96206b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mediator/med_phases_history_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ module med_phases_history_mod
! Instantaneous history files datatypes/variables per component
! ----------------------------
type, public :: instfile_type
type(file_desc_t) :: io_file
type(file_desc_t):: io_file
logical :: write_inst
character(CS) :: hist_option
integer :: hist_n
Expand All @@ -76,7 +76,7 @@ module med_phases_history_mod
! Time averaging history files
! ----------------------------
type, public :: avgfile_type
type(file_desc_t) :: io_file
type(file_desc_t) :: io_file
logical :: write_avg
type(ESMF_FieldBundle) :: FBaccum_import ! field bundle for time averaging
integer :: accumcnt_import ! field bundle accumulation counter
Expand All @@ -96,7 +96,7 @@ module med_phases_history_mod
! Auxiliary history files
! ----------------------------
type, public :: auxfile_type
type(file_desc_t) :: io_file
type(file_desc_t) :: io_file
character(CS), allocatable :: flds(:) ! array of aux field names
character(CS) :: auxname ! name for history file creation
character(CL) :: histfile = '' ! current history file name
Expand Down

0 comments on commit 96206b6

Please sign in to comment.