Skip to content

Commit

Permalink
Update MOM_parameter_doc files after MOM6 PR #1413
Browse files Browse the repository at this point in the history
  Updated the MOM_parameter_doc files to reflect the fact that VISBECK_MAX_SLOPE
is not being recorded in some cases where its value is not used as a result of
MOM6 PR #1413.  Also updated the parameter doc files for several of the test
cases that are not routinely run in the pipeline testing.  Updated the versions
of MOM6 and SIS2 that are pointed to the versions right after MOM6 PR #1413 was
merged into dev/gfdl and SIS2 PR NOAA-GFDL#147 was merged into its dev/gfdl.  No
solutions change as the result of the updated versions of MOM6 and SIS2.

  The non-merge MOM6 commits in this update include:
- NOAA-GFDL/MOM6@da287e1a7 Merge pull request #1413 from marshallward/valgrind_fixes
- NOAA-GFDL/MOM6@a6a799928 Merge pull request #1412 from ESMG/ESMG_sponge_masking
- NOAA-GFDL/MOM6@d9edec107 Update MOM_internal_tide_input.F90
- NOAA-GFDL/MOM6@121ec5c47 Merge pull request #1411 from Hallberg-NOAA/rescale_user_OBC_code
- NOAA-GFDL/MOM6@616413a58 Memory management cleanup and initialization fixes
- NOAA-GFDL/MOM6@b583c00d8 Change to masking of u,v sponges.
- NOAA-GFDL/MOM6@627ae3f5d Tiny cleaning up edits.
- NOAA-GFDL/MOM6@29061de6a +Dimensional rescaling of user OBC test cases

  The SIS2 commits in this update include:
- NOAA-GFDL/SIS2@11934c6 Merge pull request NOAA-GFDL#147 from ESMG/dev/esmg
- ESMG/SIS2@a4cdaf0 Take guts back out of a routine.
- ESMG/SIS2@2acd393 Merge branch 'n_aero' into dev/esmg
- ESMG/SIS2@16e1b4b Don't need the guts of icepack_query_tracer_sizes
- ESMG/SIS2@87bca6f Guts of things copied over from Icepack.
- ESMG/SIS2@4ea2d75 Working version of icepack_tracers.F90
- ESMG/SIS2@e525f5b Integer n_aero, n_iso.
- ESMG/SIS2@27c6f8a Merge pull request NOAA-GFDL#5 from MJHarrison-GFDL/n_iso_to_int
- ESMG/SIS2@f4c1aa3 Changes parameter n_iso and n_aero type to integer
- ESMG/SIS2@079c7b1 Merge pull request NOAA-GFDL#4 from MJHarrison-GFDL/ice_ridging_interfaces
- ESMG/SIS2@54f9039 additional Icepack interfaces
- ESMG/SIS2@77b49be Merge remote-tracking branch 'gfdl/dev/gfdl' into dev/esmg
- ESMG/SIS2@9aa2b52 Clean out some trailing whitespace.
- ESMG/SIS2@12432e3 Merge remote-tracking branch 'matt/Icepack' into dev/esmg
- ESMG/SIS2@184036d Call compress ice after ice_ridging to clean up any residual part size excess
- ESMG/SIS2@b662f69 Merge pull request NOAA-GFDL#1 from MJHarrison-GFDL/Icepack
- ESMG/SIS2@b528a23 Re-normalized ice coverage after call to ridge_ice
- ESMG/SIS2@4d0d910 Modifications to enable Icepack APIs for ridging.
  • Loading branch information
