Skip to content

Commit

Permalink
Merge branch 'b4b-dev' into rmnumsolar
Browse files Browse the repository at this point in the history
  • Loading branch information
olyson committed Nov 7, 2024
2 parents e72e947 + b50d65b commit 703db1f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/histFileMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ module histFileMod

character(len=max_namlen+2), public :: &
hist_fincl1(max_flds) = ' ' ! namelist: list of fields to include in history tape 1
! aka 'h0' history file.
character(len=max_namlen+2), public :: &
hist_fincl2(max_flds) = ' ' ! namelist: list of fields to include in history tape 2
character(len=max_namlen+2), public :: &
Expand All @@ -116,6 +117,7 @@ module histFileMod

character(len=max_namlen+2), public :: &
hist_fexcl1(max_flds) = ' ' ! namelist: list of fields to exclude from history tape 1
! aka 'h0' history file.
character(len=max_namlen+2), public :: &
hist_fexcl2(max_flds) = ' ' ! namelist: list of fields to exclude from history tape 2
character(len=max_namlen+2), public :: &
Expand Down

0 comments on commit 703db1f

Please sign in to comment.