Skip to content

Commit

Permalink
MOM6: Merge pull request #799 from adcroft/aniso-hor-visc
Browse files Browse the repository at this point in the history
- Last merge added a run-time parameter to MOM_parameter_doc.all

- NOAA-GFDL/MOM6@e6e32c7 Merge pull request #799 from adcroft/aniso-hor-visc
- NOAA-GFDL/MOM6@b27ecc8 Restored original order of bounding/scaling viscosity
- NOAA-GFDL/MOM6@0f064a0 Merge branch 'dev/gfdl' into aniso-hor-visc
- NOAA-GFDL/MOM6@91399f0 Merge pull request #797 from adcroft/hor-visc-refactor2
- NOAA-GFDL/MOM6@ac19528 Refactored construction of Laplacian viscosity
- NOAA-GFDL/MOM6@59ba902 Added anisotropic components to stress
- NOAA-GFDL/MOM6@9e48b62 Added memory and parameters for anisotropic viscosity
- NOAA-GFDL/MOM6@4cf197a Added documentation for anisotropic viscosity
- NOAA-GFDL/MOM6@5ef657a Refactored construction of Laplacian viscosity
  • Loading branch information
adcroft committed Jun 26, 2018
1 parent a2162e4 commit 7632200
Show file tree
Hide file tree
Showing 42 changed files with 124 additions and 1 deletion.
3 changes: 3 additions & 0 deletions coupled_AM2_LM3_SIS/CM2G63L/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -908,6 +908,9 @@ BOUND_KH = True ! [Boolean] default = True
BETTER_BOUND_KH = True ! [Boolean] default = True
! If true, the Laplacian coefficient is locally limited
! to be stable with a better bounding than just BOUND_KH.
ANISOTROPIC_VISCOSITY = False ! [Boolean] default = False
! If true, allow anistropic viscosity in the Laplacian
! horizontal viscosity.
BIHARMONIC = True ! [Boolean] default = True
! If true, use a biharmonic horizontal viscosity.
! BIHARMONIC may be used with LAPLACIAN.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -908,6 +908,9 @@ BOUND_KH = True ! [Boolean] default = True
BETTER_BOUND_KH = True ! [Boolean] default = True
! If true, the Laplacian coefficient is locally limited
! to be stable with a better bounding than just BOUND_KH.
ANISOTROPIC_VISCOSITY = False ! [Boolean] default = False
! If true, allow anistropic viscosity in the Laplacian
! horizontal viscosity.
BIHARMONIC = True ! [Boolean] default = True
! If true, use a biharmonic horizontal viscosity.
! BIHARMONIC may be used with LAPLACIAN.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -908,6 +908,9 @@ BOUND_KH = True ! [Boolean] default = True
BETTER_BOUND_KH = True ! [Boolean] default = True
! If true, the Laplacian coefficient is locally limited
! to be stable with a better bounding than just BOUND_KH.
ANISOTROPIC_VISCOSITY = False ! [Boolean] default = False
! If true, allow anistropic viscosity in the Laplacian
! horizontal viscosity.
BIHARMONIC = True ! [Boolean] default = True
! If true, use a biharmonic horizontal viscosity.
! BIHARMONIC may be used with LAPLACIAN.
Expand Down
3 changes: 3 additions & 0 deletions ice_ocean_SIS2/Baltic/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -908,6 +908,9 @@ BOUND_KH = True ! [Boolean] default = True
BETTER_BOUND_KH = True ! [Boolean] default = True
! If true, the Laplacian coefficient is locally limited
! to be stable with a better bounding than just BOUND_KH.
ANISOTROPIC_VISCOSITY = False ! [Boolean] default = False
! If true, allow anistropic viscosity in the Laplacian
! horizontal viscosity.
BIHARMONIC = True ! [Boolean] default = True
! If true, use a biharmonic horizontal viscosity.
! BIHARMONIC may be used with LAPLACIAN.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1098,6 +1098,9 @@ BOUND_KH = True ! [Boolean] default = True
BETTER_BOUND_KH = True ! [Boolean] default = True
! If true, the Laplacian coefficient is locally limited
! to be stable with a better bounding than just BOUND_KH.
ANISOTROPIC_VISCOSITY = False ! [Boolean] default = False
! If true, allow anistropic viscosity in the Laplacian
! horizontal viscosity.
BIHARMONIC = True ! [Boolean] default = True
! If true, use a biharmonic horizontal viscosity.
! BIHARMONIC may be used with LAPLACIAN.
Expand Down
3 changes: 3 additions & 0 deletions ice_ocean_SIS2/Baltic_OM4_025/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -1103,6 +1103,9 @@ BOUND_KH = True ! [Boolean] default = True
BETTER_BOUND_KH = True ! [Boolean] default = True
! If true, the Laplacian coefficient is locally limited
! to be stable with a better bounding than just BOUND_KH.
ANISOTROPIC_VISCOSITY = False ! [Boolean] default = False
! If true, allow anistropic viscosity in the Laplacian
! horizontal viscosity.
BIHARMONIC = True ! [Boolean] default = True
! If true, use a biharmonic horizontal viscosity.
! BIHARMONIC may be used with LAPLACIAN.
Expand Down
3 changes: 3 additions & 0 deletions ice_ocean_SIS2/Baltic_OM4_05/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -1106,6 +1106,9 @@ BOUND_KH = True ! [Boolean] default = True
BETTER_BOUND_KH = True ! [Boolean] default = True
! If true, the Laplacian coefficient is locally limited
! to be stable with a better bounding than just BOUND_KH.
ANISOTROPIC_VISCOSITY = False ! [Boolean] default = False
! If true, allow anistropic viscosity in the Laplacian
! horizontal viscosity.
BIHARMONIC = True ! [Boolean] default = True
! If true, use a biharmonic horizontal viscosity.
! BIHARMONIC may be used with LAPLACIAN.
Expand Down
3 changes: 3 additions & 0 deletions ice_ocean_SIS2/OM4_025/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -1103,6 +1103,9 @@ BOUND_KH = True ! [Boolean] default = True
BETTER_BOUND_KH = True ! [Boolean] default = True
! If true, the Laplacian coefficient is locally limited
! to be stable with a better bounding than just BOUND_KH.
ANISOTROPIC_VISCOSITY = False ! [Boolean] default = False
! If true, allow anistropic viscosity in the Laplacian
! horizontal viscosity.
BIHARMONIC = True ! [Boolean] default = True
! If true, use a biharmonic horizontal viscosity.
! BIHARMONIC may be used with LAPLACIAN.
Expand Down
3 changes: 3 additions & 0 deletions ice_ocean_SIS2/OM4_05/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -1112,6 +1112,9 @@ BOUND_KH = True ! [Boolean] default = True
BETTER_BOUND_KH = True ! [Boolean] default = True
! If true, the Laplacian coefficient is locally limited
! to be stable with a better bounding than just BOUND_KH.
ANISOTROPIC_VISCOSITY = False ! [Boolean] default = False
! If true, allow anistropic viscosity in the Laplacian
! horizontal viscosity.
BIHARMONIC = True ! [Boolean] default = True
! If true, use a biharmonic horizontal viscosity.
! BIHARMONIC may be used with LAPLACIAN.
Expand Down
3 changes: 3 additions & 0 deletions ice_ocean_SIS2/SIS2/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -925,6 +925,9 @@ BOUND_KH = True ! [Boolean] default = True
BETTER_BOUND_KH = True ! [Boolean] default = True
! If true, the Laplacian coefficient is locally limited
! to be stable with a better bounding than just BOUND_KH.
ANISOTROPIC_VISCOSITY = False ! [Boolean] default = False
! If true, allow anistropic viscosity in the Laplacian
! horizontal viscosity.
BIHARMONIC = True ! [Boolean] default = True
! If true, use a biharmonic horizontal viscosity.
! BIHARMONIC may be used with LAPLACIAN.
Expand Down
3 changes: 3 additions & 0 deletions ice_ocean_SIS2/SIS2_bergs_cgrid/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -925,6 +925,9 @@ BOUND_KH = True ! [Boolean] default = True
BETTER_BOUND_KH = True ! [Boolean] default = True
! If true, the Laplacian coefficient is locally limited
! to be stable with a better bounding than just BOUND_KH.
ANISOTROPIC_VISCOSITY = False ! [Boolean] default = False
! If true, allow anistropic viscosity in the Laplacian
! horizontal viscosity.
BIHARMONIC = True ! [Boolean] default = True
! If true, use a biharmonic horizontal viscosity.
! BIHARMONIC may be used with LAPLACIAN.
Expand Down
3 changes: 3 additions & 0 deletions ice_ocean_SIS2/SIS2_cgrid/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -925,6 +925,9 @@ BOUND_KH = True ! [Boolean] default = True
BETTER_BOUND_KH = True ! [Boolean] default = True
! If true, the Laplacian coefficient is locally limited
! to be stable with a better bounding than just BOUND_KH.
ANISOTROPIC_VISCOSITY = False ! [Boolean] default = False
! If true, allow anistropic viscosity in the Laplacian
! horizontal viscosity.
BIHARMONIC = True ! [Boolean] default = True
! If true, use a biharmonic horizontal viscosity.
! BIHARMONIC may be used with LAPLACIAN.
Expand Down
3 changes: 3 additions & 0 deletions land_ice_ocean_LM3_SIS2/OM_360x320_C180/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -1029,6 +1029,9 @@ BOUND_KH = True ! [Boolean] default = True
BETTER_BOUND_KH = True ! [Boolean] default = True
! If true, the Laplacian coefficient is locally limited
! to be stable with a better bounding than just BOUND_KH.
ANISOTROPIC_VISCOSITY = False ! [Boolean] default = False
! If true, allow anistropic viscosity in the Laplacian
! horizontal viscosity.
BIHARMONIC = True ! [Boolean] default = True
! If true, use a biharmonic horizontal viscosity.
! BIHARMONIC may be used with LAPLACIAN.
Expand Down
3 changes: 3 additions & 0 deletions ocean_only/adjustment2d/layer/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -823,6 +823,9 @@ BOUND_KH = True ! [Boolean] default = True
BETTER_BOUND_KH = True ! [Boolean] default = True
! If true, the Laplacian coefficient is locally limited
! to be stable with a better bounding than just BOUND_KH.
ANISOTROPIC_VISCOSITY = False ! [Boolean] default = False
! If true, allow anistropic viscosity in the Laplacian
! horizontal viscosity.
BIHARMONIC = False ! [Boolean] default = True
! If true, use a biharmonic horizontal viscosity.
! BIHARMONIC may be used with LAPLACIAN.
Expand Down
3 changes: 3 additions & 0 deletions ocean_only/adjustment2d/rho/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -954,6 +954,9 @@ BOUND_KH = True ! [Boolean] default = True
BETTER_BOUND_KH = True ! [Boolean] default = True
! If true, the Laplacian coefficient is locally limited
! to be stable with a better bounding than just BOUND_KH.
ANISOTROPIC_VISCOSITY = False ! [Boolean] default = False
! If true, allow anistropic viscosity in the Laplacian
! horizontal viscosity.
BIHARMONIC = False ! [Boolean] default = True
! If true, use a biharmonic horizontal viscosity.
! BIHARMONIC may be used with LAPLACIAN.
Expand Down
3 changes: 3 additions & 0 deletions ocean_only/adjustment2d/z/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -908,6 +908,9 @@ BOUND_KH = True ! [Boolean] default = True
BETTER_BOUND_KH = True ! [Boolean] default = True
! If true, the Laplacian coefficient is locally limited
! to be stable with a better bounding than just BOUND_KH.
ANISOTROPIC_VISCOSITY = False ! [Boolean] default = False
! If true, allow anistropic viscosity in the Laplacian
! horizontal viscosity.
BIHARMONIC = False ! [Boolean] default = True
! If true, use a biharmonic horizontal viscosity.
! BIHARMONIC may be used with LAPLACIAN.
Expand Down
3 changes: 3 additions & 0 deletions ocean_only/circle_obcs/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -821,6 +821,9 @@ BOUND_KH = True ! [Boolean] default = True
BETTER_BOUND_KH = True ! [Boolean] default = True
! If true, the Laplacian coefficient is locally limited
! to be stable with a better bounding than just BOUND_KH.
ANISOTROPIC_VISCOSITY = False ! [Boolean] default = False
! If true, allow anistropic viscosity in the Laplacian
! horizontal viscosity.
BIHARMONIC = True ! [Boolean] default = True
! If true, use a biharmonic horizontal viscosity.
! BIHARMONIC may be used with LAPLACIAN.
Expand Down
3 changes: 3 additions & 0 deletions ocean_only/double_gyre/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -705,6 +705,9 @@ BOUND_KH = True ! [Boolean] default = True
BETTER_BOUND_KH = True ! [Boolean] default = True
! If true, the Laplacian coefficient is locally limited
! to be stable with a better bounding than just BOUND_KH.
ANISOTROPIC_VISCOSITY = False ! [Boolean] default = False
! If true, allow anistropic viscosity in the Laplacian
! horizontal viscosity.
BIHARMONIC = False ! [Boolean] default = True
! If true, use a biharmonic horizontal viscosity.
! BIHARMONIC may be used with LAPLACIAN.
Expand Down
3 changes: 3 additions & 0 deletions ocean_only/external_gwave/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -807,6 +807,9 @@ BOUND_KH = False ! [Boolean] default = True
BETTER_BOUND_KH = False ! [Boolean] default = False
! If true, the Laplacian coefficient is locally limited
! to be stable with a better bounding than just BOUND_KH.
ANISOTROPIC_VISCOSITY = False ! [Boolean] default = False
! If true, allow anistropic viscosity in the Laplacian
! horizontal viscosity.
BIHARMONIC = False ! [Boolean] default = True
! If true, use a biharmonic horizontal viscosity.
! BIHARMONIC may be used with LAPLACIAN.
Expand Down
3 changes: 3 additions & 0 deletions ocean_only/flow_downslope/layer/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -815,6 +815,9 @@ BOUND_KH = True ! [Boolean] default = True
BETTER_BOUND_KH = True ! [Boolean] default = True
! If true, the Laplacian coefficient is locally limited
! to be stable with a better bounding than just BOUND_KH.
ANISOTROPIC_VISCOSITY = False ! [Boolean] default = False
! If true, allow anistropic viscosity in the Laplacian
! horizontal viscosity.
BIHARMONIC = False ! [Boolean] default = True
! If true, use a biharmonic horizontal viscosity.
! BIHARMONIC may be used with LAPLACIAN.
Expand Down
3 changes: 3 additions & 0 deletions ocean_only/flow_downslope/rho/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -948,6 +948,9 @@ BOUND_KH = True ! [Boolean] default = True
BETTER_BOUND_KH = True ! [Boolean] default = True
! If true, the Laplacian coefficient is locally limited
! to be stable with a better bounding than just BOUND_KH.
ANISOTROPIC_VISCOSITY = False ! [Boolean] default = False
! If true, allow anistropic viscosity in the Laplacian
! horizontal viscosity.
BIHARMONIC = False ! [Boolean] default = True
! If true, use a biharmonic horizontal viscosity.
! BIHARMONIC may be used with LAPLACIAN.
Expand Down
3 changes: 3 additions & 0 deletions ocean_only/flow_downslope/sigma/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -902,6 +902,9 @@ BOUND_KH = True ! [Boolean] default = True
BETTER_BOUND_KH = True ! [Boolean] default = True
! If true, the Laplacian coefficient is locally limited
! to be stable with a better bounding than just BOUND_KH.
ANISOTROPIC_VISCOSITY = False ! [Boolean] default = False
! If true, allow anistropic viscosity in the Laplacian
! horizontal viscosity.
BIHARMONIC = False ! [Boolean] default = True
! If true, use a biharmonic horizontal viscosity.
! BIHARMONIC may be used with LAPLACIAN.
Expand Down
3 changes: 3 additions & 0 deletions ocean_only/flow_downslope/z/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -902,6 +902,9 @@ BOUND_KH = True ! [Boolean] default = True
BETTER_BOUND_KH = True ! [Boolean] default = True
! If true, the Laplacian coefficient is locally limited
! to be stable with a better bounding than just BOUND_KH.
ANISOTROPIC_VISCOSITY = False ! [Boolean] default = False
! If true, allow anistropic viscosity in the Laplacian
! horizontal viscosity.
BIHARMONIC = False ! [Boolean] default = True
! If true, use a biharmonic horizontal viscosity.
! BIHARMONIC may be used with LAPLACIAN.
Expand Down
3 changes: 3 additions & 0 deletions ocean_only/global_ALE/hycom/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -1132,6 +1132,9 @@ BOUND_KH = True ! [Boolean] default = True
BETTER_BOUND_KH = True ! [Boolean] default = True
! If true, the Laplacian coefficient is locally limited
! to be stable with a better bounding than just BOUND_KH.
ANISOTROPIC_VISCOSITY = False ! [Boolean] default = False
! If true, allow anistropic viscosity in the Laplacian
! horizontal viscosity.
BIHARMONIC = True ! [Boolean] default = True
! If true, use a biharmonic horizontal viscosity.
! BIHARMONIC may be used with LAPLACIAN.
Expand Down
3 changes: 3 additions & 0 deletions ocean_only/global_ALE/layer/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -1001,6 +1001,9 @@ BOUND_KH = True ! [Boolean] default = True
BETTER_BOUND_KH = True ! [Boolean] default = True
! If true, the Laplacian coefficient is locally limited
! to be stable with a better bounding than just BOUND_KH.
ANISOTROPIC_VISCOSITY = False ! [Boolean] default = False
! If true, allow anistropic viscosity in the Laplacian
! horizontal viscosity.
BIHARMONIC = True ! [Boolean] default = True
! If true, use a biharmonic horizontal viscosity.
! BIHARMONIC may be used with LAPLACIAN.
Expand Down
3 changes: 3 additions & 0 deletions ocean_only/global_ALE/z/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -1084,6 +1084,9 @@ BOUND_KH = True ! [Boolean] default = True
BETTER_BOUND_KH = True ! [Boolean] default = True
! If true, the Laplacian coefficient is locally limited
! to be stable with a better bounding than just BOUND_KH.
ANISOTROPIC_VISCOSITY = False ! [Boolean] default = False
! If true, allow anistropic viscosity in the Laplacian
! horizontal viscosity.
BIHARMONIC = True ! [Boolean] default = True
! If true, use a biharmonic horizontal viscosity.
! BIHARMONIC may be used with LAPLACIAN.
Expand Down
3 changes: 3 additions & 0 deletions ocean_only/lock_exchange/MOM_parameter_doc.all
Original file line number Diff line number Diff line change
Expand Up @@ -810,6 +810,9 @@ BOUND_KH = False ! [Boolean] default = True
BETTER_BOUND_KH = False ! [Boolean] default = False
! If true, the Laplacian coefficient is locally limited
! to be stable with a better bounding than just BOUND_KH.
ANISOTROPIC_VISCOSITY = False ! [Boolean] default = False
! If true, allow anistropic viscosity in the Laplacian
! horizontal viscosity.
BIHARMONIC = False ! [Boolean] default = True
! If true, use a biharmonic horizontal viscosity.
! BIHARMONIC may be used with LAPLACIAN.
Expand Down
Loading

0 comments on commit 7632200

Please sign in to comment.