Hallberg-NOAA committed Jun 8, 2021
1 parent ea0b2bd commit ae27c86
Show file tree
Hide file tree
Showing 17 changed files with 34 additions and 64 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -608,10 +608,6 @@ USE_STORED_SLOPES = False ! [Boolean] default = False
VERY_SMALL_FREQUENCY = 1.0E-17 ! [s-1] default = 1.0E-17
! A miniscule frequency that is used to avoid division by 0. The default value
! is roughly (pi / (the age of the universe)).
VISBECK_MAX_SLOPE = 0.0 ! [nondim] default = 0.0
! If non-zero, is an upper bound on slopes used in the Visbeck formula for
! diffusivity. This does not affect the isopycnal slope calculation used within
! thickness diffusion.
USE_SIMPLER_EADY_GROWTH_RATE = False ! [Boolean] default = False
! If true, use a simpler method to calculate the Eady growth rate that avoids
! division by layer thickness. Recommended.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -608,10 +608,6 @@ USE_STORED_SLOPES = False ! [Boolean] default = False
VERY_SMALL_FREQUENCY = 1.0E-17 ! [s-1] default = 1.0E-17
! A miniscule frequency that is used to avoid division by 0. The default value
! is roughly (pi / (the age of the universe)).
VISBECK_MAX_SLOPE = 0.0 ! [nondim] default = 0.0
! If non-zero, is an upper bound on slopes used in the Visbeck formula for
! diffusivity. This does not affect the isopycnal slope calculation used within
! thickness diffusion.
USE_SIMPLER_EADY_GROWTH_RATE = False ! [Boolean] default = False
! If true, use a simpler method to calculate the Eady growth rate that avoids
! division by layer thickness. Recommended.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -608,10 +608,6 @@ USE_STORED_SLOPES = False ! [Boolean] default = False
VERY_SMALL_FREQUENCY = 1.0E-17 ! [s-1] default = 1.0E-17
! A miniscule frequency that is used to avoid division by 0. The default value
! is roughly (pi / (the age of the universe)).
VISBECK_MAX_SLOPE = 0.0 ! [nondim] default = 0.0
! If non-zero, is an upper bound on slopes used in the Visbeck formula for
! diffusivity. This does not affect the isopycnal slope calculation used within
! thickness diffusion.
USE_SIMPLER_EADY_GROWTH_RATE = False ! [Boolean] default = False
! If true, use a simpler method to calculate the Eady growth rate that avoids
! division by layer thickness. Recommended.
Expand Down
4 changes: 0 additions & 4 deletions ice_ocean_SIS2/Baltic/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -608,10 +608,6 @@ USE_STORED_SLOPES = False ! [Boolean] default = False
VERY_SMALL_FREQUENCY = 1.0E-17 ! [s-1] default = 1.0E-17
! A miniscule frequency that is used to avoid division by 0. The default value
! is roughly (pi / (the age of the universe)).
VISBECK_MAX_SLOPE = 0.0 ! [nondim] default = 0.0
! If non-zero, is an upper bound on slopes used in the Visbeck formula for
! diffusivity. This does not affect the isopycnal slope calculation used within
! thickness diffusion.
USE_SIMPLER_EADY_GROWTH_RATE = False ! [Boolean] default = False
! If true, use a simpler method to calculate the Eady growth rate that avoids
! division by layer thickness. Recommended.
Expand Down
4 changes: 0 additions & 4 deletions ice_ocean_SIS2/SIS2/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -613,10 +613,6 @@ USE_STORED_SLOPES = False ! [Boolean] default = False
VERY_SMALL_FREQUENCY = 1.0E-17 ! [s-1] default = 1.0E-17
! A miniscule frequency that is used to avoid division by 0. The default value
! is roughly (pi / (the age of the universe)).
VISBECK_MAX_SLOPE = 0.0 ! [nondim] default = 0.0
! If non-zero, is an upper bound on slopes used in the Visbeck formula for
! diffusivity. This does not affect the isopycnal slope calculation used within
! thickness diffusion.
USE_SIMPLER_EADY_GROWTH_RATE = False ! [Boolean] default = False
! If true, use a simpler method to calculate the Eady growth rate that avoids
! division by layer thickness. Recommended.
Expand Down
4 changes: 0 additions & 4 deletions ice_ocean_SIS2/SIS2_bergs_cgrid/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -613,10 +613,6 @@ USE_STORED_SLOPES = False ! [Boolean] default = False
VERY_SMALL_FREQUENCY = 1.0E-17 ! [s-1] default = 1.0E-17
! A miniscule frequency that is used to avoid division by 0. The default value
! is roughly (pi / (the age of the universe)).
VISBECK_MAX_SLOPE = 0.0 ! [nondim] default = 0.0
! If non-zero, is an upper bound on slopes used in the Visbeck formula for
! diffusivity. This does not affect the isopycnal slope calculation used within
! thickness diffusion.
USE_SIMPLER_EADY_GROWTH_RATE = False ! [Boolean] default = False
! If true, use a simpler method to calculate the Eady growth rate that avoids
! division by layer thickness. Recommended.
Expand Down
4 changes: 0 additions & 4 deletions ice_ocean_SIS2/SIS2_cgrid/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -613,10 +613,6 @@ USE_STORED_SLOPES = False ! [Boolean] default = False
VERY_SMALL_FREQUENCY = 1.0E-17 ! [s-1] default = 1.0E-17
! A miniscule frequency that is used to avoid division by 0. The default value
! is roughly (pi / (the age of the universe)).
VISBECK_MAX_SLOPE = 0.0 ! [nondim] default = 0.0
! If non-zero, is an upper bound on slopes used in the Visbeck formula for
! diffusivity. This does not affect the isopycnal slope calculation used within
! thickness diffusion.
USE_SIMPLER_EADY_GROWTH_RATE = False ! [Boolean] default = False
! If true, use a simpler method to calculate the Eady growth rate that avoids
! division by layer thickness. Recommended.
Expand Down
25 changes: 12 additions & 13 deletions ocean_only/ISOMIP/layer/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -254,13 +254,12 @@ F_0 = -1.408706225059977E-04 ! [s-1] default = 0.0
! The reference value of the Coriolis parameter with the betaplane option.
BETA = 0.0 ! [m-1 s-1] default = 0.0
! The northward gradient of the Coriolis parameter with the betaplane option.
BETA_LAT_REF = 0.0 ! [kilometers] default = 0.0
! The reference latitude (origin) of the beta-plane
GRID_ROTATION_ANGLE_BUGS = False ! [Boolean] default = False
! If true, use an older algorithm to calculate the sine and cosines needed
! rotate between grid-oriented directions and true north and east. Differences
! arise at the tripolar fold.
PARALLEL_RESTARTFILES = False ! [Boolean] default = False
! If true, each processor writes its own restart file, otherwise a single
! restart file is generated

