1 | |
---|
2 | # registry.io_boilerplate |
---|
3 | # |
---|
4 | # Included by registry program |
---|
5 | # |
---|
6 | # Contains a number of standard state variables associated with I/O |
---|
7 | # |
---|
8 | # |
---|
9 | |
---|
10 | # Output file descriptor for a domain |
---|
11 | state integer oid - - - - - "oid" "" "" |
---|
12 | state integer auxhist1_oid - - - - - "auxhist1_oid" "" "" |
---|
13 | state integer auxhist2_oid - - - - - "auxhist2_oid" "" "" |
---|
14 | state integer auxhist3_oid - - - - - "auxhist3_oid" "" "" |
---|
15 | state integer auxhist4_oid - - - - - "auxhist4_oid" "" "" |
---|
16 | state integer auxhist5_oid - - - - - "auxhist5_oid" "" "" |
---|
17 | state integer auxhist6_oid - - - - - "auxhist6_oid" "" "" |
---|
18 | state integer auxhist7_oid - - - - - "auxhist7_oid" "" "" |
---|
19 | state integer auxhist8_oid - - - - - "auxhist8_oid" "" "" |
---|
20 | state integer auxhist9_oid - - - - - "auxhist9_oid" "" "" |
---|
21 | state integer auxhist10_oid - - - - - "auxhist10_oid" "" "" |
---|
22 | state integer auxhist11_oid - - - - - "auxhist11_oid" "" "" |
---|
23 | |
---|
24 | state integer auxinput1_oid - - - - - "auxinput1_oid" "" "" |
---|
25 | state integer auxinput2_oid - - - - - "auxinput2_oid" "" "" |
---|
26 | state integer auxinput3_oid - - - - - "auxinput3_oid" "" "" |
---|
27 | state integer auxinput4_oid - - - - - "auxinput4_oid" "" "" |
---|
28 | state integer auxinput5_oid - - - - - "auxinput5_oid" "" "" |
---|
29 | state integer auxinput6_oid - - - - - "auxinput6_oid" "" "" |
---|
30 | state integer auxinput7_oid - - - - - "auxinput7_oid" "" "" |
---|
31 | state integer auxinput8_oid - - - - - "auxinput8_oid" "" "" |
---|
32 | state integer auxinput9_oid - - - - - "auxinput9_oid" "" "" |
---|
33 | state integer auxinput10_oid - - - - - "auxinput10_oid" "" "" |
---|
34 | state integer auxinput11_oid - - - - - "auxinput11_oid" "" "" |
---|
35 | |
---|
36 | rconfig integer history_interval namelist,time_control max_domains 0 h "history_interval" "" "MINUTES" |
---|
37 | rconfig integer frames_per_outfile namelist,time_control max_domains 10 h "frames_per_outfile" "" "" |
---|
38 | rconfig integer frames_per_auxhist1 namelist,time_control max_domains 10 h "frames_per_auxhist1" "" "" |
---|
39 | rconfig integer frames_per_auxhist2 namelist,time_control max_domains 10 h "frames_per_auxhist2" "" "" |
---|
40 | rconfig integer frames_per_auxhist3 namelist,time_control max_domains 10 h "frames_per_auxhist3" "" "" |
---|
41 | rconfig integer frames_per_auxhist4 namelist,time_control max_domains 10 h "frames_per_auxhist4" "" "" |
---|
42 | rconfig integer frames_per_auxhist5 namelist,time_control max_domains 10 h "frames_per_auxhist5" "" "" |
---|
43 | rconfig integer frames_per_auxhist6 namelist,time_control max_domains 10 h "frames_per_auxhist6" "" "" |
---|
44 | rconfig integer frames_per_auxhist7 namelist,time_control max_domains 10 h "frames_per_auxhist7" "" "" |
---|
45 | rconfig integer frames_per_auxhist8 namelist,time_control max_domains 10 h "frames_per_auxhist8" "" "" |
---|
46 | rconfig integer frames_per_auxhist9 namelist,time_control max_domains 10 h "frames_per_auxhist9" "" "" |
---|
47 | rconfig integer frames_per_auxhist10 namelist,time_control max_domains 10 h "frames_per_auxhist10" "" "" |
---|
48 | rconfig integer frames_per_auxhist11 namelist,time_control max_domains 10 h "frames_per_auxhist11" "" "" |
---|
49 | rconfig logical restart namelist,time_control 1 .false. h "restart" "" "" |
---|
50 | rconfig integer restart_interval namelist,time_control 1 0 h "restart_interval" "" "MINUTES" |
---|
51 | rconfig integer io_form_input namelist,time_control 1 2 h "io_form_input" "" "" |
---|
52 | rconfig integer io_form_history namelist,time_control 1 2 h "io_form_history" "" "" |
---|
53 | rconfig integer io_form_restart namelist,time_control 1 2 h "io_form_restart" "" "" |
---|
54 | rconfig integer io_form_boundary namelist,time_control 1 2 h "io_form_boundary" "" "" |
---|
55 | rconfig integer debug_level namelist,time_control 1 0 - "debug_level" "" "" |
---|
56 | rconfig logical self_test_domain namelist,time_control 1 .false. - "self_test_domain" "" "" |
---|
57 | |
---|
58 | |
---|
59 | rconfig character history_outname namelist,time_control 1 "wrfout_d<domain>_<date>" - "name of history outfile" "" "" |
---|
60 | rconfig character auxhist1_outname namelist,time_control 1 "auxhist1_d<domain>_<date>" - "name of auxhist1 outfile" "" "" |
---|
61 | rconfig character auxhist2_outname namelist,time_control 1 "auxhist2_d<domain>_<date>" - "name of auxhist2 outfile" "" "" |
---|
62 | rconfig character auxhist3_outname namelist,time_control 1 "auxhist3_d<domain>_<date>" - "name of auxhist3 outfile" "" "" |
---|
63 | rconfig character auxhist4_outname namelist,time_control 1 "auxhist4_d<domain>_<date>" - "name of auxhist4 outfile" "" "" |
---|
64 | rconfig character auxhist5_outname namelist,time_control 1 "auxhist5_d<domain>_<date>" - "name of auxhist5 outfile" "" "" |
---|
65 | rconfig character auxhist6_outname namelist,time_control 1 "auxhist6_d<domain>_<date>" - "name of auxhist6 outfile" "" "" |
---|
66 | rconfig character auxhist7_outname namelist,time_control 1 "auxhist7_d<domain>_<date>" - "name of auxhist7 outfile" "" "" |
---|
67 | rconfig character auxhist8_outname namelist,time_control 1 "auxhist8_d<domain>_<date>" - "name of auxhist8 outfile" "" "" |
---|
68 | rconfig character auxhist9_outname namelist,time_control 1 "auxhist9_d<domain>_<date>" - "name of auxhist9 outfile" "" "" |
---|
69 | rconfig character auxhist10_outname namelist,time_control 1 "auxhist10_d<domain>_<date>" - "name of auxhist10 outfile" "" "" |
---|
70 | rconfig character auxhist11_outname namelist,time_control 1 "auxhist11_d<domain>_<date>" - "name of auxhist11 outfile" "" "" |
---|
71 | |
---|
72 | rconfig character history_inname namelist,time_control 1 "wrfhist_d<domain>_<date>" - "name of history infile" "" "" |
---|
73 | rconfig character auxhist1_inname namelist,time_control 1 "auxhist1_d<domain>_<date>" - "name of auxhist1 infile" "" "" |
---|
74 | rconfig character auxhist2_inname namelist,time_control 1 "auxhist2_d<domain>_<date>" - "name of auxhist2 infile" "" "" |
---|
75 | rconfig character auxhist3_inname namelist,time_control 1 "auxhist3_d<domain>_<date>" - "name of auxhist3 infile" "" "" |
---|
76 | rconfig character auxhist4_inname namelist,time_control 1 "auxhist4_d<domain>_<date>" - "name of auxhist4 infile" "" "" |
---|
77 | rconfig character auxhist5_inname namelist,time_control 1 "auxhist5_d<domain>_<date>" - "name of auxhist5 infile" "" "" |
---|
78 | rconfig character auxhist6_inname namelist,time_control 1 "auxhist6_d<domain>_<date>" - "name of auxhist6 infile" "" "" |
---|
79 | rconfig character auxhist7_inname namelist,time_control 1 "auxhist7_d<domain>_<date>" - "name of auxhist7 infile" "" "" |
---|
80 | rconfig character auxhist8_inname namelist,time_control 1 "auxhist8_d<domain>_<date>" - "name of auxhist8 infile" "" "" |
---|
81 | rconfig character auxhist9_inname namelist,time_control 1 "auxhist9_d<domain>_<date>" - "name of auxhist9 infile" "" "" |
---|
82 | rconfig character auxhist10_inname namelist,time_control 1 "auxhist10_d<domain>_<date>" - "name of auxhist10 infile" "" "" |
---|
83 | rconfig character auxhist11_inname namelist,time_control 1 "auxhist11_d<domain>_<date>" - "name of auxhist11 infile" "" "" |
---|
84 | |
---|
85 | rconfig character auxinput1_outname namelist,time_control 1 "auxinput1_d<domain>_<date>" - "name of auxinput1 outfile" "" "" |
---|
86 | rconfig character auxinput2_outname namelist,time_control 1 "auxinput2_d<domain>_<date>" - "name of auxinput2 outfile" "" "" |
---|
87 | rconfig character auxinput3_outname namelist,time_control 1 "auxinput3_d<domain>_<date>" - "name of auxinput3 outfile" "" "" |
---|
88 | rconfig character auxinput4_outname namelist,time_control 1 "auxinput4_d<domain>_<date>" - "name of auxinput4 outfile" "" "" |
---|
89 | rconfig character auxinput5_outname namelist,time_control 1 "auxinput5_d<domain>_<date>" - "name of auxinput5 outfile" "" "" |
---|
90 | rconfig character auxinput6_outname namelist,time_control 1 "auxinput6_d<domain>_<date>" - "name of auxinput6 outfile" "" "" |
---|
91 | rconfig character auxinput7_outname namelist,time_control 1 "auxinput7_d<domain>_<date>" - "name of auxinput7 outfile" "" "" |
---|
92 | rconfig character auxinput8_outname namelist,time_control 1 "auxinput8_d<domain>_<date>" - "name of auxinput8 outfile" "" "" |
---|
93 | rconfig character auxinput9_outname namelist,time_control 1 "auxinput9_d<domain>_<date>" - "name of auxinput9 outfile" "" "" |
---|
94 | rconfig character auxinput10_outname namelist,time_control 1 "auxinput10_d<domain>_<date>" - "name of auxinput10 outfile" "" "" |
---|
95 | rconfig character auxinput11_outname namelist,time_control 1 "auxinput11_d<domain>_<date>" - "name of auxinput11 outfile" "" "" |
---|
96 | |
---|
97 | #rconfig character auxinput1_inname namelist,time_control 1 "wrf_real_input_em.d<domain>.<date>" - "name of auxinput1 infile" "" "" |
---|
98 | rconfig character auxinput1_inname namelist,time_control 1 "met_em.d<domain>.<date>" - "name of auxinput1 infile" "" "" |
---|
99 | rconfig character auxinput2_inname namelist,time_control 1 "auxinput2_d<domain>" - "name of auxinput2 infile" "" "" |
---|
100 | rconfig character auxinput3_inname namelist,time_control 1 "auxinput3_d<domain>" - "name of auxinput3 infile" "" "" |
---|
101 | rconfig character auxinput4_inname namelist,time_control 1 "auxinput4_d<domain>" - "name of auxinput4 infile" "" "" |
---|
102 | rconfig character auxinput5_inname namelist,time_control 1 "auxinput5_d<domain>" - "name of auxinput5 infile" "" "" |
---|
103 | rconfig character auxinput6_inname namelist,time_control 1 "auxinput6_d<domain>" - "name of auxinput6 infile" "" "" |
---|
104 | rconfig character auxinput7_inname namelist,time_control 1 "auxinput7_d<domain>" - "name of auxinput7 infile" "" "" |
---|
105 | rconfig character auxinput8_inname namelist,time_control 1 "auxinput8_d<domain>" - "name of auxinput8 infile" "" "" |
---|
106 | rconfig character auxinput9_inname namelist,time_control 1 "auxinput9_d<domain>" - "name of auxinput9 infile" "" "" |
---|
107 | rconfig character gfdda_inname namelist,fdda 1 "gfdda_d<domain>" - "name of gfdda infile" "" "" |
---|
108 | rconfig character auxinput11_inname namelist,time_control 1 "auxinput11_d<domain>" - "name of auxinput11 infile" "" "" |
---|
109 | |
---|
110 | rconfig integer history_interval_mo namelist,time_control max_domains 0 h "history_interval_mo" "" "MONTHS" |
---|
111 | rconfig integer history_interval_d namelist,time_control max_domains 0 h "history_interval_d" "" "DAYS" |
---|
112 | rconfig integer history_interval_h namelist,time_control max_domains 0 h "history_interval_h" "" "HOURS" |
---|
113 | rconfig integer history_interval_m namelist,time_control max_domains 0 h "history_interval_m" "" "MINUTES" |
---|
114 | rconfig integer history_interval_s namelist,time_control max_domains 0 h "history_interval_s" "" "SECONDS" |
---|
115 | |
---|
116 | rconfig integer inputout_interval_mo namelist,time_control max_domains 0 h "inputout_interval_mo" "" "MONTHS" |
---|
117 | rconfig integer inputout_interval_d namelist,time_control max_domains 0 h "inputout_interval_d" "" "DAYS" |
---|
118 | rconfig integer inputout_interval_h namelist,time_control max_domains 0 h "inputout_interval_h" "" "HOURS" |
---|
119 | rconfig integer inputout_interval_m namelist,time_control max_domains 0 h "inputout_interval_m" "" "MINUTES" |
---|
120 | rconfig integer inputout_interval_s namelist,time_control max_domains 0 h "inputout_interval_s" "" "SECONDS" |
---|
121 | rconfig integer inputout_interval namelist,time_control max_domains 0 h "inputout_interval" "" "MINUTES" |
---|
122 | |
---|
123 | rconfig integer auxhist1_interval_mo namelist,time_control max_domains 0 h "auxhist1_interval_mo" "" "MONTHS" |
---|
124 | rconfig integer auxhist1_interval_d namelist,time_control max_domains 0 h "auxhist1_interval_d" "" "DAYS" |
---|
125 | rconfig integer auxhist1_interval_h namelist,time_control max_domains 0 h "auxhist1_interval_h" "" "HOURS" |
---|
126 | rconfig integer auxhist1_interval_m namelist,time_control max_domains 0 h "auxhist1_interval_m" "" "MINUTES" |
---|
127 | rconfig integer auxhist1_interval_s namelist,time_control max_domains 0 h "auxhist1_interval_s" "" "SECONDS" |
---|
128 | rconfig integer auxhist1_interval namelist,time_control max_domains 0 h "auxhist1_interval" "" "MINUTES" |
---|
129 | |
---|
130 | rconfig integer auxhist2_interval_mo namelist,time_control max_domains 0 h "auxhist2_interval_mo" "" "MONTHS" |
---|
131 | rconfig integer auxhist2_interval_d namelist,time_control max_domains 0 h "auxhist2_interval_d" "" "DAYS" |
---|
132 | rconfig integer auxhist2_interval_h namelist,time_control max_domains 0 h "auxhist2_interval_h" "" "HOURS" |
---|
133 | rconfig integer auxhist2_interval_m namelist,time_control max_domains 0 h "auxhist2_interval_m" "" "MINUTES" |
---|
134 | rconfig integer auxhist2_interval_s namelist,time_control max_domains 0 h "auxhist2_interval_s" "" "SECONDS" |
---|
135 | rconfig integer auxhist2_interval namelist,time_control max_domains 0 h "auxhist2_interval" "" "MINUTES" |
---|
136 | |
---|
137 | rconfig integer auxhist3_interval_mo namelist,time_control max_domains 0 h "auxhist3_interval_mo" "" "MONTHS" |
---|
138 | rconfig integer auxhist3_interval_d namelist,time_control max_domains 0 h "auxhist3_interval_d" "" "DAYS" |
---|
139 | rconfig integer auxhist3_interval_h namelist,time_control max_domains 0 h "auxhist3_interval_h" "" "HOURS" |
---|
140 | rconfig integer auxhist3_interval_m namelist,time_control max_domains 0 h "auxhist3_interval_m" "" "MINUTES" |
---|
141 | rconfig integer auxhist3_interval_s namelist,time_control max_domains 0 h "auxhist3_interval_s" "" "SECONDS" |
---|
142 | rconfig integer auxhist3_interval namelist,time_control max_domains 0 h "auxhist3_interval" "" "MINUTES" |
---|
143 | |
---|
144 | rconfig integer auxhist4_interval_mo namelist,time_control max_domains 0 h "auxhist4_interval_mo" "" "MONTHS" |
---|
145 | rconfig integer auxhist4_interval_d namelist,time_control max_domains 0 h "auxhist4_interval_d" "" "DAYS" |
---|
146 | rconfig integer auxhist4_interval_h namelist,time_control max_domains 0 h "auxhist4_interval_h" "" "HOURS" |
---|
147 | rconfig integer auxhist4_interval_m namelist,time_control max_domains 0 h "auxhist4_interval_m" "" "MINUTES" |
---|
148 | rconfig integer auxhist4_interval_s namelist,time_control max_domains 0 h "auxhist4_interval_s" "" "SECONDS" |
---|
149 | rconfig integer auxhist4_interval namelist,time_control max_domains 0 h "auxhist4_interval" "" "MINUTES" |
---|
150 | |
---|
151 | rconfig integer auxhist5_interval_mo namelist,time_control max_domains 0 h "auxhist5_interval_mo" "" "MONTHS" |
---|
152 | rconfig integer auxhist5_interval_d namelist,time_control max_domains 0 h "auxhist5_interval_d" "" "DAYS" |
---|
153 | rconfig integer auxhist5_interval_h namelist,time_control max_domains 0 h "auxhist5_interval_h" "" "HOURS" |
---|
154 | rconfig integer auxhist5_interval_m namelist,time_control max_domains 0 h "auxhist5_interval_m" "" "MINUTES" |
---|
155 | rconfig integer auxhist5_interval_s namelist,time_control max_domains 0 h "auxhist5_interval_s" "" "SECONDS" |
---|
156 | rconfig integer auxhist5_interval namelist,time_control max_domains 0 h "auxhist5_interval" "" "MINUTES" |
---|
157 | |
---|
158 | rconfig integer auxhist6_interval_mo namelist,time_control max_domains 0 h "auxhist6_interval_mo" "" "MONTHS" |
---|
159 | rconfig integer auxhist6_interval_d namelist,time_control max_domains 0 h "auxhist6_interval_d" "" "DAYS" |
---|
160 | rconfig integer auxhist6_interval_h namelist,time_control max_domains 0 h "auxhist6_interval_h" "" "HOURS" |
---|
161 | rconfig integer auxhist6_interval_m namelist,time_control max_domains 0 h "auxhist6_interval_m" "" "MINUTES" |
---|
162 | rconfig integer auxhist6_interval_s namelist,time_control max_domains 0 h "auxhist6_interval_s" "" "SECONDS" |
---|
163 | rconfig integer auxhist6_interval namelist,time_control max_domains 0 h "auxhist6_interval" "" "MINUTES" |
---|
164 | |
---|
165 | rconfig integer auxhist7_interval_mo namelist,time_control max_domains 0 h "auxhist7_interval_mo" "" "MONTHS" |
---|
166 | rconfig integer auxhist7_interval_d namelist,time_control max_domains 0 h "auxhist7_interval_d" "" "DAYS" |
---|
167 | rconfig integer auxhist7_interval_h namelist,time_control max_domains 0 h "auxhist7_interval_h" "" "HOURS" |
---|
168 | rconfig integer auxhist7_interval_m namelist,time_control max_domains 0 h "auxhist7_interval_m" "" "MINUTES" |
---|
169 | rconfig integer auxhist7_interval_s namelist,time_control max_domains 0 h "auxhist7_interval_s" "" "SECONDS" |
---|
170 | rconfig integer auxhist7_interval namelist,time_control max_domains 0 h "auxhist7_interval" "" "MINUTES" |
---|
171 | |
---|
172 | rconfig integer auxhist8_interval_mo namelist,time_control max_domains 0 h "auxhist8_interval_mo" "" "MONTHS" |
---|
173 | rconfig integer auxhist8_interval_d namelist,time_control max_domains 0 h "auxhist8_interval_d" "" "DAYS" |
---|
174 | rconfig integer auxhist8_interval_h namelist,time_control max_domains 0 h "auxhist8_interval_h" "" "HOURS" |
---|
175 | rconfig integer auxhist8_interval_m namelist,time_control max_domains 0 h "auxhist8_interval_m" "" "MINUTES" |
---|
176 | rconfig integer auxhist8_interval_s namelist,time_control max_domains 0 h "auxhist8_interval_s" "" "SECONDS" |
---|
177 | rconfig integer auxhist8_interval namelist,time_control max_domains 0 h "auxhist8_interval" "" "MINUTES" |
---|
178 | |
---|
179 | rconfig integer auxhist9_interval_mo namelist,time_control max_domains 0 h "auxhist9_interval_mo" "" "MONTHS" |
---|
180 | rconfig integer auxhist9_interval_d namelist,time_control max_domains 0 h "auxhist9_interval_d" "" "DAYS" |
---|
181 | rconfig integer auxhist9_interval_h namelist,time_control max_domains 0 h "auxhist9_interval_h" "" "HOURS" |
---|
182 | rconfig integer auxhist9_interval_m namelist,time_control max_domains 0 h "auxhist9_interval_m" "" "MINUTES" |
---|
183 | rconfig integer auxhist9_interval_s namelist,time_control max_domains 0 h "auxhist9_interval_s" "" "SECONDS" |
---|
184 | rconfig integer auxhist9_interval namelist,time_control max_domains 0 h "auxhist9_interval" "" "MINUTES" |
---|
185 | |
---|
186 | rconfig integer auxhist10_interval_mo namelist,time_control max_domains 0 h "auxhist10_interval_mo" "" "MONTHS" |
---|
187 | rconfig integer auxhist10_interval_d namelist,time_control max_domains 0 h "auxhist10_interval_d" "" "DAYS" |
---|
188 | rconfig integer auxhist10_interval_h namelist,time_control max_domains 0 h "auxhist10_interval_h" "" "HOURS" |
---|
189 | rconfig integer auxhist10_interval_m namelist,time_control max_domains 0 h "auxhist10_interval_m" "" "MINUTES" |
---|
190 | rconfig integer auxhist10_interval_s namelist,time_control max_domains 0 h "auxhist10_interval_s" "" "SECONDS" |
---|
191 | rconfig integer auxhist10_interval namelist,time_control max_domains 0 h "auxhist10_interval" "" "MINUTES" |
---|
192 | |
---|
193 | rconfig integer auxhist11_interval_mo namelist,time_control max_domains 0 h "auxhist11_interval_mo" "" "MONTHS" |
---|
194 | rconfig integer auxhist11_interval_d namelist,time_control max_domains 0 h "auxhist11_interval_d" "" "DAYS" |
---|
195 | rconfig integer auxhist11_interval_h namelist,time_control max_domains 0 h "auxhist11_interval_h" "" "HOURS" |
---|
196 | rconfig integer auxhist11_interval_m namelist,time_control max_domains 0 h "auxhist11_interval_m" "" "MINUTES" |
---|
197 | rconfig integer auxhist11_interval_s namelist,time_control max_domains 0 h "auxhist11_interval_s" "" "SECONDS" |
---|
198 | rconfig integer auxhist11_interval namelist,time_control max_domains 0 h "auxhist11_interval" "" "MINUTES" |
---|
199 | |
---|
200 | rconfig integer auxinput1_interval_mo namelist,time_control max_domains 0 h "auxinput1_interval_mo" "" "MONTHS" |
---|
201 | rconfig integer auxinput1_interval_d namelist,time_control max_domains 0 h "auxinput1_interval_d" "" "DAYS" |
---|
202 | rconfig integer auxinput1_interval_h namelist,time_control max_domains 0 h "auxinput1_interval_h" "" "HOURS" |
---|
203 | rconfig integer auxinput1_interval_m namelist,time_control max_domains 0 h "auxinput1_interval_m" "" "MINUTES" |
---|
204 | rconfig integer auxinput1_interval_s namelist,time_control max_domains 0 h "auxinput1_interval_s" "" "SECONDS" |
---|
205 | rconfig integer auxinput1_interval namelist,time_control max_domains 0 h "auxinput1_interval" "" "MINUTES" |
---|
206 | |
---|
207 | rconfig integer auxinput2_interval_mo namelist,time_control max_domains 0 h "auxinput2_interval_mo" "" "MONTHS" |
---|
208 | rconfig integer auxinput2_interval_d namelist,time_control max_domains 0 h "auxinput2_interval_d" "" "DAYS" |
---|
209 | rconfig integer auxinput2_interval_h namelist,time_control max_domains 0 h "auxinput2_interval_h" "" "HOURS" |
---|
210 | rconfig integer auxinput2_interval_m namelist,time_control max_domains 0 h "auxinput2_interval_m" "" "MINUTES" |
---|
211 | rconfig integer auxinput2_interval_s namelist,time_control max_domains 0 h "auxinput2_interval_s" "" "SECONDS" |
---|
212 | rconfig integer auxinput2_interval namelist,time_control max_domains 0 h "auxinput2_interval" "" "MINUTES" |
---|
213 | |
---|
214 | rconfig integer auxinput3_interval_mo namelist,time_control max_domains 0 h "auxinput3_interval_mo" "" "MONTHS" |
---|
215 | rconfig integer auxinput3_interval_d namelist,time_control max_domains 0 h "auxinput3_interval_d" "" "DAYS" |
---|
216 | rconfig integer auxinput3_interval_h namelist,time_control max_domains 0 h "auxinput3_interval_h" "" "HOURS" |
---|
217 | rconfig integer auxinput3_interval_m namelist,time_control max_domains 0 h "auxinput3_interval_m" "" "MINUTES" |
---|
218 | rconfig integer auxinput3_interval_s namelist,time_control max_domains 0 h "auxinput3_interval_s" "" "SECONDS" |
---|
219 | rconfig integer auxinput3_interval namelist,time_control max_domains 0 h "auxinput3_interval" "" "MINUTES" |
---|
220 | |
---|
221 | rconfig integer auxinput4_interval_mo namelist,time_control max_domains 0 h "auxinput4_interval_mo" "" "MONTHS" |
---|
222 | rconfig integer auxinput4_interval_d namelist,time_control max_domains 0 h "auxinput4_interval_d" "" "DAYS" |
---|
223 | rconfig integer auxinput4_interval_h namelist,time_control max_domains 0 h "auxinput4_interval_h" "" "HOURS" |
---|
224 | rconfig integer auxinput4_interval_m namelist,time_control max_domains 0 h "auxinput4_interval_m" "" "MINUTES" |
---|
225 | rconfig integer auxinput4_interval_s namelist,time_control max_domains 0 h "auxinput4_interval_s" "" "SECONDS" |
---|
226 | rconfig integer auxinput4_interval namelist,time_control max_domains 0 h "auxinput4_interval" "" "MINUTES" |
---|
227 | |
---|
228 | rconfig integer auxinput5_interval_mo namelist,time_control max_domains 0 h "auxinput5_interval_mo" "" "MONTHS" |
---|
229 | rconfig integer auxinput5_interval_d namelist,time_control max_domains 0 h "auxinput5_interval_d" "" "DAYS" |
---|
230 | rconfig integer auxinput5_interval_h namelist,time_control max_domains 0 h "auxinput5_interval_h" "" "HOURS" |
---|
231 | rconfig integer auxinput5_interval_m namelist,time_control max_domains 0 h "auxinput5_interval_m" "" "MINUTES" |
---|
232 | rconfig integer auxinput5_interval_s namelist,time_control max_domains 0 h "auxinput5_interval_s" "" "SECONDS" |
---|
233 | rconfig integer auxinput5_interval namelist,time_control max_domains 0 h "auxinput5_interval" "" "MINUTES" |
---|
234 | |
---|
235 | rconfig integer auxinput6_interval_mo namelist,time_control max_domains 0 h "auxinput6_interval_mo" "" "MONTHS" |
---|
236 | rconfig integer auxinput6_interval_d namelist,time_control max_domains 0 h "auxinput6_interval_d" "" "DAYS" |
---|
237 | rconfig integer auxinput6_interval_h namelist,time_control max_domains 0 h "auxinput6_interval_h" "" "HOURS" |
---|
238 | rconfig integer auxinput6_interval_m namelist,time_control max_domains 0 h "auxinput6_interval_m" "" "MINUTES" |
---|
239 | rconfig integer auxinput6_interval_s namelist,time_control max_domains 0 h "auxinput6_interval_s" "" "SECONDS" |
---|
240 | rconfig integer auxinput6_interval namelist,time_control max_domains 0 h "auxinput6_interval" "" "MINUTES" |
---|
241 | |
---|
242 | rconfig integer auxinput7_interval_mo namelist,time_control max_domains 0 h "auxinput7_interval_mo" "" "MONTHS" |
---|
243 | rconfig integer auxinput7_interval_d namelist,time_control max_domains 0 h "auxinput7_interval_d" "" "DAYS" |
---|
244 | rconfig integer auxinput7_interval_h namelist,time_control max_domains 0 h "auxinput7_interval_h" "" "HOURS" |
---|
245 | rconfig integer auxinput7_interval_m namelist,time_control max_domains 0 h "auxinput7_interval_m" "" "MINUTES" |
---|
246 | rconfig integer auxinput7_interval_s namelist,time_control max_domains 0 h "auxinput7_interval_s" "" "SECONDS" |
---|
247 | rconfig integer auxinput7_interval namelist,time_control max_domains 0 h "auxinput7_interval" "" "MINUTES" |
---|
248 | |
---|
249 | rconfig integer auxinput8_interval_mo namelist,time_control max_domains 0 h "auxinput8_interval_mo" "" "MONTHS" |
---|
250 | rconfig integer auxinput8_interval_d namelist,time_control max_domains 0 h "auxinput8_interval_d" "" "DAYS" |
---|
251 | rconfig integer auxinput8_interval_h namelist,time_control max_domains 0 h "auxinput8_interval_h" "" "HOURS" |
---|
252 | rconfig integer auxinput8_interval_m namelist,time_control max_domains 0 h "auxinput8_interval_m" "" "MINUTES" |
---|
253 | rconfig integer auxinput8_interval_s namelist,time_control max_domains 0 h "auxinput8_interval_s" "" "SECONDS" |
---|
254 | rconfig integer auxinput8_interval namelist,time_control max_domains 0 h "auxinput8_interval" "" "MINUTES" |
---|
255 | |
---|
256 | rconfig integer auxinput9_interval_mo namelist,time_control max_domains 0 h "auxinput9_interval_mo" "" "MONTHS" |
---|
257 | rconfig integer auxinput9_interval_d namelist,time_control max_domains 0 h "auxinput9_interval_d" "" "DAYS" |
---|
258 | rconfig integer auxinput9_interval_h namelist,time_control max_domains 0 h "auxinput9_interval_h" "" "HOURS" |
---|
259 | rconfig integer auxinput9_interval_m namelist,time_control max_domains 0 h "auxinput9_interval_m" "" "MINUTES" |
---|
260 | rconfig integer auxinput9_interval_s namelist,time_control max_domains 0 h "auxinput9_interval_s" "" "SECONDS" |
---|
261 | rconfig integer auxinput9_interval namelist,time_control max_domains 0 h "auxinput9_interval" "" "MINUTES" |
---|
262 | |
---|
263 | rconfig integer gfdda_interval_mo namelist,fdda max_domains 0 h "gfdda_interval_mo" "" "MONTHS" |
---|
264 | rconfig integer gfdda_interval_d namelist,fdda max_domains 0 h "gfdda_interval_d" "" "DAYS" |
---|
265 | rconfig integer gfdda_interval_h namelist,fdda max_domains 0 h "gfdda_interval_h" "" "HOURS" |
---|
266 | rconfig integer gfdda_interval_m namelist,fdda max_domains 0 h "gfdda_interval_m" "" "MINUTES" |
---|
267 | rconfig integer gfdda_interval_s namelist,fdda max_domains 0 h "gfdda_interval_s" "" "SECONDS" |
---|
268 | rconfig integer gfdda_interval namelist,fdda max_domains 0 h "gfdda_interval" "" "MINUTES" |
---|
269 | |
---|
270 | rconfig integer auxinput11_interval_mo namelist,time_control max_domains 0 h "auxinput11_interval_mo" "" "MONTHS" |
---|
271 | rconfig integer auxinput11_interval_d namelist,time_control max_domains 0 h "auxinput11_interval_d" "" "DAYS" |
---|
272 | rconfig integer auxinput11_interval_h namelist,time_control max_domains 0 h "auxinput11_interval_h" "" "HOURS" |
---|
273 | rconfig integer auxinput11_interval_m namelist,time_control max_domains 0 h "auxinput11_interval_m" "" "MINUTES" |
---|
274 | rconfig integer auxinput11_interval_s namelist,time_control max_domains 0 h "auxinput11_interval_s" "" "SECONDS" |
---|
275 | rconfig integer auxinput11_interval namelist,time_control max_domains 0 h "auxinput11_interval" "" "MINUTES" |
---|
276 | |
---|
277 | |
---|
278 | rconfig integer restart_interval_mo namelist,time_control 1 0 h "restart_interval_mo" "" "MONTHS" |
---|
279 | rconfig integer restart_interval_d namelist,time_control 1 0 h "restart_interval_d" "" "DAYS" |
---|
280 | rconfig integer restart_interval_h namelist,time_control 1 0 h "restart_interval_h" "" "HOURS" |
---|
281 | rconfig integer restart_interval_m namelist,time_control 1 0 h "restart_interval_m" "" "MINUTES" |
---|
282 | rconfig integer restart_interval_s namelist,time_control 1 0 h "restart_interval_s" "" "SECONDS" |
---|
283 | |
---|
284 | |
---|
285 | rconfig integer history_begin_y namelist,time_control max_domains 0 h "history_begin_y" "" "YEARS from start of run" |
---|
286 | rconfig integer history_begin_mo namelist,time_control max_domains 0 h "history_begin_mo" "" "MONTHS from start of run" |
---|
287 | rconfig integer history_begin_d namelist,time_control max_domains 0 h "history_begin_d" "" "DAYS from start of run" |
---|
288 | rconfig integer history_begin_h namelist,time_control max_domains 0 h "history_begin_h" "" "HOURS from start of run" |
---|
289 | rconfig integer history_begin_m namelist,time_control max_domains 0 h "history_begin_m" "" "MINUTES from start of run" |
---|
290 | rconfig integer history_begin_s namelist,time_control max_domains 0 h "history_begin_s" "" "SECONDS from start of run" |
---|
291 | |
---|
292 | rconfig integer inputout_begin_y namelist,time_control max_domains 0 h "inputout_begin_y" "" "YEARS from start of run" |
---|
293 | rconfig integer inputout_begin_mo namelist,time_control max_domains 0 h "inputout_begin_mo" "" "MONTHS from start of run" |
---|
294 | rconfig integer inputout_begin_d namelist,time_control max_domains 0 h "inputout_begin_d" "" "DAYS from start of run" |
---|
295 | rconfig integer inputout_begin_h namelist,time_control max_domains 0 h "inputout_begin_h" "" "HOURS from start of run" |
---|
296 | rconfig integer inputout_begin_m namelist,time_control max_domains 0 h "inputout_begin_m" "" "MINUTES from start of run" |
---|
297 | rconfig integer inputout_begin_s namelist,time_control max_domains 0 h "inputout_begin_s" "" "SECONDS from start of run" |
---|
298 | |
---|
299 | rconfig integer auxhist1_begin_y namelist,time_control max_domains 0 h "auxhist1_begin_y" "" "YEARS from start of run" |
---|
300 | rconfig integer auxhist1_begin_mo namelist,time_control max_domains 0 h "auxhist1_begin_mo" "" "MONTHS from start of run" |
---|
301 | rconfig integer auxhist1_begin_d namelist,time_control max_domains 0 h "auxhist1_begin_d" "" "DAYS from start of run" |
---|
302 | rconfig integer auxhist1_begin_h namelist,time_control max_domains 0 h "auxhist1_begin_h" "" "HOURS from start of run" |
---|
303 | rconfig integer auxhist1_begin_m namelist,time_control max_domains 0 h "auxhist1_begin_m" "" "MINUTES from start of run" |
---|
304 | rconfig integer auxhist1_begin_s namelist,time_control max_domains 0 h "auxhist1_begin_s" "" "SECONDS from start of run" |
---|
305 | |
---|
306 | rconfig integer auxhist2_begin_y namelist,time_control max_domains 0 h "auxhist2_begin_y" "" "YEARS from start of run" |
---|
307 | rconfig integer auxhist2_begin_mo namelist,time_control max_domains 0 h "auxhist2_begin_mo" "" "MONTHS from start of run" |
---|
308 | rconfig integer auxhist2_begin_d namelist,time_control max_domains 0 h "auxhist2_begin_d" "" "DAYS from start of run" |
---|
309 | rconfig integer auxhist2_begin_h namelist,time_control max_domains 0 h "auxhist2_begin_h" "" "HOURS from start of run" |
---|
310 | rconfig integer auxhist2_begin_m namelist,time_control max_domains 0 h "auxhist2_begin_m" "" "MINUTES from start of run" |
---|
311 | rconfig integer auxhist2_begin_s namelist,time_control max_domains 0 h "auxhist2_begin_s" "" "SECONDS from start of run" |
---|
312 | |
---|
313 | rconfig integer auxhist3_begin_y namelist,time_control max_domains 0 h "auxhist3_begin_y" "" "YEARS from start of run" |
---|
314 | rconfig integer auxhist3_begin_mo namelist,time_control max_domains 0 h "auxhist3_begin_mo" "" "MONTHS from start of run" |
---|
315 | rconfig integer auxhist3_begin_d namelist,time_control max_domains 0 h "auxhist3_begin_d" "" "DAYS from start of run" |
---|
316 | rconfig integer auxhist3_begin_h namelist,time_control max_domains 0 h "auxhist3_begin_h" "" "HOURS from start of run" |
---|
317 | rconfig integer auxhist3_begin_m namelist,time_control max_domains 0 h "auxhist3_begin_m" "" "MINUTES from start of run" |
---|
318 | rconfig integer auxhist3_begin_s namelist,time_control max_domains 0 h "auxhist3_begin_s" "" "SECONDS from start of run" |
---|
319 | |
---|
320 | rconfig integer auxhist4_begin_y namelist,time_control max_domains 0 h "auxhist4_begin_y" "" "YEARS from start of run" |
---|
321 | rconfig integer auxhist4_begin_mo namelist,time_control max_domains 0 h "auxhist4_begin_mo" "" "MONTHS from start of run" |
---|
322 | rconfig integer auxhist4_begin_d namelist,time_control max_domains 0 h "auxhist4_begin_d" "" "DAYS from start of run" |
---|
323 | rconfig integer auxhist4_begin_h namelist,time_control max_domains 0 h "auxhist4_begin_h" "" "HOURS from start of run" |
---|
324 | rconfig integer auxhist4_begin_m namelist,time_control max_domains 0 h "auxhist4_begin_m" "" "MINUTES from start of run" |
---|
325 | rconfig integer auxhist4_begin_s namelist,time_control max_domains 0 h "auxhist4_begin_s" "" "SECONDS from start of run" |
---|
326 | |
---|
327 | rconfig integer auxhist5_begin_y namelist,time_control max_domains 0 h "auxhist5_begin_y" "" "YEARS from start of run" |
---|
328 | rconfig integer auxhist5_begin_mo namelist,time_control max_domains 0 h "auxhist5_begin_mo" "" "MONTHS from start of run" |
---|
329 | rconfig integer auxhist5_begin_d namelist,time_control max_domains 0 h "auxhist5_begin_d" "" "DAYS from start of run" |
---|
330 | rconfig integer auxhist5_begin_h namelist,time_control max_domains 0 h "auxhist5_begin_h" "" "HOURS from start of run" |
---|
331 | rconfig integer auxhist5_begin_m namelist,time_control max_domains 0 h "auxhist5_begin_m" "" "MINUTES from start of run" |
---|
332 | rconfig integer auxhist5_begin_s namelist,time_control max_domains 0 h "auxhist5_begin_s" "" "SECONDS from start of run" |
---|
333 | |
---|
334 | rconfig integer auxhist6_begin_y namelist,time_control max_domains 0 h "auxhist6_begin_y" "" "YEARS from start of run" |
---|
335 | rconfig integer auxhist6_begin_mo namelist,time_control max_domains 0 h "auxhist6_begin_mo" "" "MONTHS from start of run" |
---|
336 | rconfig integer auxhist6_begin_d namelist,time_control max_domains 0 h "auxhist6_begin_d" "" "DAYS from start of run" |
---|
337 | rconfig integer auxhist6_begin_h namelist,time_control max_domains 0 h "auxhist6_begin_h" "" "HOURS from start of run" |
---|
338 | rconfig integer auxhist6_begin_m namelist,time_control max_domains 0 h "auxhist6_begin_m" "" "MINUTES from start of run" |
---|
339 | rconfig integer auxhist6_begin_s namelist,time_control max_domains 0 h "auxhist6_begin_s" "" "SECONDS from start of run" |
---|
340 | |
---|
341 | rconfig integer auxhist7_begin_y namelist,time_control max_domains 0 h "auxhist7_begin_y" "" "YEARS from start of run" |
---|
342 | rconfig integer auxhist7_begin_mo namelist,time_control max_domains 0 h "auxhist7_begin_mo" "" "MONTHS from start of run" |
---|
343 | rconfig integer auxhist7_begin_d namelist,time_control max_domains 0 h "auxhist7_begin_d" "" "DAYS from start of run" |
---|
344 | rconfig integer auxhist7_begin_h namelist,time_control max_domains 0 h "auxhist7_begin_h" "" "HOURS from start of run" |
---|
345 | rconfig integer auxhist7_begin_m namelist,time_control max_domains 0 h "auxhist7_begin_m" "" "MINUTES from start of run" |
---|
346 | rconfig integer auxhist7_begin_s namelist,time_control max_domains 0 h "auxhist7_begin_s" "" "SECONDS from start of run" |
---|
347 | |
---|
348 | rconfig integer auxhist8_begin_y namelist,time_control max_domains 0 h "auxhist8_begin_y" "" "YEARS from start of run" |
---|
349 | rconfig integer auxhist8_begin_mo namelist,time_control max_domains 0 h "auxhist8_begin_mo" "" "MONTHS from start of run" |
---|
350 | rconfig integer auxhist8_begin_d namelist,time_control max_domains 0 h "auxhist8_begin_d" "" "DAYS from start of run" |
---|
351 | rconfig integer auxhist8_begin_h namelist,time_control max_domains 0 h "auxhist8_begin_h" "" "HOURS from start of run" |
---|
352 | rconfig integer auxhist8_begin_m namelist,time_control max_domains 0 h "auxhist8_begin_m" "" "MINUTES from start of run" |
---|
353 | rconfig integer auxhist8_begin_s namelist,time_control max_domains 0 h "auxhist8_begin_s" "" "SECONDS from start of run" |
---|
354 | |
---|
355 | rconfig integer auxhist9_begin_y namelist,time_control max_domains 0 h "auxhist9_begin_y" "" "YEARS from start of run" |
---|
356 | rconfig integer auxhist9_begin_mo namelist,time_control max_domains 0 h "auxhist9_begin_mo" "" "MONTHS from start of run" |
---|
357 | rconfig integer auxhist9_begin_d namelist,time_control max_domains 0 h "auxhist9_begin_d" "" "DAYS from start of run" |
---|
358 | rconfig integer auxhist9_begin_h namelist,time_control max_domains 0 h "auxhist9_begin_h" "" "HOURS from start of run" |
---|
359 | rconfig integer auxhist9_begin_m namelist,time_control max_domains 0 h "auxhist9_begin_m" "" "MINUTES from start of run" |
---|
360 | rconfig integer auxhist9_begin_s namelist,time_control max_domains 0 h "auxhist9_begin_s" "" "SECONDS from start of run" |
---|
361 | |
---|
362 | rconfig integer auxhist10_begin_y namelist,time_control max_domains 0 h "auxhist10_begin_y" "" "YEARS from start of run" |
---|
363 | rconfig integer auxhist10_begin_mo namelist,time_control max_domains 0 h "auxhist10_begin_mo" "" "MONTHS from start of run" |
---|
364 | rconfig integer auxhist10_begin_d namelist,time_control max_domains 0 h "auxhist10_begin_d" "" "DAYS from start of run" |
---|
365 | rconfig integer auxhist10_begin_h namelist,time_control max_domains 0 h "auxhist10_begin_h" "" "HOURS from start of run" |
---|
366 | rconfig integer auxhist10_begin_m namelist,time_control max_domains 0 h "auxhist10_begin_m" "" "MINUTES from start of run" |
---|
367 | rconfig integer auxhist10_begin_s namelist,time_control max_domains 0 h "auxhist10_begin_s" "" "SECONDS from start of run" |
---|
368 | |
---|
369 | rconfig integer auxhist11_begin_y namelist,time_control max_domains 0 h "auxhist11_begin_y" "" "YEARS from start of run" |
---|
370 | rconfig integer auxhist11_begin_mo namelist,time_control max_domains 0 h "auxhist11_begin_mo" "" "MONTHS from start of run" |
---|
371 | rconfig integer auxhist11_begin_d namelist,time_control max_domains 0 h "auxhist11_begin_d" "" "DAYS from start of run" |
---|
372 | rconfig integer auxhist11_begin_h namelist,time_control max_domains 0 h "auxhist11_begin_h" "" "HOURS from start of run" |
---|
373 | rconfig integer auxhist11_begin_m namelist,time_control max_domains 0 h "auxhist11_begin_m" "" "MINUTES from start of run" |
---|
374 | rconfig integer auxhist11_begin_s namelist,time_control max_domains 0 h "auxhist11_begin_s" "" "SECONDS from start of run" |
---|
375 | |
---|
376 | rconfig integer auxinput1_begin_y namelist,time_control max_domains 0 h "auxinput1_begin_y" "" "YEARS from start of run" |
---|
377 | rconfig integer auxinput1_begin_mo namelist,time_control max_domains 0 h "auxinput1_begin_mo" "" "MONTHS from start of run" |
---|
378 | rconfig integer auxinput1_begin_d namelist,time_control max_domains 0 h "auxinput1_begin_d" "" "DAYS from start of run" |
---|
379 | rconfig integer auxinput1_begin_h namelist,time_control max_domains 0 h "auxinput1_begin_h" "" "HOURS from start of run" |
---|
380 | rconfig integer auxinput1_begin_m namelist,time_control max_domains 0 h "auxinput1_begin_m" "" "MINUTES from start of run" |
---|
381 | rconfig integer auxinput1_begin_s namelist,time_control max_domains 0 h "auxinput1_begin_s" "" "SECONDS from start of run" |
---|
382 | |
---|
383 | rconfig integer auxinput2_begin_y namelist,time_control max_domains 0 h "auxinput2_begin_y" "" "YEARS from start of run" |
---|
384 | rconfig integer auxinput2_begin_mo namelist,time_control max_domains 0 h "auxinput2_begin_mo" "" "MONTHS from start of run" |
---|
385 | rconfig integer auxinput2_begin_d namelist,time_control max_domains 0 h "auxinput2_begin_d" "" "DAYS from start of run" |
---|
386 | rconfig integer auxinput2_begin_h namelist,time_control max_domains 0 h "auxinput2_begin_h" "" "HOURS from start of run" |
---|
387 | rconfig integer auxinput2_begin_m namelist,time_control max_domains 0 h "auxinput2_begin_m" "" "MINUTES from start of run" |
---|
388 | rconfig integer auxinput2_begin_s namelist,time_control max_domains 0 h "auxinput2_begin_s" "" "SECONDS from start of run" |
---|
389 | |
---|
390 | rconfig integer auxinput3_begin_y namelist,time_control max_domains 0 h "auxinput3_begin_y" "" "YEARS from start of run" |
---|
391 | rconfig integer auxinput3_begin_mo namelist,time_control max_domains 0 h "auxinput3_begin_mo" "" "MONTHS from start of run" |
---|
392 | rconfig integer auxinput3_begin_d namelist,time_control max_domains 0 h "auxinput3_begin_d" "" "DAYS from start of run" |
---|
393 | rconfig integer auxinput3_begin_h namelist,time_control max_domains 0 h "auxinput3_begin_h" "" "HOURS from start of run" |
---|
394 | rconfig integer auxinput3_begin_m namelist,time_control max_domains 0 h "auxinput3_begin_m" "" "MINUTES from start of run" |
---|
395 | rconfig integer auxinput3_begin_s namelist,time_control max_domains 0 h "auxinput3_begin_s" "" "SECONDS from start of run" |
---|
396 | |
---|
397 | rconfig integer auxinput4_begin_y namelist,time_control max_domains 0 h "auxinput4_begin_y" "" "YEARS from start of run" |
---|
398 | rconfig integer auxinput4_begin_mo namelist,time_control max_domains 0 h "auxinput4_begin_mo" "" "MONTHS from start of run" |
---|
399 | rconfig integer auxinput4_begin_d namelist,time_control max_domains 0 h "auxinput4_begin_d" "" "DAYS from start of run" |
---|
400 | rconfig integer auxinput4_begin_h namelist,time_control max_domains 0 h "auxinput4_begin_h" "" "HOURS from start of run" |
---|
401 | rconfig integer auxinput4_begin_m namelist,time_control max_domains 0 h "auxinput4_begin_m" "" "MINUTES from start of run" |
---|
402 | rconfig integer auxinput4_begin_s namelist,time_control max_domains 0 h "auxinput4_begin_s" "" "SECONDS from start of run" |
---|
403 | |
---|
404 | rconfig integer auxinput5_begin_y namelist,time_control max_domains 0 h "auxinput5_begin_y" "" "YEARS from start of run" |
---|
405 | rconfig integer auxinput5_begin_mo namelist,time_control max_domains 0 h "auxinput5_begin_mo" "" "MONTHS from start of run" |
---|
406 | rconfig integer auxinput5_begin_d namelist,time_control max_domains 0 h "auxinput5_begin_d" "" "DAYS from start of run" |
---|
407 | rconfig integer auxinput5_begin_h namelist,time_control max_domains 0 h "auxinput5_begin_h" "" "HOURS from start of run" |
---|
408 | rconfig integer auxinput5_begin_m namelist,time_control max_domains 0 h "auxinput5_begin_m" "" "MINUTES from start of run" |
---|
409 | rconfig integer auxinput5_begin_s namelist,time_control max_domains 0 h "auxinput5_begin_s" "" "SECONDS from start of run" |
---|
410 | |
---|
411 | rconfig integer auxinput6_begin_y namelist,time_control max_domains 0 h "auxinput6_begin_y" "" "YEARS from start of run" |
---|
412 | rconfig integer auxinput6_begin_mo namelist,time_control max_domains 0 h "auxinput6_begin_mo" "" "MONTHS from start of run" |
---|
413 | rconfig integer auxinput6_begin_d namelist,time_control max_domains 0 h "auxinput6_begin_d" "" "DAYS from start of run" |
---|
414 | rconfig integer auxinput6_begin_h namelist,time_control max_domains 0 h "auxinput6_begin_h" "" "HOURS from start of run" |
---|
415 | rconfig integer auxinput6_begin_m namelist,time_control max_domains 0 h "auxinput6_begin_m" "" "MINUTES from start of run" |
---|
416 | rconfig integer auxinput6_begin_s namelist,time_control max_domains 0 h "auxinput6_begin_s" "" "SECONDS from start of run" |
---|
417 | |
---|
418 | rconfig integer auxinput7_begin_y namelist,time_control max_domains 0 h "auxinput7_begin_y" "" "YEARS from start of run" |
---|
419 | rconfig integer auxinput7_begin_mo namelist,time_control max_domains 0 h "auxinput7_begin_mo" "" "MONTHS from start of run" |
---|
420 | rconfig integer auxinput7_begin_d namelist,time_control max_domains 0 h "auxinput7_begin_d" "" "DAYS from start of run" |
---|
421 | rconfig integer auxinput7_begin_h namelist,time_control max_domains 0 h "auxinput7_begin_h" "" "HOURS from start of run" |
---|
422 | rconfig integer auxinput7_begin_m namelist,time_control max_domains 0 h "auxinput7_begin_m" "" "MINUTES from start of run" |
---|
423 | rconfig integer auxinput7_begin_s namelist,time_control max_domains 0 h "auxinput7_begin_s" "" "SECONDS from start of run" |
---|
424 | |
---|
425 | rconfig integer auxinput8_begin_y namelist,time_control max_domains 0 h "auxinput8_begin_y" "" "YEARS from start of run" |
---|
426 | rconfig integer auxinput8_begin_mo namelist,time_control max_domains 0 h "auxinput8_begin_mo" "" "MONTHS from start of run" |
---|
427 | rconfig integer auxinput8_begin_d namelist,time_control max_domains 0 h "auxinput8_begin_d" "" "DAYS from start of run" |
---|
428 | rconfig integer auxinput8_begin_h namelist,time_control max_domains 0 h "auxinput8_begin_h" "" "HOURS from start of run" |
---|
429 | rconfig integer auxinput8_begin_m namelist,time_control max_domains 0 h "auxinput8_begin_m" "" "MINUTES from start of run" |
---|
430 | rconfig integer auxinput8_begin_s namelist,time_control max_domains 0 h "auxinput8_begin_s" "" "SECONDS from start of run" |
---|
431 | |
---|
432 | rconfig integer auxinput9_begin_y namelist,time_control max_domains 0 h "auxinput9_begin_y" "" "YEARS from start of run" |
---|
433 | rconfig integer auxinput9_begin_mo namelist,time_control max_domains 0 h "auxinput9_begin_mo" "" "MONTHS from start of run" |
---|
434 | rconfig integer auxinput9_begin_d namelist,time_control max_domains 0 h "auxinput9_begin_d" "" "DAYS from start of run" |
---|
435 | rconfig integer auxinput9_begin_h namelist,time_control max_domains 0 h "auxinput9_begin_h" "" "HOURS from start of run" |
---|
436 | rconfig integer auxinput9_begin_m namelist,time_control max_domains 0 h "auxinput9_begin_m" "" "MINUTES from start of run" |
---|
437 | rconfig integer auxinput9_begin_s namelist,time_control max_domains 0 h "auxinput9_begin_s" "" "SECONDS from start of run" |
---|
438 | |
---|
439 | rconfig integer gfdda_begin_y namelist,fdda max_domains 0 h "gfdda_begin_y" "" "YEARS from start of run" |
---|
440 | rconfig integer gfdda_begin_mo namelist,fdda max_domains 0 h "gfdda_begin_mo" "" "MONTHS from start of run" |
---|
441 | rconfig integer gfdda_begin_d namelist,fdda max_domains 0 h "gfdda_begin_d" "" "DAYS from start of run" |
---|
442 | rconfig integer gfdda_begin_h namelist,fdda max_domains 0 h "gfdda_begin_h" "" "HOURS from start of run" |
---|
443 | rconfig integer gfdda_begin_m namelist,fdda max_domains 0 h "gfdda_begin_m" "" "MINUTES from start of run" |
---|
444 | rconfig integer gfdda_begin_s namelist,fdda max_domains 0 h "gfdda_begin_s" "" "SECONDS from start of run" |
---|
445 | |
---|
446 | rconfig integer auxinput11_begin_y namelist,time_control max_domains 0 h "auxinput11_begin_y" "" "YEARS from start of run" |
---|
447 | rconfig integer auxinput11_begin_mo namelist,time_control max_domains 0 h "auxinput11_begin_mo" "" "MONTHS from start of run" |
---|
448 | rconfig integer auxinput11_begin_d namelist,time_control max_domains 0 h "auxinput11_begin_d" "" "DAYS from start of run" |
---|
449 | rconfig integer auxinput11_begin_h namelist,time_control max_domains 0 h "auxinput11_begin_h" "" "HOURS from start of run" |
---|
450 | rconfig integer auxinput11_begin_m namelist,time_control max_domains 0 h "auxinput11_begin_m" "" "MINUTES from start of run" |
---|
451 | rconfig integer auxinput11_begin_s namelist,time_control max_domains 0 h "auxinput11_begin_s" "" "SECONDS from start of run" |
---|
452 | |
---|
453 | rconfig integer restart_begin_y namelist,time_control 1 0 h "restart_begin_y" "" "YEARS from start of run" |
---|
454 | rconfig integer restart_begin_mo namelist,time_control 1 0 h "restart_begin_mo" "" "MONTHS from start of run" |
---|
455 | rconfig integer restart_begin_d namelist,time_control 1 0 h "restart_begin_d" "" "DAYS from start of run" |
---|
456 | rconfig integer restart_begin_h namelist,time_control 1 0 h "restart_begin_h" "" "HOURS from start of run" |
---|
457 | rconfig integer restart_begin_m namelist,time_control 1 0 h "restart_begin_m" "" "MINUTES from start of run" |
---|
458 | rconfig integer restart_begin_s namelist,time_control 1 0 h "restart_begin_s" "" "SECONDS from start of run" |
---|
459 | |
---|
460 | rconfig integer history_end_y namelist,time_control max_domains 0 h "history_end_y" "" "YEARS from start of run" |
---|
461 | rconfig integer history_end_mo namelist,time_control max_domains 0 h "history_end_mo" "" "MONTHS from start of run" |
---|
462 | rconfig integer history_end_d namelist,time_control max_domains 0 h "history_end_d" "" "DAYS from start of run" |
---|
463 | rconfig integer history_end_h namelist,time_control max_domains 0 h "history_end_h" "" "HOURS from start of run" |
---|
464 | rconfig integer history_end_m namelist,time_control max_domains 0 h "history_end_m" "" "MINUTES from start of run" |
---|
465 | rconfig integer history_end_s namelist,time_control max_domains 0 h "history_end_s" "" "SECONDS from start of run" |
---|
466 | |
---|
467 | rconfig integer inputout_end_y namelist,time_control max_domains 0 h "inputout_end_y" "" "YEARS from start of run" |
---|
468 | rconfig integer inputout_end_mo namelist,time_control max_domains 0 h "inputout_end_mo" "" "MONTHS from start of run" |
---|
469 | rconfig integer inputout_end_d namelist,time_control max_domains 0 h "inputout_end_d" "" "DAYS from start of run" |
---|
470 | rconfig integer inputout_end_h namelist,time_control max_domains 0 h "inputout_end_h" "" "HOURS from start of run" |
---|
471 | rconfig integer inputout_end_m namelist,time_control max_domains 0 h "inputout_end_m" "" "MINUTES from start of run" |
---|
472 | rconfig integer inputout_end_s namelist,time_control max_domains 0 h "inputout_end_s" "" "SECONDS from start of run" |
---|
473 | |
---|
474 | rconfig integer auxhist1_end_y namelist,time_control max_domains 0 h "auxhist1_end_y" "" "YEARS from start of run" |
---|
475 | rconfig integer auxhist1_end_mo namelist,time_control max_domains 0 h "auxhist1_end_mo" "" "MONTHS from start of run" |
---|
476 | rconfig integer auxhist1_end_d namelist,time_control max_domains 0 h "auxhist1_end_d" "" "DAYS from start of run" |
---|
477 | rconfig integer auxhist1_end_h namelist,time_control max_domains 0 h "auxhist1_end_h" "" "HOURS from start of run" |
---|
478 | rconfig integer auxhist1_end_m namelist,time_control max_domains 0 h "auxhist1_end_m" "" "MINUTES from start of run" |
---|
479 | rconfig integer auxhist1_end_s namelist,time_control max_domains 0 h "auxhist1_end_s" "" "SECONDS from start of run" |
---|
480 | |
---|
481 | rconfig integer auxhist2_end_y namelist,time_control max_domains 0 h "auxhist2_end_y" "" "YEARS from start of run" |
---|
482 | rconfig integer auxhist2_end_mo namelist,time_control max_domains 0 h "auxhist2_end_mo" "" "MONTHS from start of run" |
---|
483 | rconfig integer auxhist2_end_d namelist,time_control max_domains 0 h "auxhist2_end_d" "" "DAYS from start of run" |
---|
484 | rconfig integer auxhist2_end_h namelist,time_control max_domains 0 h "auxhist2_end_h" "" "HOURS from start of run" |
---|
485 | rconfig integer auxhist2_end_m namelist,time_control max_domains 0 h "auxhist2_end_m" "" "MINUTES from start of run" |
---|
486 | rconfig integer auxhist2_end_s namelist,time_control max_domains 0 h "auxhist2_end_s" "" "SECONDS from start of run" |
---|
487 | |
---|
488 | rconfig integer auxhist3_end_y namelist,time_control max_domains 0 h "auxhist3_end_y" "" "YEARS from start of run" |
---|
489 | rconfig integer auxhist3_end_mo namelist,time_control max_domains 0 h "auxhist3_end_mo" "" "MONTHS from start of run" |
---|
490 | rconfig integer auxhist3_end_d namelist,time_control max_domains 0 h "auxhist3_end_d" "" "DAYS from start of run" |
---|
491 | rconfig integer auxhist3_end_h namelist,time_control max_domains 0 h "auxhist3_end_h" "" "HOURS from start of run" |
---|
492 | rconfig integer auxhist3_end_m namelist,time_control max_domains 0 h "auxhist3_end_m" "" "MINUTES from start of run" |
---|
493 | rconfig integer auxhist3_end_s namelist,time_control max_domains 0 h "auxhist3_end_s" "" "SECONDS from start of run" |
---|
494 | |
---|
495 | rconfig integer auxhist4_end_y namelist,time_control max_domains 0 h "auxhist4_end_y" "" "YEARS from start of run" |
---|
496 | rconfig integer auxhist4_end_mo namelist,time_control max_domains 0 h "auxhist4_end_mo" "" "MONTHS from start of run" |
---|
497 | rconfig integer auxhist4_end_d namelist,time_control max_domains 0 h "auxhist4_end_d" "" "DAYS from start of run" |
---|
498 | rconfig integer auxhist4_end_h namelist,time_control max_domains 0 h "auxhist4_end_h" "" "HOURS from start of run" |
---|
499 | rconfig integer auxhist4_end_m namelist,time_control max_domains 0 h "auxhist4_end_m" "" "MINUTES from start of run" |
---|
500 | rconfig integer auxhist4_end_s namelist,time_control max_domains 0 h "auxhist4_end_s" "" "SECONDS from start of run" |
---|
501 | |
---|
502 | rconfig integer auxhist5_end_y namelist,time_control max_domains 0 h "auxhist5_end_y" "" "YEARS from start of run" |
---|
503 | rconfig integer auxhist5_end_mo namelist,time_control max_domains 0 h "auxhist5_end_mo" "" "MONTHS from start of run" |
---|
504 | rconfig integer auxhist5_end_d namelist,time_control max_domains 0 h "auxhist5_end_d" "" "DAYS from start of run" |
---|
505 | rconfig integer auxhist5_end_h namelist,time_control max_domains 0 h "auxhist5_end_h" "" "HOURS from start of run" |
---|
506 | rconfig integer auxhist5_end_m namelist,time_control max_domains 0 h "auxhist5_end_m" "" "MINUTES from start of run" |
---|
507 | rconfig integer auxhist5_end_s namelist,time_control max_domains 0 h "auxhist5_end_s" "" "SECONDS from start of run" |
---|
508 | |
---|
509 | rconfig integer auxhist6_end_y namelist,time_control max_domains 0 h "auxhist6_end_y" "" "YEARS from start of run" |
---|
510 | rconfig integer auxhist6_end_mo namelist,time_control max_domains 0 h "auxhist6_end_mo" "" "MONTHS from start of run" |
---|
511 | rconfig integer auxhist6_end_d namelist,time_control max_domains 0 h "auxhist6_end_d" "" "DAYS from start of run" |
---|
512 | rconfig integer auxhist6_end_h namelist,time_control max_domains 0 h "auxhist6_end_h" "" "HOURS from start of run" |
---|
513 | rconfig integer auxhist6_end_m namelist,time_control max_domains 0 h "auxhist6_end_m" "" "MINUTES from start of run" |
---|
514 | rconfig integer auxhist6_end_s namelist,time_control max_domains 0 h "auxhist6_end_s" "" "SECONDS from start of run" |
---|
515 | |
---|
516 | rconfig integer auxhist7_end_y namelist,time_control max_domains 0 h "auxhist7_end_y" "" "YEARS from start of run" |
---|
517 | rconfig integer auxhist7_end_mo namelist,time_control max_domains 0 h "auxhist7_end_mo" "" "MONTHS from start of run" |
---|
518 | rconfig integer auxhist7_end_d namelist,time_control max_domains 0 h "auxhist7_end_d" "" "DAYS from start of run" |
---|
519 | rconfig integer auxhist7_end_h namelist,time_control max_domains 0 h "auxhist7_end_h" "" "HOURS from start of run" |
---|
520 | rconfig integer auxhist7_end_m namelist,time_control max_domains 0 h "auxhist7_end_m" "" "MINUTES from start of run" |
---|
521 | rconfig integer auxhist7_end_s namelist,time_control max_domains 0 h "auxhist7_end_s" "" "SECONDS from start of run" |
---|
522 | |
---|
523 | rconfig integer auxhist8_end_y namelist,time_control max_domains 0 h "auxhist8_end_y" "" "YEARS from start of run" |
---|
524 | rconfig integer auxhist8_end_mo namelist,time_control max_domains 0 h "auxhist8_end_mo" "" "MONTHS from start of run" |
---|
525 | rconfig integer auxhist8_end_d namelist,time_control max_domains 0 h "auxhist8_end_d" "" "DAYS from start of run" |
---|
526 | rconfig integer auxhist8_end_h namelist,time_control max_domains 0 h "auxhist8_end_h" "" "HOURS from start of run" |
---|
527 | rconfig integer auxhist8_end_m namelist,time_control max_domains 0 h "auxhist8_end_m" "" "MINUTES from start of run" |
---|
528 | rconfig integer auxhist8_end_s namelist,time_control max_domains 0 h "auxhist8_end_s" "" "SECONDS from start of run" |
---|
529 | |
---|
530 | rconfig integer auxhist9_end_y namelist,time_control max_domains 0 h "auxhist9_end_y" "" "YEARS from start of run" |
---|
531 | rconfig integer auxhist9_end_mo namelist,time_control max_domains 0 h "auxhist9_end_mo" "" "MONTHS from start of run" |
---|
532 | rconfig integer auxhist9_end_d namelist,time_control max_domains 0 h "auxhist9_end_d" "" "DAYS from start of run" |
---|
533 | rconfig integer auxhist9_end_h namelist,time_control max_domains 0 h "auxhist9_end_h" "" "HOURS from start of run" |
---|
534 | rconfig integer auxhist9_end_m namelist,time_control max_domains 0 h "auxhist9_end_m" "" "MINUTES from start of run" |
---|
535 | rconfig integer auxhist9_end_s namelist,time_control max_domains 0 h "auxhist9_end_s" "" "SECONDS from start of run" |
---|
536 | |
---|
537 | rconfig integer auxhist10_end_y namelist,time_control max_domains 0 h "auxhist10_end_y" "" "YEARS from start of run" |
---|
538 | rconfig integer auxhist10_end_mo namelist,time_control max_domains 0 h "auxhist10_end_mo" "" "MONTHS from start of run" |
---|
539 | rconfig integer auxhist10_end_d namelist,time_control max_domains 0 h "auxhist10_end_d" "" "DAYS from start of run" |
---|
540 | rconfig integer auxhist10_end_h namelist,time_control max_domains 0 h "auxhist10_end_h" "" "HOURS from start of run" |
---|
541 | rconfig integer auxhist10_end_m namelist,time_control max_domains 0 h "auxhist10_end_m" "" "MINUTES from start of run" |
---|
542 | rconfig integer auxhist10_end_s namelist,time_control max_domains 0 h "auxhist10_end_s" "" "SECONDS from start of run" |
---|
543 | |
---|
544 | rconfig integer auxhist11_end_y namelist,time_control max_domains 0 h "auxhist11_end_y" "" "YEARS from start of run" |
---|
545 | rconfig integer auxhist11_end_mo namelist,time_control max_domains 0 h "auxhist11_end_mo" "" "MONTHS from start of run" |
---|
546 | rconfig integer auxhist11_end_d namelist,time_control max_domains 0 h "auxhist11_end_d" "" "DAYS from start of run" |
---|
547 | rconfig integer auxhist11_end_h namelist,time_control max_domains 0 h "auxhist11_end_h" "" "HOURS from start of run" |
---|
548 | rconfig integer auxhist11_end_m namelist,time_control max_domains 0 h "auxhist11_end_m" "" "MINUTES from start of run" |
---|
549 | rconfig integer auxhist11_end_s namelist,time_control max_domains 0 h "auxhist11_end_s" "" "SECONDS from start of run" |
---|
550 | |
---|
551 | rconfig integer auxinput1_end_y namelist,time_control max_domains 0 h "auxinput1_end_y" "" "YEARS from start of run" |
---|
552 | rconfig integer auxinput1_end_mo namelist,time_control max_domains 0 h "auxinput1_end_mo" "" "MONTHS from start of run" |
---|
553 | rconfig integer auxinput1_end_d namelist,time_control max_domains 0 h "auxinput1_end_d" "" "DAYS from start of run" |
---|
554 | rconfig integer auxinput1_end_h namelist,time_control max_domains 0 h "auxinput1_end_h" "" "HOURS from start of run" |
---|
555 | rconfig integer auxinput1_end_m namelist,time_control max_domains 0 h "auxinput1_end_m" "" "MINUTES from start of run" |
---|
556 | rconfig integer auxinput1_end_s namelist,time_control max_domains 0 h "auxinput1_end_s" "" "SECONDS from start of run" |
---|
557 | |
---|
558 | rconfig integer auxinput2_end_y namelist,time_control max_domains 0 h "auxinput2_end_y" "" "YEARS from start of run" |
---|
559 | rconfig integer auxinput2_end_mo namelist,time_control max_domains 0 h "auxinput2_end_mo" "" "MONTHS from start of run" |
---|
560 | rconfig integer auxinput2_end_d namelist,time_control max_domains 0 h "auxinput2_end_d" "" "DAYS from start of run" |
---|
561 | rconfig integer auxinput2_end_h namelist,time_control max_domains 0 h "auxinput2_end_h" "" "HOURS from start of run" |
---|
562 | rconfig integer auxinput2_end_m namelist,time_control max_domains 0 h "auxinput2_end_m" "" "MINUTES from start of run" |
---|
563 | rconfig integer auxinput2_end_s namelist,time_control max_domains 0 h "auxinput2_end_s" "" "SECONDS from start of run" |
---|
564 | |
---|
565 | rconfig integer auxinput3_end_y namelist,time_control max_domains 0 h "auxinput3_end_y" "" "YEARS from start of run" |
---|
566 | rconfig integer auxinput3_end_mo namelist,time_control max_domains 0 h "auxinput3_end_mo" "" "MONTHS from start of run" |
---|
567 | rconfig integer auxinput3_end_d namelist,time_control max_domains 0 h "auxinput3_end_d" "" "DAYS from start of run" |
---|
568 | rconfig integer auxinput3_end_h namelist,time_control max_domains 0 h "auxinput3_end_h" "" "HOURS from start of run" |
---|
569 | rconfig integer auxinput3_end_m namelist,time_control max_domains 0 h "auxinput3_end_m" "" "MINUTES from start of run" |
---|
570 | rconfig integer auxinput3_end_s namelist,time_control max_domains 0 h "auxinput3_end_s" "" "SECONDS from start of run" |
---|
571 | |
---|
572 | rconfig integer auxinput4_end_y namelist,time_control max_domains 0 h "auxinput4_end_y" "" "YEARS from start of run" |
---|
573 | rconfig integer auxinput4_end_mo namelist,time_control max_domains 0 h "auxinput4_end_mo" "" "MONTHS from start of run" |
---|
574 | rconfig integer auxinput4_end_d namelist,time_control max_domains 0 h "auxinput4_end_d" "" "DAYS from start of run" |
---|
575 | rconfig integer auxinput4_end_h namelist,time_control max_domains 0 h "auxinput4_end_h" "" "HOURS from start of run" |
---|
576 | rconfig integer auxinput4_end_m namelist,time_control max_domains 0 h "auxinput4_end_m" "" "MINUTES from start of run" |
---|
577 | rconfig integer auxinput4_end_s namelist,time_control max_domains 0 h "auxinput4_end_s" "" "SECONDS from start of run" |
---|
578 | |
---|
579 | rconfig integer auxinput5_end_y namelist,time_control max_domains 0 h "auxinput5_end_y" "" "YEARS from start of run" |
---|
580 | rconfig integer auxinput5_end_mo namelist,time_control max_domains 0 h "auxinput5_end_mo" "" "MONTHS from start of run" |
---|
581 | rconfig integer auxinput5_end_d namelist,time_control max_domains 0 h "auxinput5_end_d" "" "DAYS from start of run" |
---|
582 | rconfig integer auxinput5_end_h namelist,time_control max_domains 0 h "auxinput5_end_h" "" "HOURS from start of run" |
---|
583 | rconfig integer auxinput5_end_m namelist,time_control max_domains 0 h "auxinput5_end_m" "" "MINUTES from start of run" |
---|
584 | rconfig integer auxinput5_end_s namelist,time_control max_domains 0 h "auxinput5_end_s" "" "SECONDS from start of run" |
---|
585 | |
---|
586 | rconfig integer auxinput6_end_y namelist,time_control max_domains 0 h "auxinput6_end_y" "" "YEARS from start of run" |
---|
587 | rconfig integer auxinput6_end_mo namelist,time_control max_domains 0 h "auxinput6_end_mo" "" "MONTHS from start of run" |
---|
588 | rconfig integer auxinput6_end_d namelist,time_control max_domains 0 h "auxinput6_end_d" "" "DAYS from start of run" |
---|
589 | rconfig integer auxinput6_end_h namelist,time_control max_domains 0 h "auxinput6_end_h" "" "HOURS from start of run" |
---|
590 | rconfig integer auxinput6_end_m namelist,time_control max_domains 0 h "auxinput6_end_m" "" "MINUTES from start of run" |
---|
591 | rconfig integer auxinput6_end_s namelist,time_control max_domains 0 h "auxinput6_end_s" "" "SECONDS from start of run" |
---|
592 | |
---|
593 | rconfig integer auxinput7_end_y namelist,time_control max_domains 0 h "auxinput7_end_y" "" "YEARS from start of run" |
---|
594 | rconfig integer auxinput7_end_mo namelist,time_control max_domains 0 h "auxinput7_end_mo" "" "MONTHS from start of run" |
---|
595 | rconfig integer auxinput7_end_d namelist,time_control max_domains 0 h "auxinput7_end_d" "" "DAYS from start of run" |
---|
596 | rconfig integer auxinput7_end_h namelist,time_control max_domains 0 h "auxinput7_end_h" "" "HOURS from start of run" |
---|
597 | rconfig integer auxinput7_end_m namelist,time_control max_domains 0 h "auxinput7_end_m" "" "MINUTES from start of run" |
---|
598 | rconfig integer auxinput7_end_s namelist,time_control max_domains 0 h "auxinput7_end_s" "" "SECONDS from start of run" |
---|
599 | |
---|
600 | rconfig integer auxinput8_end_y namelist,time_control max_domains 0 h "auxinput8_end_y" "" "YEARS from start of run" |
---|
601 | rconfig integer auxinput8_end_mo namelist,time_control max_domains 0 h "auxinput8_end_mo" "" "MONTHS from start of run" |
---|
602 | rconfig integer auxinput8_end_d namelist,time_control max_domains 0 h "auxinput8_end_d" "" "DAYS from start of run" |
---|
603 | rconfig integer auxinput8_end_h namelist,time_control max_domains 0 h "auxinput8_end_h" "" "HOURS from start of run" |
---|
604 | rconfig integer auxinput8_end_m namelist,time_control max_domains 0 h "auxinput8_end_m" "" "MINUTES from start of run" |
---|
605 | rconfig integer auxinput8_end_s namelist,time_control max_domains 0 h "auxinput8_end_s" "" "SECONDS from start of run" |
---|
606 | |
---|
607 | rconfig integer auxinput9_end_y namelist,time_control max_domains 0 h "auxinput9_end_y" "" "YEARS from start of run" |
---|
608 | rconfig integer auxinput9_end_mo namelist,time_control max_domains 0 h "auxinput9_end_mo" "" "MONTHS from start of run" |
---|
609 | rconfig integer auxinput9_end_d namelist,time_control max_domains 0 h "auxinput9_end_d" "" "DAYS from start of run" |
---|
610 | rconfig integer auxinput9_end_h namelist,time_control max_domains 0 h "auxinput9_end_h" "" "HOURS from start of run" |
---|
611 | rconfig integer auxinput9_end_m namelist,time_control max_domains 0 h "auxinput9_end_m" "" "MINUTES from start of run" |
---|
612 | rconfig integer auxinput9_end_s namelist,time_control max_domains 0 h "auxinput9_end_s" "" "SECONDS from start of run" |
---|
613 | |
---|
614 | rconfig integer gfdda_end_y namelist,fdda max_domains 0 h "gfdda_end_y" "" "YEARS from start of run" |
---|
615 | rconfig integer gfdda_end_mo namelist,fdda max_domains 0 h "gfdda_end_mo" "" "MONTHS from start of run" |
---|
616 | rconfig integer gfdda_end_d namelist,fdda max_domains 0 h "gfdda_end_d" "" "DAYS from start of run" |
---|
617 | rconfig integer gfdda_end_h namelist,fdda max_domains 0 h "gfdda_end_h" "" "HOURS from start of run" |
---|
618 | rconfig integer gfdda_end_m namelist,fdda max_domains 0 h "gfdda_end_m" "" "MINUTES from start of run" |
---|
619 | rconfig integer gfdda_end_s namelist,fdda max_domains 0 h "gfdda_end_s" "" "SECONDS from start of run" |
---|
620 | |
---|
621 | rconfig integer auxinput11_end_y namelist,time_control max_domains 0 h "auxinput11_end_y" "" "YEARS from start of run" |
---|
622 | rconfig integer auxinput11_end_mo namelist,time_control max_domains 0 h "auxinput11_end_mo" "" "MONTHS from start of run" |
---|
623 | rconfig integer auxinput11_end_d namelist,time_control max_domains 0 h "auxinput11_end_d" "" "DAYS from start of run" |
---|
624 | rconfig integer auxinput11_end_h namelist,time_control max_domains 0 h "auxinput11_end_h" "" "HOURS from start of run" |
---|
625 | rconfig integer auxinput11_end_m namelist,time_control max_domains 0 h "auxinput11_end_m" "" "MINUTES from start of run" |
---|
626 | rconfig integer auxinput11_end_s namelist,time_control max_domains 0 h "auxinput11_end_s" "" "SECONDS from start of run" |
---|
627 | |
---|
628 | rconfig integer io_form_auxinput1 namelist,time_control 1 2 h "io_form_auxinput1" "" "" |
---|
629 | rconfig integer io_form_auxinput2 namelist,time_control 1 2 h "io_form_auxinput2" "" "" |
---|
630 | rconfig integer io_form_auxinput3 namelist,time_control 1 2 h "io_form_auxinput3" "" "" |
---|
631 | rconfig integer io_form_auxinput4 namelist,time_control 1 2 h "io_form_auxinput4" "" "" |
---|
632 | rconfig integer io_form_auxinput5 namelist,time_control 1 2 h "io_form_auxinput5" "" "" |
---|
633 | rconfig integer io_form_auxinput6 namelist,time_control 1 2 h "io_form_auxinput6" "" "" |
---|
634 | rconfig integer io_form_auxinput7 namelist,time_control 1 2 h "io_form_auxinput7" "" "" |
---|
635 | rconfig integer io_form_auxinput8 namelist,time_control 1 2 h "io_form_auxinput8" "" "" |
---|
636 | rconfig integer io_form_auxinput9 namelist,time_control 1 2 h "io_form_auxinput9" "" "" |
---|
637 | rconfig integer io_form_gfdda namelist,fdda 1 2 h "io_form_gfdda" "" "" |
---|
638 | rconfig integer io_form_auxinput11 namelist,time_control 1 2 h "io_form_auxinput11" "" "" |
---|
639 | rconfig integer io_form_auxhist1 namelist,time_control 1 2 h "io_form_auxhist1" "" "" |
---|
640 | rconfig integer io_form_auxhist2 namelist,time_control 1 2 h "io_form_auxhist2" "" "" |
---|
641 | rconfig integer io_form_auxhist3 namelist,time_control 1 2 h "io_form_auxhist3" "" "" |
---|
642 | rconfig integer io_form_auxhist4 namelist,time_control 1 2 h "io_form_auxhist4" "" "" |
---|
643 | rconfig integer io_form_auxhist5 namelist,time_control 1 2 h "io_form_auxhist5" "" "" |
---|
644 | rconfig integer io_form_auxhist6 namelist,time_control 1 2 h "io_form_auxhist6" "" "" |
---|
645 | rconfig integer io_form_auxhist7 namelist,time_control 1 2 h "io_form_auxhist7" "" "" |
---|
646 | rconfig integer io_form_auxhist8 namelist,time_control 1 2 h "io_form_auxhist8" "" "" |
---|
647 | rconfig integer io_form_auxhist9 namelist,time_control 1 2 h "io_form_auxhist9" "" "" |
---|
648 | rconfig integer io_form_auxhist10 namelist,time_control 1 2 h "io_form_auxhist10" "" "" |
---|
649 | rconfig integer io_form_auxhist11 namelist,time_control 1 2 h "io_form_auxhist11" "" "" |
---|