Skip to content

Commit 7bf9734

Browse files
mom6botHallberg-NOAA
authored andcommitted
MOM6: +Add symmetric_sum functions
- NOAA-GFDL/MOM6@6074eb37e +Add symmetric_sum functions - NOAA-GFDL/MOM6@260181689 Move particles_run call into step_MOM_tracer_dyn This commit fixes a bug in particle advection of particles that are advected by uh and vh. When the tracer timestep doesn't match the dynamics timestep, these particles need to be advected using the tracer timestep. The previous version of the code sometimes leads to unphysical particle movement, and this commit fixes the issue. - NOAA-GFDL/MOM6@1e9ac3988 Split reservoir init from update_OBC_segment_data - NOAA-GFDL/MOM6@71dd08055 Split reading files from update_OBC_segment_data - NOAA-GFDL/MOM6@116972bfd Trailing semicolons and semicolon white space - NOAA-GFDL/MOM6@8a51d5898 Change "end if" to endif and "end do" to enddo - NOAA-GFDL/MOM6@8a009b194 Add Newton iterations for the ice-shelf velocity solution (#1072) - NOAA-GFDL/MOM6@b065a4e38 Refactor update_OBC_segment_data - NOAA-GFDL/MOM6@5f60bff6d Zero out allocated array in MOM_temp_salt_initialize_from_Z - NOAA-GFDL/MOM6@1cd9caef0 Diag_mediator cleanup - NOAA-GFDL/MOM6@21b17b32a Use clearer conversion factor for ale_u2 - NOAA-GFDL/MOM6@fad004eea Diagnostic output time scaling fix in HA_accum - NOAA-GFDL/MOM6@374496a75 +Change some MOM_IS axis units to CMIP standards - NOAA-GFDL/MOM6@56157ef5b +Revise MOM_IceShelf available diags file format
1 parent 5f66a6d commit 7bf9734

64 files changed

Lines changed: 1 addition & 127 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

coupled_AM2_LM3_SIS2/AM2_SIS2_MOM6i_1deg/MOM_parameter_doc.all

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,6 @@ ICE_SHELF = False ! [Boolean] default = False
171171
! If true, enables the ice shelf model.
172172
USE_PARTICLES = False ! [Boolean] default = False
173173
! If true, use the particles package.
174-
USE_UH_PARTICLES = False ! [Boolean] default = False
175-
! If true, use the uh velocity in the particles package.
176174
ENSEMBLE_OCEAN = False ! [Boolean] default = False
177175
! If False, The model is being run in serial mode as a single realization. If
178176
! True, The current model realization is part of a larger ensemble and at the

coupled_AM2_LM3_SIS2/Concurrent_ice_1deg/MOM_parameter_doc.all

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,6 @@ ICE_SHELF = False ! [Boolean] default = False
171171
! If true, enables the ice shelf model.
172172
USE_PARTICLES = False ! [Boolean] default = False
173173
! If true, use the particles package.
174-
USE_UH_PARTICLES = False ! [Boolean] default = False
175-
! If true, use the uh velocity in the particles package.
176174
ENSEMBLE_OCEAN = False ! [Boolean] default = False
177175
! If False, The model is being run in serial mode as a single realization. If
178176
! True, The current model realization is part of a larger ensemble and at the

coupled_AM2_LM3_SIS2/Intersperse_ice_1deg/MOM_parameter_doc.all

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,6 @@ ICE_SHELF = False ! [Boolean] default = False
171171
! If true, enables the ice shelf model.
172172
USE_PARTICLES = False ! [Boolean] default = False
173173
! If true, use the particles package.
174-
USE_UH_PARTICLES = False ! [Boolean] default = False
175-
! If true, use the uh velocity in the particles package.
176174
ENSEMBLE_OCEAN = False ! [Boolean] default = False
177175
! If False, The model is being run in serial mode as a single realization. If
178176
! True, The current model realization is part of a larger ensemble and at the