! === module MOM_verticalGrid ===
! Parameters providing information about the vertical grid.
Expand Down Expand Up @@ -302,6 +301,9 @@ TFREEZE_FORM = "MILLERO_78" ! default = "LINEAR"
! point. Currently, the valid choices are "LINEAR", "MILLERO_78", "TEOS10"

! === module MOM_restart ===
PARALLEL_RESTARTFILES = False ! [Boolean] default = False
! If true, each processor writes its own restart file, otherwise a single
! restart file is generated
RESTARTFILE = "MOM.res" ! default = "MOM.res"
! The name-root of the restart file.
LARGE_FILE_SUPPORT = True ! [Boolean] default = True
Expand Down Expand Up @@ -344,6 +346,11 @@ USE_BOUNDARY_IMPULSE_TRACER = False ! [Boolean] default = False
USE_DYED_OBC_TRACER = False ! [Boolean] default = False
! If true, use the dyed_obc_tracer tracer package.

! === module MOM_grid ===
! Parameters providing information about the lateral grid.
REFERENCE_HEIGHT = 0.0 ! [m] default = 0.0
! A reference value for geometric height fields, such as bathyT.

! === module MOM_coord_initialization ===
COORD_CONFIG = "linear" ! default = "none"
! This specifies how layers are to be defined:
Expand All @@ -370,11 +377,6 @@ DENSITY_RANGE = 0.7438856 ! [kg m-3] default = 2.0
GFS = 9.8 ! [m s-2] default = 9.8
! The reduced gravity at the free surface.

! === module MOM_grid ===
! Parameters providing information about the lateral grid.
REFERENCE_HEIGHT = 0.0 ! [m] default = 0.0
! A reference value for geometric height fields, such as bathyT.

! === module MOM_domains min_halo ===

! === module MOM_grid ===
Expand Down Expand Up @@ -461,6 +463,8 @@ CDRAG_SHELF = 0.0025 ! [nondim] default = 0.003
USTAR_SHELF_FROM_VEL = True ! [Boolean] default = True
! If true, use the surface velocities to set the friction velocity under ice
! shelves instead of using the previous values of the stresses.

