Skip to content

Commit bd7a2b1

Browse files
committed
Fix formatting
1 parent e7d3055 commit bd7a2b1

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

param_templates/MOM_input.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3887,7 +3887,7 @@ Global:
38873887
datatype: real
38883888
value:
38893889
$OCN_GRID == "tx2_3v2": 0.75
3890-
OBC_FREESLIP_VORTICITY:
3890+
OBC_FREESLIP_VORTICITY:
38913891
description: |
38923892
"[Boolean] default = True
38933893
If true, sets the normal gradient of tangential velocity to zero in the

param_templates/json/MOM_input.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3167,12 +3167,18 @@
31673167
}
31683168
},
31693169
"SKEB_GM_COEF": {
3170+
"description": "\"[nondim] default = 0.0\nFraction of GM work that is added to backscatter rate.\"\n",
3171+
"datatype": "real",
3172+
"value": {
3173+
"$OCN_GRID == \"tx2_3v2\"": 0.75
3174+
}
3175+
},
3176+
"OBC_FREESLIP_VORTICITY": {
31703177
"description": "\"[Boolean] default = True\n If true, sets the normal gradient of tangential velocity to zero in the\n relative vorticity on open boundaries. This cannot be true if another\n OBC_XXX_VORTICITY option is True.\n\"\n",
31713178
"datatype": "logical",
31723179
"value": {
31733180
"$MOM6_DOMAIN_TYPE == \"REGIONAL\"": false
3174-
},
3175-
"OBC_FREESLIP_VORTICITY": null
3181+
}
31763182
},
31773183
"OBC_COMPUTED_VORTICITY": {
31783184
"description": "\"[Boolean] default = False\n If true, uses the external values of tangential velocity in the relative\n vorticity on open boundaries. This cannot be true if another OBC_XXX_VORTICITY\n option is True.\n\"\n",

0 commit comments

Comments
 (0)