|
3059 | 3059 | "description": "\"default = ''\nThe prefix for the restart file appendix (i.e., ensemble id for ensemble\nruns). If this prefix is found in the restart file name, the appendix is added\nright after the first occurrence of the prefix. If not found, the appendix is\nadded to the end of the file name. This parameter is ignored for non-ensemble runs.\"\n", |
3060 | 3060 | "datatype": "string", |
3061 | 3061 | "value": ".mom6" |
| 3062 | + }, |
| 3063 | + "DO_SKEB": { |
| 3064 | + "description": "\"default = False\nIf true, then stochastically perturb the currents using the stochastic kinetic\nenergy backscatter scheme.\"\n", |
| 3065 | + "datatype": "logical", |
| 3066 | + "units": "Boolean", |
| 3067 | + "value": { |
| 3068 | + "$OCN_GRID == \"tx2_3v2\"": true |
| 3069 | + } |
| 3070 | + }, |
| 3071 | + "SKEB_USE_FRICT": { |
| 3072 | + "description": "\"default = False\nIf true, adds horizontal friction dissipation rate to the SKEBS amplitude.\"\n", |
| 3073 | + "datatype": "logical", |
| 3074 | + "units": "Boolean", |
| 3075 | + "value": { |
| 3076 | + "$OCN_GRID == \"tx2_3v2\"": true |
| 3077 | + } |
| 3078 | + }, |
| 3079 | + "SKEB_USE_GM": { |
| 3080 | + "description": "\"default = False\nIf true, adds GM work rate to the SKEBS amplitude.\"\n", |
| 3081 | + "datatype": "logical", |
| 3082 | + "units": "Boolean", |
| 3083 | + "value": { |
| 3084 | + "$OCN_GRID == \"tx2_3v2\"": true |
| 3085 | + } |
| 3086 | + }, |
| 3087 | + "SKEB_NPASS": { |
| 3088 | + "description": "\"[nondim] default = 0\n number of passes of a 9-point smoother of the dissipation estimate.\"\n", |
| 3089 | + "datatype": "integer", |
| 3090 | + "value": { |
| 3091 | + "$OCN_GRID == \"tx2_3v2\"": 8 |
| 3092 | + } |
| 3093 | + }, |
| 3094 | + "SKEB_GM_COEF": { |
| 3095 | + "description": "\"[nondim] default = 0.0\nFraction of GM work that is added to backscatter rate.\"\n", |
| 3096 | + "datatype": "real", |
| 3097 | + "value": { |
| 3098 | + "$OCN_GRID == \"tx2_3v2\"": 0.75 |
| 3099 | + } |
3062 | 3100 | } |
3063 | 3101 | }, |
3064 | 3102 | "CVMix_CONVECTION": { |
|
3167 | 3205 | "value": { |
3168 | 3206 | "$OCN_GRID == \"tx2_3v2\"": 5.0 |
3169 | 3207 | } |
3170 | | - }, |
3171 | | - "DO_SKEB": { |
3172 | | - "description": "\"default = False\nIf true, then stochastically perturb the currents using the stochastic kinetic\nenergy backscatter scheme.\"\n", |
3173 | | - "datatype": "logical", |
3174 | | - "units": "Boolean", |
3175 | | - "value": { |
3176 | | - "$OCN_GRID == \"tx2_3v2\"": true |
3177 | | - } |
3178 | | - }, |
3179 | | - "SKEB_USE_FRICT": { |
3180 | | - "description": "\"default = False\nIf true, adds horizontal friction dissipation rate to the SKEBS amplitude.\"\n", |
3181 | | - "datatype": "logical", |
3182 | | - "units": "Boolean", |
3183 | | - "value": { |
3184 | | - "$OCN_GRID == \"tx2_3v2\"": true |
3185 | | - } |
3186 | | - }, |
3187 | | - "SKEB_USE_GM": { |
3188 | | - "description": "\"default = False\nIf true, adds GM work rate to the SKEBS amplitude.\"\n", |
3189 | | - "datatype": "logical", |
3190 | | - "units": "Boolean", |
3191 | | - "value": { |
3192 | | - "$OCN_GRID == \"tx2_3v2\"": true |
3193 | | - } |
3194 | | - }, |
3195 | | - "SKEB_NPASS": { |
3196 | | - "description": "\"[nondim] default = 0\n number of passes of a 9-point smoother of the dissipation estimate.\"\n", |
3197 | | - "datatype": "integer", |
3198 | | - "value": { |
3199 | | - "$OCN_GRID == \"tx2_3v2\"": 8 |
3200 | | - } |
3201 | | - }, |
3202 | | - "SKEB_GM_COEF": { |
3203 | | - "description": "\"[nondim] default = 0.0\nFraction of GM work that is added to backscatter rate.\"\n", |
3204 | | - "datatype": "real", |
3205 | | - "value": { |
3206 | | - "$OCN_GRID == \"tx2_3v2\"": 0.75 |
3207 | | - } |
3208 | 3208 | } |
3209 | 3209 | }, |
3210 | 3210 | "MLE": { |
|
0 commit comments