! === module MOM_restart ===
ICE_PROFILE_CONFIG = "FILE" !
! This specifies how the initial ice profile is specified. Valid values are:
! CHANNEL, FILE, and USER.
Expand All @@ -472,8 +476,6 @@ ICE_THICKNESS_VARNAME = "thick" ! default = "h_shelf"
! The name of the thickness variable in ICE_THICKNESS_FILE.
ICE_AREA_VARNAME = "area" ! default = "area_shelf_h"
! The name of the area variable in ICE_THICKNESS_FILE.

! === module MOM_restart ===
SHELF_IC_OUTPUT_FILE = "MOM_Shelf_IC" ! default = "MOM_Shelf_IC"
! The name-root of the output file for the ice shelf initial conditions.

Expand Down Expand Up @@ -1544,9 +1546,6 @@ READ_GUST_2D = False ! [Boolean] default = False
! === module MOM_restart ===
USE_WAVES = False ! [Boolean] default = False
! If true, enables surface wave modules.
LA_DEPTH_RATIO = 0.04 ! [nondim] default = 0.04
! The depth (normalized by BLD) to average Stokes drift over in Langmuir number
! calculation, where La = sqrt(ust/Stokes).

! === module MOM_main (MOM_driver) ===
DAYMAX = 10.0 ! [days]
Expand Down
25 changes: 12 additions & 13 deletions ocean_only/ISOMIP/rho/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -254,13 +254,12 @@ F_0 = -1.408706225059977E-04 ! [s-1] default = 0.0
! The reference value of the Coriolis parameter with the betaplane option.
BETA = 0.0 ! [m-1 s-1] default = 0.0
! The northward gradient of the Coriolis parameter with the betaplane option.
BETA_LAT_REF = 0.0 ! [kilometers] default = 0.0
! The reference latitude (origin) of the beta-plane
GRID_ROTATION_ANGLE_BUGS = False ! [Boolean] default = False
! If true, use an older algorithm to calculate the sine and cosines needed
! rotate between grid-oriented directions and true north and east. Differences
! arise at the tripolar fold.
PARALLEL_RESTARTFILES = False ! [Boolean] default = False
! If true, each processor writes its own restart file, otherwise a single
! restart file is generated

! === module MOM_verticalGrid ===
! Parameters providing information about the vertical grid.
Expand Down Expand Up @@ -302,6 +301,9 @@ TFREEZE_FORM = "MILLERO_78" ! default = "LINEAR"
! point. Currently, the valid choices are "LINEAR", "MILLERO_78", "TEOS10"

! === module MOM_restart ===
PARALLEL_RESTARTFILES = False ! [Boolean] default = False
! If true, each processor writes its own restart file, otherwise a single
! restart file is generated
RESTARTFILE = "MOM.res" ! default = "MOM.res"
! The name-root of the restart file.
LARGE_FILE_SUPPORT = True ! [Boolean] default = True
Expand Down Expand Up @@ -344,6 +346,11 @@ USE_BOUNDARY_IMPULSE_TRACER = False ! [Boolean] default = False
USE_DYED_OBC_TRACER = False ! [Boolean] default = False
! If true, use the dyed_obc_tracer tracer package.

! === module MOM_grid ===
! Parameters providing information about the lateral grid.
REFERENCE_HEIGHT = 0.0 ! [m] default = 0.0
! A reference value for geometric height fields, such as bathyT.

! === module MOM_coord_initialization ===
COORD_CONFIG = "linear" ! default = "none"
! This specifies how layers are to be defined:
Expand Down Expand Up @@ -490,11 +497,6 @@ REGRID_FILTER_DEEP_DEPTH = 0.0 ! [m] default = 0.0
! REGRID_TIME_SCALE. Between depths REGRID_FILTER_SHALLOW_DEPTH and
! REGRID_FILTER_SHALLOW_DEPTH the filter weights adopt a cubic profile.

! === module MOM_grid ===
! Parameters providing information about the lateral grid.
REFERENCE_HEIGHT = 0.0 ! [m] default = 0.0
! A reference value for geometric height fields, such as bathyT.

! === module MOM_domains min_halo ===

! === module MOM_grid ===
Expand Down Expand Up @@ -586,6 +588,8 @@ CDRAG_SHELF = 0.0025 ! [nondim] default = 0.003
USTAR_SHELF_FROM_VEL = True ! [Boolean] default = True
! If true, use the surface velocities to set the friction velocity under ice
! shelves instead of using the previous values of the stresses.

