Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused channel_config #63

Merged
merged 1 commit into from
Nov 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 0 additions & 13 deletions MOM_input
Original file line number Diff line number Diff line change
Expand Up @@ -211,19 +211,6 @@ MINIMUM_DEPTH = 0.5
INPUTDIR = "./INPUT/"
! "The directory in which input files are found."

CHANNEL_CONFIG = global_1deg
! "default = 'none'
! A parameter that determines which set of channels are
! restricted to specific widths. Options are:
! none - All channels have the grid width.
! global_1deg - Sets 16 specific channels appropriate
! for a 1-degree model, as used in CM2G.
! list - Read the channel locations and widths from a
! text file, like MOM_channel_list in the MOM_SIS
! test case.
! file - Read open face widths everywhere from a
! NetCDF file on the model grid."

! === module MOM_state_initialization ===
INIT_LAYERS_FROM_Z_FILE = True
! "[Boolean] default = False
Expand Down
Loading