Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Updated base definition so that display_unit has an initial value set…
Browse files Browse the repository at this point in the history
… to the OUTPUT_UNIT intrinsic
  • Loading branch information
daminton committed Feb 15, 2024
1 parent 81657ab commit c7ebbb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base/base_module.f90
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ module base
logical :: lrestart = .false. !! Indicates whether or not this is a restarted run

character(NAMELEN) :: display_style !! Style of the output display {["STANDARD"], "COMPACT"}).
integer(I4B) :: display_unit !! File unit number for display (either to stdout or to a log file)
integer(I4B) :: display_unit = OUTPUT_UNIT !! File unit number for display (either to stdout or to a log file)
logical :: log_output = .false. !! Logs the output to file instead of displaying it on the terminal

! Future features not implemented or in development
Expand Down

0 comments on commit c7ebbb6

Please sign in to comment.