! === module MOM_restart ===
ICE_PROFILE_CONFIG = "FILE" !
! This specifies how the initial ice profile is specified. Valid values are:
! CHANNEL, FILE, and USER.
Expand All @@ -597,8 +601,6 @@ ICE_THICKNESS_VARNAME = "thick" ! default = "h_shelf"
! The name of the thickness variable in ICE_THICKNESS_FILE.
ICE_AREA_VARNAME = "area" ! default = "area_shelf_h"
! The name of the area variable in ICE_THICKNESS_FILE.

! === module MOM_restart ===
SHELF_IC_OUTPUT_FILE = "MOM_Shelf_IC" ! default = "MOM_Shelf_IC"
! The name-root of the output file for the ice shelf initial conditions.

Expand Down Expand Up @@ -1804,9 +1806,6 @@ READ_GUST_2D = False ! [Boolean] default = False
! === module MOM_restart ===
USE_WAVES = False ! [Boolean] default = False
! If true, enables surface wave modules.
LA_DEPTH_RATIO = 0.04 ! [nondim] default = 0.04
! The depth (normalized by BLD) to average Stokes drift over in Langmuir number
! calculation, where La = sqrt(ust/Stokes).

! === module MOM_main (MOM_driver) ===
DAYMAX = 10.0 ! [days]
Expand Down
2 changes: 2 additions & 0 deletions ocean_only/MESO_025_23L/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,8 @@ TOPO_VARNAME = "depth_t" ! default = "depth"
! The name of the bathymetry variable in TOPO_FILE.
TOPO_EDITS_FILE = "" ! default = ""
! The file from which to read a list of i,j,z topography overrides.
ALLOW_LANDMASK_CHANGES = False ! [Boolean] default = False
! If true, allow topography overrides to change land mask.
MAXIMUM_DEPTH = 5500.0 ! [m]
! The maximum depth of the ocean.
MINIMUM_DEPTH = 15.0 ! [m] default = 0.0
Expand Down
2 changes: 2 additions & 0 deletions ocean_only/MESO_025_63L/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,8 @@ TOPO_VARNAME = "depth_t" ! default = "depth"
! The name of the bathymetry variable in TOPO_FILE.
TOPO_EDITS_FILE = "" ! default = ""
! The file from which to read a list of i,j,z topography overrides.
ALLOW_LANDMASK_CHANGES = False ! [Boolean] default = False
! If true, allow topography overrides to change land mask.
MAXIMUM_DEPTH = 5500.0 ! [m]
! The maximum depth of the ocean.
MINIMUM_DEPTH = 15.0 ! [m] default = 0.0
Expand Down
4 changes: 0 additions & 4 deletions ocean_only/benchmark/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -580,10 +580,6 @@ USE_STORED_SLOPES = False ! [Boolean] default = False
VERY_SMALL_FREQUENCY = 1.0E-17 ! [s-1] default = 1.0E-17
! A miniscule frequency that is used to avoid division by 0. The default value
! is roughly (pi / (the age of the universe)).
VISBECK_MAX_SLOPE = 0.0 ! [nondim] default = 0.0
! If non-zero, is an upper bound on slopes used in the Visbeck formula for
! diffusivity. This does not affect the isopycnal slope calculation used within
! thickness diffusion.
USE_SIMPLER_EADY_GROWTH_RATE = False ! [Boolean] default = False
! If true, use a simpler method to calculate the Eady growth rate that avoids
! division by layer thickness. Recommended.
Expand Down
2 changes: 2 additions & 0 deletions ocean_only/global/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,8 @@ TOPO_VARNAME = "depth" ! default = "depth"
! The name of the bathymetry variable in TOPO_FILE.
TOPO_EDITS_FILE = "" ! default = ""
! The file from which to read a list of i,j,z topography overrides.
ALLOW_LANDMASK_CHANGES = False ! [Boolean] default = False
! If true, allow topography overrides to change land mask.
MAXIMUM_DEPTH = 6000.0 ! [m]
! The maximum depth of the ocean.
MINIMUM_DEPTH = 0.5 ! [m] default = 0.0
Expand Down
4 changes: 0 additions & 4 deletions ocean_only/nonBous_global/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -565,10 +565,6 @@ USE_STORED_SLOPES = False ! [Boolean] default = False
VERY_SMALL_FREQUENCY = 1.0E-17 ! [s-1] default = 1.0E-17
! A miniscule frequency that is used to avoid division by 0. The default value
! is roughly (pi / (the age of the universe)).
VISBECK_MAX_SLOPE = 0.0 ! [nondim] default = 0.0
! If non-zero, is an upper bound on slopes used in the Visbeck formula for
! diffusivity. This does not affect the isopycnal slope calculation used within
! thickness diffusion.
USE_SIMPLER_EADY_GROWTH_RATE = False ! [Boolean] default = False
! If true, use a simpler method to calculate the Eady growth rate that avoids
! division by layer thickness. Recommended.
Expand Down
2 changes: 2 additions & 0 deletions ocean_only/tides_025/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,8 @@ TOPO_VARNAME = "depth" ! default = "depth"
! The name of the bathymetry variable in TOPO_FILE.
TOPO_EDITS_FILE = "All_edits.nc" ! default = ""
! The file from which to read a list of i,j,z topography overrides.
ALLOW_LANDMASK_CHANGES = False ! [Boolean] default = False
! If true, allow topography overrides to change land mask.
MAXIMUM_DEPTH = 6500.0 ! [m]
! The maximum depth of the ocean.
MINIMUM_DEPTH = 9.5 ! [m] default = 0.0
Expand Down
2 changes: 1 addition & 1 deletion src/MOM6
Submodule MOM6 updated 36 files
+73 −19 src/core/MOM.F90
+1 −2 src/core/MOM_CoriolisAdv.F90
+1 −3 src/core/MOM_PressureForce.F90
+15 −9 src/core/MOM_barotropic.F90
+8 −7 src/core/MOM_boundary_update.F90
+1 −4 src/core/MOM_continuity.F90
+34 −6 src/core/MOM_dynamics_split_RK2.F90
+7 −5 src/core/MOM_grid.F90
+4 −2 src/core/MOM_open_boundary.F90
+12 −8 src/diagnostics/MOM_diagnostics.F90
+2 −1 src/diagnostics/MOM_sum_output.F90
+90 −14 src/framework/MOM_diag_mediator.F90
+3 −0 src/framework/MOM_diag_remap.F90
+5 −3 src/framework/MOM_dyn_horgrid.F90
+3 −0 src/framework/MOM_file_parser.F90
+13 −16 src/parameterizations/lateral/MOM_MEKE.F90
+2 −2 src/parameterizations/lateral/MOM_hor_visc.F90
+70 −7 src/parameterizations/lateral/MOM_lateral_mixing_coeffs.F90
+16 −3 src/parameterizations/lateral/MOM_thickness_diffuse.F90
+2 −5 src/parameterizations/lateral/MOM_tidal_forcing.F90
+16 −9 src/parameterizations/vertical/MOM_ALE_sponge.F90
+2 −6 src/parameterizations/vertical/MOM_CVMix_conv.F90
+2 −4 src/parameterizations/vertical/MOM_CVMix_ddiff.F90
+24 −21 src/parameterizations/vertical/MOM_CVMix_shear.F90
+30 −24 src/parameterizations/vertical/MOM_diabatic_driver.F90
+3 −5 src/parameterizations/vertical/MOM_geothermal.F90
+1 −1 src/parameterizations/vertical/MOM_internal_tide_input.F90
+5 −1 src/parameterizations/vertical/MOM_opacity.F90
+19 −10 src/parameterizations/vertical/MOM_set_diffusivity.F90
+27 −24 src/parameterizations/vertical/MOM_tidal_mixing.F90
+5 −3 src/parameterizations/vertical/MOM_vert_friction.F90
+16 −10 src/tracer/MOM_neutral_diffusion.F90
+65 −58 src/user/Kelvin_initialization.F90
+15 −11 src/user/dyed_channel_initialization.F90
+28 −21 src/user/shelfwave_initialization.F90
+23 −10 src/user/tidal_bay_initialization.F90
Loading

0 comments on commit ae27c86

Please sign in to comment.