Skip to content

Commit

Permalink
fix for nudiag_set
Browse files Browse the repository at this point in the history
allow nudiag_set to be available outside of cesm; may prefer
to fix in coupling interface
  • Loading branch information
DeniseWorthen committed Jan 9, 2023
1 parent ce2298e commit ed472ab
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cicecore/shared/ice_fileunits.F90
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,8 @@ module ice_fileunits
integer (kind=int_kind), public :: &
nu_diag = ice_stdout ! diagnostics output file, unit number may be overwritten

#ifdef CESMCOUPLED
logical (kind=log_kind), public :: &
nu_diag_set = .false. ! flag to indicate whether nu_diag is already set
#endif

integer (kind=int_kind), public :: &
ice_IOUnitsMinUnit = 11, & ! do not use unit numbers below
Expand Down

0 comments on commit ed472ab

Please sign in to comment.