MOM6 icon indicating copy to clipboard operation
MOM6 copied to clipboard

Modular Ocean Model

Results 61 MOM6 issues
Sort by recently updated
recently updated
newest added

I'm working on a stochastic backscatter with a rate that is proportional to the horizontal viscous dissipation rate and/or the GM work. My goal is to get a value `A`...

Hi folks, Apologies if I'm just missing something really obvious... but just wondering if it's viable to include a [citation.cff file](https://citation-file-format.github.io/) in this repo so it's easy to find the...

`tracer_vertdiff()` has an optional argument for `sink_rate` ("rate at which the tracer sinks"), and @ElizabethYankovsky and I would like to use this feature for diurnal vertical migration of some MARBL...

I think `bound_Kh` and `better_bound_Kh` are not very descriptive names and _do_ create confusion. https://github.com/mom-ocean/MOM6/blob/1e54bed6ac19799cf6cf2b34c20e914f730a3e3b/src/parameterizations/lateral/MOM_hor_visc.F90#L1837-L1838 Should we pick a better switch name? (found with @claireyung)

Currently, MOM6 does not have code to directly calculate air-sea fluxes from an atmospheric state. Instead, it relies upon the coupler that is driving the ocean model to determine these...

enhancement

In `MOM_state_initialization.F90:MOM_temp_salt_initialize_from_Z()`, the default value for `Z_INIT_ALE_REMAPPING` is `.false.` and the default value of `Z_INIT_REMAPPING_SCHEME` is `PPM_IH4`: https://github.com/mom-ocean/MOM6/blob/b57ff027567a445e9038637841c600204f2668cd/src/initialization/MOM_state_initialization.F90#L2561-L2566 For the MARBL driver, I am calling `MOM_tracer_initialization_from_Z.F90:MOM_initialize_tracer_from_Z()`, where the default values...

The QG Leith viscosity option in MOM6 has serious problems that need to be corrected before it is usable. Specifically, when `USE_QG_LEITH_VISC=True`, MOM6 does not reproduce across PE count or...

bug
discussion

MOM6 has the option to calculate the ocean melt potential (i.e., the heat content of the seawater in a near-surface region relative to the freezing point) within `extract_surface_state()`, but the...

bug
question
discussion

The modification made here enhance control over diffusivity setting in MOM6. By incorporating river forcing and an adjustable depth range condition in the **user_change_diffusivity.F90** file, user can now fine-tune diffusivity...

This mini PR address the compiling warning removing request by NCEP Central Operational branch. Thanks for @marshallward's work.