Commit f429ebf
File tree
10 files changed
+208
-63
lines changed- components
- doc
- src
- control
- cpl/nuopc
10 files changed
+208
-63
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 | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 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 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
3 | 140 | | |
4 | 141 | | |
5 | 142 | | |
| |||
| 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