File tree
29 files changed
+193
-283
lines changed- CDEPS
- extra_sources
- patches
- CICE
- patches
- CMEPS
- patches
- MOM6
- patches
- WW3
- patches
29 files changed
+193
-283
lines changed+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
|
- .github/workflows/extbuild.yml+4-4
- .gitignore-4
- .gitmodules+16
- CMakeLists.txt+1-18
- cime_config/buildlib+43-25
- cime_config/stream_cdeps.py+21
- cime_config/stream_definition_v2.0.xsd+2-1
- cime_config/testdefs/testlist_cdeps.xml-150
- datm/atm_comp_nuopc.F90+63-79
- datm/cime_config/buildnml+12-5
- datm/cime_config/config_component.xml+13-2
- datm/cime_config/namelist_definition_datm.xml+40-7
- datm/cime_config/stream_definition_datm.xml+334-9
- datm/cime_config/testdefs/testlist_datm.xml+39-34
- datm/datm_datamode_cfsr_mod.F90-40
- datm/datm_datamode_clmncep_mod.F90-38
- datm/datm_datamode_core2_mod.F90+12-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+18-39
- datm/datm_datamode_simple_mod.F90-39
- dglc/CMakeLists.txt+34
- dglc/cime_config/buildlib+1
- dglc/cime_config/buildnml+197
- dglc/cime_config/config_archive.xml+11
- dglc/cime_config/config_component.xml+92
- dglc/cime_config/namelist_definition_dglc.xml+140
- dglc/cime_config/stream_definition_dglc.xml+49
- dglc/cime_config/testdefs/testlist_dglc.xml+42
- dglc/cime_config/user_nl_dglc+13
- dglc/cime_config/user_nl_dglc_streams+33
- dglc/dglc_datamode_noevolve_mod.F90+697
- dglc/glc_comp_nuopc.F90+842
- dice/cime_config/testdefs/testlist_dice.xml+6-4
- dice/dice_datamode_ssmi_mod.F90+12-9
- dice/ice_comp_nuopc.F90+13-7
- dlnd/cime_config/testdefs/testlist_dlnd.xml+3-2
- dlnd/lnd_comp_nuopc.F90+20-11
- doc/source/datm.rst+4-1
- doc/source/dglc.rst+117
- doc/source/index.rst+1
- doc/source/introduction.rst+2-1
- doc/source/streams.rst+3-1
- docn/CMakeLists.txt+2
- docn/cime_config/config_component.xml+6-2
- docn/cime_config/namelist_definition_docn.xml+5-1
- docn/cime_config/stream_definition_docn.xml+99-1
- docn/cime_config/testdefs/testlist_docn.xml+10-7
- 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+221
- docn/docn_datamode_multilev_mod.F90+186
- docn/docn_datamode_som_mod.F90+15-9
- docn/ocn_comp_nuopc.F90+77-35
- 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/cime_config/testdefs/testlist_drof.xml+3-2
- drof/rof_comp_nuopc.F90+18-11
- dshr/dshr_dfield_mod.F90+16-4
- dshr/dshr_fldlist_mod.F90+1
- dshr/dshr_mod.F90+16-23
- dwav/cime_config/testdefs/testlist_dwav.xml+3-2
- dwav/wav_comp_nuopc.F90+17-9
- fox+1
- share/CMakeLists.txt+2-1
- share/genf90+1
- share/nuopc_shr_methods.F90+936
- streams/dshr_methods_mod.F90+6-3
- streams/dshr_strdata_mod.F90+50-18
- streams/dshr_stream_mod.F90+8-8
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| 17 | + | |
17 | 18 |
| |
18 | 19 |
| |
19 |
| - | |
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
| |||
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
| 55 | + | |
| 56 | + | |
55 | 57 |
| |
56 | 58 |
| |
57 | 59 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
14 | 13 |
| |
15 | 14 |
| |
16 | 15 |
| |
| |||
20 | 19 |
| |
21 | 20 |
| |
22 | 21 |
| |
23 |
| - | |
24 |
| - | |
| 22 | + | |
25 | 23 |
| |
26 | 24 |
| |
27 | 25 |
| |
| |||
283 | 281 |
| |
284 | 282 |
| |
285 | 283 |
| |
286 |
| - | |
287 |
| - | |
288 |
| - | |
289 |
| - | |
290 |
| - | |
291 |
| - | |
292 |
| - | |
293 |
| - | |
294 |
| - | |
295 |
| - | |
296 |
| - | |
297 |
| - | |
298 |
| - | |
299 |
| - | |
300 |
| - | |
301 |
| - | |
302 |
| - | |
303 |
| - | |
304 |
| - | |
305 |
| - | |
306 |
| - | |
307 |
| - | |
308 |
| - | |
309 |
| - | |
310 |
| - | |
311 |
| - | |
312 |
| - | |
313 |
| - | |
314 |
| - | |
315 |
| - | |
316 |
| - | |
317 |
| - | |
318 |
| - | |
319 |
| - | |
320 |
| - | |
321 | 284 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 |
| - | |
3 |
| - | |
4 |
| - | |
5 |
| - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
6 | 8 |
| |
7 | 9 |
| |
8 | 10 |
| |
9 | 11 |
| |
10 |
| - | |
11 |
| - | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
| 16 | + | |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
| 20 | + | |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 |
| - | |
| 24 | + | |
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 |
| - | |
| 35 | + | |
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
| |||
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
45 |
| - | |
46 |
| - | |
47 |
| - | |
48 |
| - | |
49 |
| - | |
50 |
| - | |
51 |
| - | |
52 |
| - | |
53 |
| - | |
54 |
| - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
| |||
61 | 61 |
| |
62 | 62 |
| |
63 | 63 |
| |
64 |
| - | |
65 |
| - | |
66 |
| - | |
67 |
| - | |
68 |
| - | |
69 |
| - | |
70 |
| - | |
71 |
| - | |
72 |
| - | |
73 |
| - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
| 29 | + | |
29 | 30 |
| |
30 | 31 |
| |
31 | 32 |
| |
| |||
61 | 62 |
| |
62 | 63 |
| |
63 | 64 |
| |
| 65 | + | |
64 | 66 |
| |
65 | 67 |
| |
66 | 68 |
| |
67 | 69 |
| |
68 | 70 |
| |
| 71 | + | |
69 | 72 |
| |
70 | 73 |
| |
71 | 74 |
| |
| |||
152 | 155 |
| |
153 | 156 |
| |
154 | 157 |
| |
155 |
| - | |
156 |
| - | |
157 |
| - | |
158 |
| - | |
159 | 158 |
| |
160 | 159 |
| |
161 | 160 |
| |
|
This file was deleted.
This file was deleted.
This file was deleted.
- .github/workflows/extbuild.yml+16-12
- .github/workflows/srt.yml+44-57
- cesm/driver/ensemble_driver.F90+1-3
- cesm/driver/esm.F90+39-18
- cesm/driver/esm_time_mod.F90+12-306
- cesm/flux_atmocn/shr_flux_mod.F90+14-3
- cesm/nuopc_cap_share/nuopc_shr_methods.F90-859
- cesm/nuopc_cap_share/seq_drydep_mod.F90-2
- cesm/nuopc_cap_share/shr_dust_emis_mod.F90+222
- cime_config/buildexe+4-2
- cime_config/buildnml+36-12
- cime_config/config_component.xml+83-71
- cime_config/config_component_cesm.xml+71-24
- cime_config/namelist_definition_drv.xml+178-252
- cime_config/namelist_definition_drv_flds.xml+27
- cime_config/runseq/driver_config.py+3-3
- cime_config/runseq/runseq_TG.py+4-2
- cime_config/runseq/runseq_general.py+22-19
- cime_config/testdefs/testlist_drv.xml+10
- cime_config/testdefs/testmods_dirs/drv/aoflux_ogrid/user_nl_cpl+1
- doc/source/addendum/req_attributes_cesm.rst+11-16
- mediator/CMakeLists.txt+1-1
- mediator/Makefile+3-4
- mediator/esmFldsExchange_cesm_mod.F90+556-498
- mediator/esmFldsExchange_hafs_mod.F90+242-121
- mediator/esmFldsExchange_ufs_mod.F90+48-29
- mediator/fd_cesm.yaml+505-398
- mediator/med.F90+73-18
- mediator/med_diag_mod.F90+38-15
- mediator/med_fraction_mod.F90+121-34
- mediator/med_internalstate_mod.F90+99-18
- mediator/med_io_mod.F90+81-43
- mediator/med_map_mod.F90+198-68
- mediator/med_methods_mod.F90+69-2
- mediator/med_phases_aofluxes_mod.F90+50-21
- mediator/med_phases_cdeps_mod.F90+291
- mediator/med_phases_history_mod.F90+56-50
- mediator/med_phases_post_atm_mod.F90+2
- mediator/med_phases_post_glc_mod.F90+12-12
- mediator/med_phases_post_ocn_mod.F90+1
- mediator/med_phases_post_rof_mod.F90+334-17
- mediator/med_phases_prep_atm_mod.F90+41-28
- mediator/med_phases_prep_glc_mod.F90+73-69
- mediator/med_phases_prep_ocn_mod.F90+82-23
- mediator/med_phases_prep_rof_mod.F90+40-12
- mediator/med_phases_prep_wav_mod.F90+30-3
- mediator/med_phases_profile_mod.F90+12-7
- mediator/med_phases_restart_mod.F90+12-11
- mediator/med_time_mod.F90-302
- ufs/ccpp/config/ccpp_prebuild_config.py+8-8
- ufs/ccpp/data/MED_typedefs.F90+12
- ufs/ccpp/data/MED_typedefs.meta+28-2
- ufs/glc_elevclass_mod.F90+4-1
- ufs/ufs_io_mod.F90+350-329
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| 15 | + | |
15 | 16 |
| |
16 | 17 |
| |
17 | 18 |
| |
| |||
31 | 32 |
| |
32 | 33 |
| |
33 | 34 |
| |
34 |
| - | |
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
| |||
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
51 |
| - | |
52 |
| - | |
53 | 51 |
| |
54 | 52 |
| |
55 | 53 |
| |
| |||
61 | 59 |
| |
62 | 60 |
| |
63 | 61 |
| |
64 |
| - | |
65 | 62 |
| |
66 | 63 |
| |
67 | 64 |
| |
|
This file was deleted.
0 commit comments