Commit 614b24a
committed
File tree
10 files changed
+209
-64
lines changed- components
- doc
- src
- control
- cpl/nuopc
10 files changed
+209
-64
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
154 | | - | |
| 154 | + | |
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | | - | |
| 161 | + | |
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
168 | | - | |
| 168 | + | |
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | | - | |
| 175 | + | |
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
| |||
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
196 | | - | |
| 196 | + | |
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
| |||
- CIME/SystemTests/eri.py+33-6
- CIME/SystemTests/err.py+6-7
- CIME/SystemTests/ers.py+6
- CIME/SystemTests/restart_tests.py+6
- CIME/SystemTests/system_tests_common.py+80-9
- CIME/XML/env_batch.py+104-26
- CIME/XML/generic_xml.py+18
- CIME/case/case.py+16-13
- CIME/case/case_run.py+10-1
- CIME/case/case_st_archive.py+63-45
- CIME/case/case_submit.py+4-3
- CIME/case/check_input_data.py+6-1
- CIME/data/config/config_tests.xml+1-3
- CIME/data/config/xml_schemas/config_workflow.xsd+1-1
- CIME/get_timing.py+9
- CIME/hist_utils.py+8-1
- CIME/non_py/cprnc+1-1
- CIME/tests/test_unit_system_tests.py+15-3
- CIME/tests/test_unit_system_tests_mvk.py+4
- CIME/tests/test_unit_xml_env_batch.py+165-2
- CIME/tests/test_unit_xml_tests.py+1
- CIME/utils.py+8-4
- CIME/wait_for_tests.py+1-2
- cime_config/stream_cdeps.py+3
- datm/atm_comp_nuopc.F90+61-77
- datm/cime_config/config_component.xml+4-2
- datm/cime_config/namelist_definition_datm.xml+37-7
- datm/cime_config/stream_definition_datm.xml+284-7
- datm/datm_datamode_cfsr_mod.F90-40
- datm/datm_datamode_clmncep_mod.F90-38
- datm/datm_datamode_core2_mod.F90-39
- datm/datm_datamode_cplhist_mod.F90+2-41
- datm/datm_datamode_era5_mod.F90+2-40
- datm/datm_datamode_gefs_mod.F90-39
- datm/datm_datamode_jra_mod.F90-39
- datm/datm_datamode_simple_mod.F90-39
- dglc/cime_config/testdefs/testlist_dglc.xml+13-3
- dglc/dglc_datamode_noevolve_mod.F90+7-12
- dglc/glc_comp_nuopc.F90+10-6
- dice/dice_datamode_ssmi_mod.F90+12-9
- dice/ice_comp_nuopc.F90+12-6
- dlnd/lnd_comp_nuopc.F90+18-9
- docn/docn_datamode_copyall_mod.F90-39
- docn/docn_datamode_cplhist_mod.F90-39
- docn/docn_datamode_iaf_mod.F90-44
- docn/docn_datamode_multilev_dom_mod.F90-43
- docn/docn_datamode_multilev_mod.F90-43
- docn/docn_datamode_som_mod.F90+10-9
- docn/ocn_comp_nuopc.F90+33-33
- drof/cime_config/config_component.xml+4-2
- drof/cime_config/namelist_definition_drof.xml+2-1
- drof/cime_config/stream_definition_drof.xml+32
- drof/rof_comp_nuopc.F90+16-9
- dshr/dshr_mod.F90+13-19
- dwav/wav_comp_nuopc.F90+16-8
- share/nuopc_shr_methods.F90+109-13
- .github/workflows/extbuild.yml+1-1
- .github/workflows/srt.yml+2-1
- cesm/driver/esm_time_mod.F90+14-16
- cime_config/buildnml+3-2
- cime_config/config_component.xml+27
- cime_config/namelist_definition_drv.xml+14-18
- cime_config/testdefs/testlist_drv.xml+10
- cime_config/testdefs/testmods_dirs/drv/aoflux_ogrid/user_nl_cpl+1
- mediator/esmFldsExchange_cesm_mod.F90+3-3
- mediator/med.F90+140-5
- mediator/med_diag_mod.F90-2
- mediator/med_internalstate_mod.F90+10-5
- mediator/med_map_mod.F90+57-74
- mediator/med_phases_aofluxes_mod.F90+7-5
- mediator/med_phases_ocnalb_mod.F90+7-8
- mediator/med_phases_restart_mod.F90+23-29
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
150 | 287 | | |
151 | 288 | | |
152 | 289 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | 45 | | |
50 | 46 | | |
51 | 47 | | |
| |||
68 | 64 | | |
69 | 65 | | |
70 | 66 | | |
71 | | - | |
| 67 | + | |
| 68 | + | |
72 | 69 | | |
73 | 70 | | |
74 | 71 | | |
75 | 72 | | |
76 | | - | |
77 | 73 | | |
78 | 74 | | |
79 | 75 | | |
80 | 76 | | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | 115 | | |
119 | 116 | | |
120 | 117 | | |
121 | 118 | | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
122 | 130 | | |
123 | 131 | | |
124 | 132 | | |
125 | 133 | | |
126 | | - | |
| 134 | + | |
127 | 135 | | |
128 | 136 | | |
129 | 137 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
| 109 | + | |
| 110 | + | |
115 | 111 | | |
116 | 112 | | |
117 | 113 | | |
| |||
132 | 128 | | |
133 | 129 | | |
134 | 130 | | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
| 131 | + | |
| 132 | + | |
142 | 133 | | |
143 | 134 | | |
144 | 135 | | |
145 | 136 | | |
146 | 137 | | |
147 | | - | |
| 138 | + | |
| 139 | + | |
148 | 140 | | |
149 | 141 | | |
150 | 142 | | |
151 | 143 | | |
152 | 144 | | |
153 | | - | |
| 145 | + | |
154 | 146 | | |
155 | 147 | | |
156 | | - | |
157 | | - | |
158 | | - | |
| 148 | + | |
| 149 | + | |
159 | 150 | | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
160 | 155 | | |
161 | 156 | | |
| 157 | + | |
162 | 158 | | |
163 | 159 | | |
164 | 160 | | |
165 | 161 | | |
166 | | - | |
| 162 | + | |
| 163 | + | |
167 | 164 | | |
168 | 165 | | |
169 | 166 | | |
| |||
0 commit comments