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

This PR contains two new features, some bugfixes, and an extension of the dimensional scaling to the coupler interfaces ("caps"). We now support an interface to communicate with external databases...

## Description A number of diagnostics related to thickness fluxes have which should change if the MOM6 is run in non-Boussinesq or Boussinesq mode. Additionally, many of these diagnostics contain...

I find the `ocean.stats.nc` file to be a useful feature of MOM6 - but I have noticed that the time_units in this file differ from other diagnostics. Specifically, most diagnostics...

enhancement

I am running a regional MOM6 configuration that includes sponges (u, v, tracer) and ice. Currently, the simulation fails if the code is compiled with intel but runs (very slowly!)...

bug

when model starting date is not 00z or 1st day of the month, but in diag_table set up as daily or monthly mean, it will not give you the real...

enhancement

`initialize_sponges_file` in `MOM_state_initialization` reads the `USE_REGRIDDING` configuration parameter, but doesn't have a default set. The line in question is ``` call get_param(param_file, mdl, "USE_REGRIDDING", use_ALE) ``` This potentially leads to...

Throughout the MOM6 code, we have tried to route all calls to FMS routines via routines in the config/src/infra/ directories, in most cases going first through interfaces in the src/framework...

When sponge restoring is applied to interface heights, the apply_sponge subroutine compares e and Ref_eta. Because the current version of the code explicitly sets e(1)=0, it relies on Ref_eta(1)==0. It...

enhancement

The `post_data` calls for neutral diffusion diagnostics occur within the subroutine `neutral_diffusion`. This subroutine is called from subroutine `tracer_hordiff` inside a sub-cycling iteration loop that is there to avoid violating...

bug

We have a global test case where the corner point is on the Equator. Once we set GUST_CONST=0.0, following the discussion about default parameter changes in one of the dev/calls,...

bug