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 don't really understand the Channel_drag option, but it looks like it affects the bottom velocity used for MEKE, which with Channel_drag seems to become: C_d*u_{BBL}*BBL_visc_drag The BBL_visc_drag factor here...

`tridiagTS` is a slightly more optimized version of `tracer_vertdiff` (used for passive tracers)under the assumption that temperature and salinity have the same diapycnal diffusivity. This however leads to two similar...

discussion

A grep for `missing_value` returns 161 occurrences in MOM6 code. This is partly because the wrapper for `register_diag_field()` has `missing_value` as an optional argument, which we propagated upwards, but it...

enhancement
discussion

The OBC segments were introduced in order to handle passing and storing information along grid x/y directions. Correspondingly, their array sizes are much smaller than the full grid, however, we...

enhancement

Need to code the bigthetao diagnostics (Conservative Temperature) with the proper CMOR names. These CMOR names are presently missing. See Griffies et al (2016) OMIP paper for the diagnostics.

enhancement
question
discussion

Salinity units need to be reconsidered when using TEOS10. There are various unsatisfying issues, such as the following: --When MOM6 uses practical salinity, the diagnostics in fact state that the...

enhancement
question
discussion

For our regional CCS1 domain, reentrant_x has to be set false when describing the computational domain, true when describing the forcing files. Raf put in a temporary fix, but this...

Bob pointed out that subroutine calculate_compress_nemo in MOM_EOS_NEMO.F90 calls gsw_rho_first_derivatives which calculates the derivative of rho wrt pressure, but using the TEOS-10 equation of state. This should be using the...

bug

This diagnostic is in support of data assimilation Users provide a list of profiles at arbitrary times, locations and depths. The output should be stored in separate netCDF files. Interpolation...

enhancement

In a 1/2 degree CM4 test, there are a few restart variables that differ when using a mask_table (compared to the same layout but without a mask_table). This causes problem...

enhancement
discussion