Skip to content

Commit

Permalink
Merge pull request ESCOMP#2866 from johnpaulalex/hist_doc_bc
Browse files Browse the repository at this point in the history
Document that fincl1 maps to 'h0' history file. And fexcl1
  • Loading branch information
ekluzek authored Nov 7, 2024
2 parents 33607a0 + b32c775 commit b50d65b
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 b50d65b

Please sign in to comment.