forked from E3SM-Project/zppy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpost.mpas_analysis_model_vs_model.cfg
More file actions
44 lines (38 loc) · 1.66 KB
/
post.mpas_analysis_model_vs_model.cfg
File metadata and controls
44 lines (38 loc) · 1.66 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
[default]
input = <test simulation input>
# Where the `post/` directory will be written
output = <test simulation output>
case = <test case name>
www = <www>
partition = <partition>
# MPAS-Analysis: model vs. model ("test" vs. "reference")
[mpas_analysis]
active = True
walltime = "4:00:00"
parallelTaskCount = 6
mesh = "EC30to60E2r2"
shortTermArchive = True
# Test run year ranges (these determine the identifier used for the generated
# MPAS-Analysis cfg: mpas_analysis_ts_<ts>_climo_<climo>.cfg)
ts_years = "1850-2014",
climo_years = "1985-2014",
enso_years = "1850-2014",
# Point at a *previous zppy run output directory* for the reference simulation.
# zppy will locate the matching MPAS-Analysis cfg file under:
# <reference_data_path>/post/analysis/mpas_analysis/cfg/
reference_data_path = <reference zppy output directory>
# Required when reference_data_path is not a [[subsection]].
# Used to build the MVM output directory name.
reference_case = <reference case name>
# Optional: point at a previous zppy output directory for the test simulation,
# if you want MPAS-Analysis to reuse a completed test run as well.
# If set to [[subsection]], zppy will use that subsection's year ranges
# when ts_years/climo_years/enso_years are not provided.
# test_data_path = <test zppy output directory>
# Optional: override the reference year ranges (defaults to the test ranges).
# If reference_data_path points to a prior [mpas_analysis] subsection using
# the form [[subsection]], these default to that subsection's year ranges.
# If you provide a single range, it will be reused for each test range.
# ref_ts_years = "451-500",
# ref_climo_years = "451-500",
# ref_enso_years = "451-500",