forked from manmeet3591/python_class
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig_conform.xml
More file actions
72 lines (61 loc) · 2.7 KB
/
config_conform.xml
File metadata and controls
72 lines (61 loc) · 2.7 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
64
65
66
67
68
69
70
71
72
<?xml version="1.0"?>
<config_definition version="1.0">
<!-- ======================================================================= -->
<!-- env_postprocess.xml -->
<!-- ======================================================================= -->
<groups>
<group name="conform_info">
<order>0</order>
<comment>Environment variable settings associated with the conform tool.</comment>
<entry id="CONFORM_GLOBAL_ATTRIBUTES"
type="string"
valid_values=""
value="/glade/p/cesm/conform-input/cmip6_input/CESM_CMIP6.ga"
group="conform_info"
desc="The full path file name to the global attributes files. This file contains the attributes that will be added to all files."
></entry>
<entry id="CONFORM_CESM_DEFINITIONS"
type="string"
valid_values=""
value="/glade/p/cesm/conform-input/cmip6_input/CESM_MastList.def"
group="conform_info"
desc="The full path file name to the CESM definitions file. This file contains the definitions to go from CESM raw output to the standardized variable name."
></entry>
<entry id="CONFORM_EXP_NAME"
type="string"
valid_values=""
value=""
group="conform_info"
desc="The CMIP experiment name to generate the needed input for."
></entry>
<entry id="CONFORM_JSON_DIRECTORY"
type="string"
valid_values=""
value="$PP_CASE_PATH"
group="conform_info"
desc="The directory to create the conform input files into."
></entry>
<entry id="CONFORM_OUTPUT_DIR"
type="string"
valid_values=""
value=""
group="conform_info"
desc="The base directory for the conform output."
></entry>
<entry id="CONFORM_EXTRA_FIELD_JSON"
type="string"
valid_values=""
value="/glade/p/cesm/conform-input/extra_field_input/extra_vars.json"
group="conform_info"
desc="JSON file which contains the variable information for extra fields to add."
></entry>
<entry id="CONFORM_EXTRA_FIELD_NETCDF_DIR"
type="string"
valid_values=""
value="/glade/p/cesm/conform-input/extra_field_input/"
group="conform_info"
desc="The base directory for extra conform input. This is usually reserved for netcdf files that contain grid information."
></entry>
</group>
</groups>
</config_definition>