-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathrose-meta.conf
More file actions
63 lines (56 loc) · 2.1 KB
/
Copy pathrose-meta.conf
File metadata and controls
63 lines (56 loc) · 2.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
################################################################################
# Verification
################################################################################
[Verification]
ns=Verification
sort-key=sec-e
title=Verification
[template variables=RUN_METPLUS_POINT_STAT]
ns=Verification
description=Run METplus point stat in the workflow.
help=If True, it will enable the production of verification statistics against
point observations (i.e. land-synop, sonde,...).
type=python_boolean
trigger=template variables=METPLUS_OPT_CONFIG_KEYS: True;
template variables=METPLUS_OBS_DIR: True;
compulsory=true
sort-key=met1
[template variables=RUN_METPLUS_GRID_STAT]
ns=Verification
description=Run METplus grid stat in the workflow.
help=If True, it will enable the production of verification statistics against
gridded data (i.e. radar, analysis,...).
type=python_boolean
trigger=template variables=METPLUS_OPT_CONFIG_KEYS: True;
template variables=METPLUS_ANA_DIR: True;
compulsory=true
sort-key=met2
[template variables=RUN_METPLUS_ENSEMBLE_STAT]
ns=Verification
description=Run METplus ensemble stat in the workflow.
help=If True, it will enable the production of verification of ensemble statistics
against point observations(i.e. land-synop, sonde,...).
type=python_boolean
trigger=template variables=METPLUS_OPT_CONFIG_KEYS: True;
template variables=METPLUS_ANA_DIR: True;
compulsory=true
sort-key=met3
[template variables=METPLUS_OPT_CONFIG_KEYS]
ns=Verification
description=Which METplus configuration to run.
help=Selects the site/model specific configuration to use. The configuration must
exist as restricted files in
https://github.com/MetOffice/CSET-restricted-files/tree/main/app/{app_name}/file
type=quoted
value-hints="metoffice", "niwa", "nci-gadi"
sort-key=met4
[template variables=METPLUS_OBS_DIR]
ns=Verification
description=Path to directory containing observations in MET ASCII format.
type=quoted
sort-key=met5
[template variables=METPLUS_ANA_DIR]
ns=Verification
description=Path to directory containing analysis in MET netcdf format.
type=quoted
sort-key=met6