Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions param_templates/MOM_input.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -701,16 +701,16 @@ Global:
value:
$OCN_GRID == "gx1v6": True
$OCN_GRID == "tx0.66v1": True
USE_LATERAL_BOUNDARY_DIFFUSION:
USE_HORIZONTAL_BOUNDARY_DIFFUSION:
description: |
"[Boolean] default = False
If true, enables the lateral boundary tracer's diffusion module."
If true, enables the horizontal boundary tracer's diffusion module."
datatype: logical
units: Boolean
value:
$OCN_GRID == "gx1v6": True
$OCN_GRID == "tx0.66v1": True
LBD_LINEAR_TRANSITION:
HBD_LINEAR_TRANSITION:
description: |
"[Boolean] default = False
If True, apply a linear transition at the base/top of the boundary.
Expand Down
6 changes: 3 additions & 3 deletions param_templates/json/MOM_input.json
Original file line number Diff line number Diff line change
Expand Up @@ -514,16 +514,16 @@
"$OCN_GRID == \"tx0.66v1\"": true
}
},
"USE_LATERAL_BOUNDARY_DIFFUSION": {
"description": "\"[Boolean] default = False\nIf true, enables the lateral boundary tracer's diffusion module.\"\n",
"USE_HORIZONTAL_BOUNDARY_DIFFUSION": {
"description": "\"[Boolean] default = False\nIf true, enables the horizontal boundary tracer's diffusion module.\"\n",
"datatype": "logical",
"units": "Boolean",
"value": {
"$OCN_GRID == \"gx1v6\"": true,
"$OCN_GRID == \"tx0.66v1\"": true
}
},
"LBD_LINEAR_TRANSITION": {
"HBD_LINEAR_TRANSITION": {
"description": "\"[Boolean] default = False\nIf True, apply a linear transition at the base/top of the boundary.\nThe flux will be fully applied at k=k_min and zero at k=k_max.\"\n",
"datatype": "logical",
"units": "Boolean",
Expand Down