Skip to content

Commit 54f338c

Browse files
committed
Correct rose namespace for SELECT_SUBAREA
This was missed during review, and causes it to show up in its own section.
1 parent ea8d83f commit 54f338c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

cset-workflow/meta/rose-meta.conf

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cset-workflow/meta/rose-meta.conf.jinja2

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ compulsory=true
303303
sort-key=models-d1
304304

305305
[template variables=SELECT_SUBAREA]
306-
ns=Models and Cases
306+
ns=Models
307307
title=Cutout subarea
308308
description=Analyse a subset of the region in the input data.
309309

@@ -316,7 +316,7 @@ trigger=template variables=SUBAREA_TYPE: True;
316316
=template variables=SUBAREA_EXTENT: True;
317317
type=python_boolean
318318
compulsory=true
319-
sort-key=e1
319+
sort-key=models-e1
320320

321321
[template variables=SUBAREA_TYPE]
322322
ns=Models
@@ -325,7 +325,7 @@ description=Use real world or model relative coordinates.
325325
values="realworld", "modelrelative"
326326
value-titles=Real World, Model Relative
327327
compulsory=true
328-
sort-key=e2
328+
sort-key=models-e2
329329

330330
[template variables=SUBAREA_EXTENT]
331331
ns=Models
@@ -339,7 +339,7 @@ help=Allows a user to cutout a sub-region of model data Defaults
339339
to 0,0,0,0.
340340
type=real,real,real,real
341341
compulsory=true
342-
sort-key=e3
342+
sort-key=models-e3
343343

344344
################################################################################
345345
# Model definitions. Section repeated for each desired model.

0 commit comments

Comments
 (0)