ice_ocean_SIS2/Baltic/MOM_parameter_doc.all

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,6 @@ ICE_SHELF = False ! [Boolean] default = False
171171
! If true, enables the ice shelf model.
172172
USE_PARTICLES = False ! [Boolean] default = False
173173
! If true, use the particles package.
174-
USE_UH_PARTICLES = False ! [Boolean] default = False
175-
! If true, use the uh velocity in the particles package.
176174
ENSEMBLE_OCEAN = False ! [Boolean] default = False
177175
! If False, The model is being run in serial mode as a single realization. If
178176
! True, The current model realization is part of a larger ensemble and at the

ice_ocean_SIS2/Baltic_ALE_z_offline_tracers/MOM_parameter_doc.all

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,6 @@ ICE_SHELF = False ! [Boolean] default = False
198198
! If true, enables the ice shelf model.
199199
USE_PARTICLES = False ! [Boolean] default = False
200200
! If true, use the particles package.
201-
USE_UH_PARTICLES = False ! [Boolean] default = False
202-
! If true, use the uh velocity in the particles package.
203201
ENSEMBLE_OCEAN = False ! [Boolean] default = False
204202
! If False, The model is being run in serial mode as a single realization. If
205203
! True, The current model realization is part of a larger ensemble and at the

ice_ocean_SIS2/Baltic_OM4_025/MOM_parameter_doc.all

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,6 @@ ICE_SHELF = False ! [Boolean] default = False
198198
! If true, enables the ice shelf model.
199199
USE_PARTICLES = False ! [Boolean] default = False
200200
! If true, use the particles package.
201-
USE_UH_PARTICLES = False ! [Boolean] default = False
202-
! If true, use the uh velocity in the particles package.
203201
ENSEMBLE_OCEAN = False ! [Boolean] default = False
204202
! If False, The model is being run in serial mode as a single realization. If
205203
! True, The current model realization is part of a larger ensemble and at the

ice_ocean_SIS2/Baltic_OM4_05/MOM_parameter_doc.all

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,6 @@ ICE_SHELF = False ! [Boolean] default = False
198198
! If true, enables the ice shelf model.
199199
USE_PARTICLES = False ! [Boolean] default = False
200200
! If true, use the particles package.
201-
USE_UH_PARTICLES = False ! [Boolean] default = False
202-
! If true, use the uh velocity in the particles package.
203201
ENSEMBLE_OCEAN = False ! [Boolean] default = False
204202
! If False, The model is being run in serial mode as a single realization. If
205203
! True, The current model realization is part of a larger ensemble and at the

ice_ocean_SIS2/Baltic_OM5_025/MOM_parameter_doc.all

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,6 @@ ICE_SHELF = False ! [Boolean] default = False
198198
! If true, enables the ice shelf model.
199199
USE_PARTICLES = False ! [Boolean] default = False
200200
! If true, use the particles package.
201-
USE_UH_PARTICLES = False ! [Boolean] default = False
202-
! If true, use the uh velocity in the particles package.
203201
ENSEMBLE_OCEAN = False ! [Boolean] default = False
204202
! If False, The model is being run in serial mode as a single realization. If
205203
! True, The current model realization is part of a larger ensemble and at the

ice_ocean_SIS2/Baltic_OM5nb_025/MOM_parameter_doc.all

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,6 @@ ICE_SHELF = False ! [Boolean] default = False
194194
! If true, enables the ice shelf model.
195195
USE_PARTICLES = False ! [Boolean] default = False
196196
! If true, use the particles package.
197-
USE_UH_PARTICLES = False ! [Boolean] default = False
198-
! If true, use the uh velocity in the particles package.
199197
ENSEMBLE_OCEAN = False ! [Boolean] default = False
200198
! If False, The model is being run in serial mode as a single realization. If
201199
! True, The current model realization is part of a larger ensemble and at the

ice_ocean_SIS2/OM4_025/MOM_parameter_doc.all

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,6 @@ ICE_SHELF = False ! [Boolean] default = False
198198
! If true, enables the ice shelf model.
199199
USE_PARTICLES = False ! [Boolean] default = False
200200
! If true, use the particles package.
201-
USE_UH_PARTICLES = False ! [Boolean] default = False
202-
! If true, use the uh velocity in the particles package.
203201
ENSEMBLE_OCEAN = False ! [Boolean] default = False
204202
! If False, The model is being run in serial mode as a single realization. If
205203
! True, The current model realization is part of a larger ensemble and at the

0 commit comments

Comments
 (0)