COSIMA / access-om3

ACCESS-OM3 global ocean-sea ice-wave coupled model
13 stars 7 forks source link

MOM_input - CHANNEL_CONFIG #232

Closed anton-seaice closed 1 month ago

anton-seaice commented 1 month ago

I just noticed this in MOM_input in the 1 degree configs:

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.

And it looks like we should set CHANNEL_CONFIG to 'none' ?

anton-seaice commented 1 month ago

Andrew writes this better than I do - see #233

aekiss commented 1 month ago

oops, sorry for doubling up!