MOM6
MOM6 copied to clipboard
Modular Ocean Model
In the ocean_only forcing file please add the ability to specify a surface salt flux from an input file. Thanks!
I've been working on a fix for #1545 and testing via the `MOM_CFC_cap.F90` and `pseudo_salt_tracer.F90` modules. I'm in the process of bringing the February changes to `main` onto my branch,...
MOM6-examples/ocean_only/global_ALE/layer/timestats.gnu: WARNING from PE 0: MOM_file_parser : PASSIVE found outside of block CONVECTION%. Ignoring.
As discussed during a MOM6 dev call, if atmos model does not provide the heat content associated with frozen fluxes (e.g., fprec and frunoff), these should enter the ocean at...
It looks like part of the modified Leith viscosity formula is a bit different from the literatures (and the description at the end of this module). https://github.com/mom-ocean/MOM6/blob/688bff9c1563ab771d01b5c184ab5b56e98b0455/src/parameterizations/lateral/MOM_hor_visc.F90#L935 https://github.com/mom-ocean/MOM6/blob/688bff9c1563ab771d01b5c184ab5b56e98b0455/src/parameterizations/lateral/MOM_hor_visc.F90#L2839-L2840
A sign related to the scalar approximation the self-attraction and loading (SAL) term is incorrect in the barotropic solver. https://github.com/NOAA-GFDL/MOM6/blob/b560b2ccb65280a5f78b47ef1f01123d434e529e/src/core/MOM_barotropic.F90#L1047-L1052 The third line in the block above should be ```fortran...
In most, perhaps all, passive tracer modules in src/tracer, the register tracer function starts with a block like ``` if (associated(CS)) then call MOM_error(WARNING, "DOME_register_tracer called with an "// &...
This bug triggered through use of the `TOPO_EDITS_FILE` feature. A positive `MASKING_DEPTH` with shallower depth edits will cause unintended land mask changes. ``` if (new_depth(n)/=0.) then write(stdout,'(a,3i5,f8.2,a,f8.2,2i4)') & 'Ocean topography...
@StephenGriffies and I have been using depth-integrated 2D momentum diagnostics for vorticity budget analysis in global MOM6 simulations and we observed that some math expressions in vorticity budgets do not...
The way the biharmonic friction operator is implemented in `MOM_hor_visc` is inconsistent with what Griffies & Hallberg (2000) suggest: * MOM6: `div. ( Ah grad ( div . grad U...