MOM5 icon indicating copy to clipboard operation
MOM5 copied to clipboard

The Modular Ocean Model

Results 72 MOM5 issues
Sort by recently updated
recently updated
newest added

We are introducing some MOM code changes for running FAFHEAT experiments as in Gregory et al. (2016). The code, when enabled, uses Method B for the heat flux perturbation and...

The standard names for T-cell mass transport are not CF compliant: https://github.com/mom-ocean/MOM5/blob/9f5866b8ed45921b9403089799ea483b91695e14/src/mom5/ocean_diag/ocean_adv_vel_diag.F90#L231-L238 According to this http://cfconventions.org/Data/cf-standard-names/28/build/cf-standard-name-table.html `ocean_x_mass_transport` should be `ocean_mass_x_transport` `ocean_y_mass_transport` should be `ocean_mass_y_transport`

The SST passed to the coupler should be potential temperature. If using conservative temperature as the prognostic variable the default code handles this correctly. The FAFMIP modifications simply use the...

#When the `pop_icediag` option for frazil formation is `.TRUE.` in the ACCESS configurations the code returns before the redistributed heat field has had a chance to "form" its own frazil....

This issue is to highlight the need to clean up the rebinning routines that create the tendency diagnostics `***_on_nrho` (and for example, the transports `***_trans_on_nrho`). Currently for my temperature-binned heat...

Hey, Just trying to make a branch for the basal melt flux code changes. Cheers P

In this PR https://github.com/mom-ocean/MOM5/pull/198 @StephenGriffies raised some governance and other issues which need to be addressed. > --If the pull request was not necessary, then why was it still hanging...

Grid scale noise observed in the ACCESS-OM2 models (https://github.com/OceansAus/access-om2/issues/110) could be addressed if the `smooth_hblt` option was fixed. ``` ! ! For smoothing on the submeso bldepth field. This is...

We are seeing, differences in the ocean outputs between the existing CSIRO MOM5 code and the new harmonised MOM5 in ACCESS-CM2 tests. For example, the potential temperature differs regionally by...