Skip to content

Commit

Permalink
Fix the description of MEKE_positive
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavo-marques committed May 9, 2024
1 parent 20418bd commit 6eda98e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion param_templates/MOM_input.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2437,7 +2437,7 @@ Global:
MEKE_POSITIVE:
description: |
"[Boolean] default = False
If true, it guarantees that MEKE will always be greater than zero.
If true, it guarantees that MEKE will always be >= 0.
"
datatype: logical
units: Boolean
Expand Down
2 changes: 1 addition & 1 deletion param_templates/json/MOM_input.json
Original file line number Diff line number Diff line change
Expand Up @@ -1936,7 +1936,7 @@
}
},
"MEKE_POSITIVE": {
"description": "\"[Boolean] default = False\nIf true, it guarantees that MEKE will always be greater than zero.\n\"\n",
"description": "\"[Boolean] default = False\nIf true, it guarantees that MEKE will always be >= 0.\n\"\n",
"datatype": "logical",
"units": "Boolean",
"value": {
Expand Down

0 comments on commit 6eda98e

Please sign in to comment.