File tree
142 files changed
+2839
-6482
lines changed- CICE-interface
- CMEPS-interface
- MOM6-interface
- doc/UsersGuide
- build
- source
- modulefiles
- tests
- fv3_conf
- logs
- machine
- parm
- tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
142 files changed
+2839
-6482
lines changed- .github/workflows/test-cice.yml+35-8
- cicecore/cicedyn/analysis/ice_diagnostics_bgc.F90+3-222
- cicecore/cicedyn/analysis/ice_history.F90+2-2
- cicecore/cicedyn/analysis/ice_history_bgc.F90+17-113
- cicecore/cicedyn/dynamics/ice_transport_driver.F90+2-6
- cicecore/cicedyn/general/ice_flux.F90-10
- cicecore/cicedyn/general/ice_flux_bgc.F90-6
- cicecore/cicedyn/general/ice_init.F90+1-1
- cicecore/cicedyn/general/ice_step_mod.F90+15-23
- cicecore/cicedyn/infrastructure/ice_read_write.F90+1
- cicecore/cicedyn/infrastructure/io/io_binary/ice_restart.F90+5-15
- cicecore/cicedyn/infrastructure/io/io_netcdf/ice_restart.F90+2-13
- cicecore/cicedyn/infrastructure/io/io_pio2/ice_restart.F90+2-12
- cicecore/drivers/nuopc/cmeps/CICE_InitMod.F90+4-7
- cicecore/drivers/nuopc/cmeps/CICE_RunMod.F90+23-16
- cicecore/drivers/nuopc/cmeps/cice_wrapper_mod.F90+76-8
- cicecore/drivers/nuopc/cmeps/ice_comp_nuopc.F90+24-3
- cicecore/drivers/standalone/cice/CICE_InitMod.F90+4-6
- cicecore/drivers/standalone/cice/CICE_RunMod.F90+7-12
- cicecore/drivers/unittest/gridavgchk/CICE_InitMod.F90+59-16
- cicecore/drivers/unittest/halochk/CICE_InitMod.F90+59-16
- cicecore/drivers/unittest/opticep/CICE_InitMod.F90+4-6
- cicecore/drivers/unittest/opticep/CICE_RunMod.F90+7-12
- cicecore/drivers/unittest/opticep/ice_init_column.F90+21-123
- cicecore/drivers/unittest/opticep/ice_step_mod.F90+12-20
- cicecore/drivers/unittest/sumchk/CICE_InitMod.F90+59-17
- cicecore/shared/ice_arrays_column.F90+17-58
- cicecore/shared/ice_init_column.F90+19-119
- cicecore/shared/ice_restart_column.F90+8-86
- configuration/scripts/cice.batch.csh+4-2
- configuration/scripts/cice.launch.csh+2-2
- configuration/scripts/machines/Macros.badger_intel-56
- configuration/scripts/machines/Macros.chicoma_intel+58
- configuration/scripts/machines/Macros.conda_macos+6-4
- configuration/scripts/machines/env.badger_intel-47
- configuration/scripts/machines/env.chicoma_intel+71
- configuration/scripts/options/set_nml.zsal-8
- doc/source/user_guide/ug_case_settings.rst+2-2
- icepack+1-1
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
86 | 86 |
| |
87 | 87 |
| |
88 | 88 |
| |
89 |
| - | |
90 | 89 |
| |
91 | 90 |
| |
92 | 91 |
| |
|
- .github/workflows/srt.yml+6-5
- cime_config/config_component.xml+40-2
- cime_config/namelist_definition_drv.xml+1-1
- mediator/esmFldsExchange_cesm_mod.F90+2-2
- mediator/esmFldsExchange_nems_mod.F90+18-2
- mediator/med.F90+6-7
- mediator/med_internalstate_mod.F90-1
- mediator/med_io_mod.F90+3-3
- mediator/med_map_mod.F90+12-10
- mediator/med_methods_mod.F90+5-2
- mediator/med_phases_history_mod.F90+1-1
- mediator/med_phases_ocnalb_mod.F90+119-50
- mediator/med_phases_prep_ocn_mod.F90+6-86
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
| 34 | + | |
| 35 | + | |
34 | 36 |
| |
35 | 37 |
| |
36 | 38 |
| |
|
- atmos_cubed_sphere+1-1
- atmos_model.F90+1-1
- ccpp/data/GFS_typedefs.F90+11-2
- ccpp/data/GFS_typedefs.meta+21-1
- ccpp/driver/GFS_diagnostics.F90+13
- ccpp/physics+1-1
- ccpp/suites/suite_FV3_HRRR_c3.xml+1-1
- ccpp/suites/suite_FV3_HRRR_gf.xml+1-1
- fv3_cap.F90+37-4
- io/fv3atm_clm_lake_io.F90+95-29
- io/fv3atm_restart_io.F90+9-3
- io/fv3atm_rrfs_sd_io.F90+16-7
- io/fv3atm_sfc_io.F90+29-13
- io/module_write_restart_netcdf.F90+6-1
- io/module_wrt_grid_comp.F90+47-12
- io/post_fv3.F90+19-9
- stochastic_physics/stochastic_physics_wrapper.F90+24-2
- upp+1-1
Lines changed: 0 additions & 4 deletions
This file was deleted.
Lines changed: 443 additions & 3 deletions
Large diffs are not rendered by default.
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
| 57 | + | |
| 58 | + | |
| 59 | + | |
57 | 60 |
| |
58 | 61 |
| |
59 | 62 |
| |
|
Lines changed: 11 additions & 21 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
6 |
| - | |
| 5 | + | |
7 | 6 |
| |
8 |
| - | |
9 |
| - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
10 | 10 |
| |
11 |
| - | |
12 |
| - | |
13 |
| - | |
14 |
| - | |
15 |
| - | |
16 |
| - | |
17 |
| - | |
18 |
| - | |
19 |
| - | |
20 |
| - | |
21 |
| - | |
22 |
| - | |
23 |
| - | |
24 |
| - | |
25 |
| - | |
26 |
| - | |
27 |
| - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
28 | 17 |
| |
| 18 | + | |
29 | 19 |
| |
30 | 20 |
| |
31 | 21 |
| |
|
Lines changed: 17 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
36 |
| - | |
37 |
| - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
38 | 53 |
| |
39 |
| - | |
40 | 54 |
| |
41 | 55 |
| |
42 | 56 |
| |
|
Lines changed: 17 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
37 |
| - | |
38 |
| - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
39 | 54 |
| |
40 |
| - | |
41 | 55 |
| |
42 | 56 |
| |
43 | 57 |
| |
|
Lines changed: 19 additions & 17 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
7 |
| - | |
8 |
| - | |
9 |
| - | |
10 |
| - | |
11 |
| - | |
12 |
| - | |
13 |
| - | |
14 |
| - | |
15 |
| - | |
16 |
| - | |
17 |
| - | |
18 |
| - | |
19 |
| - | |
20 |
| - | |
21 |
| - | |
22 |
| - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
23 | 25 |
| |
24 | 26 |
| |
25 | 27 |
| |
|
Lines changed: 0 additions & 57 deletions
This file was deleted.
Lines changed: 18 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
9 | 12 |
| |
10 |
| - | |
11 |
| - | |
| 13 | + | |
| 14 | + | |
12 | 15 |
| |
13 |
| - | |
14 |
| - | |
15 |
| - | |
16 |
| - | |
17 |
| - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
18 | 27 |
| |
19 | 28 |
| |
20 | 29 |
| |
21 | 30 |
| |
22 | 31 |
| |
23 | 32 |
| |
24 | 33 |
| |
25 |
| - | |
26 | 34 |
| |
| 35 | + | |
27 | 36 |
|
Lines changed: 11 additions & 19 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
6 |
| - | |
| 5 | + | |
| 6 | + | |
7 | 7 |
| |
8 |
| - | |
9 |
| - | |
10 |
| - | |
11 |
| - | |
12 |
| - | |
13 |
| - | |
14 |
| - | |
| 8 | + | |
| 9 | + | |
15 | 10 |
| |
16 |
| - | |
17 |
| - | |
| 11 | + | |
| 12 | + | |
18 | 13 |
| |
19 |
| - | |
20 |
| - | |
| 14 | + | |
| 15 | + | |
21 | 16 |
| |
22 |
| - | |
23 |
| - | |
24 |
| - | |
25 |
| - | |
26 |
| - | |
| 17 | + | |
| 18 | + | |
27 | 19 |
| |
28 | 20 |
| |
29 | 21 |
| |
30 | 22 |
| |
31 |
| - | |
| 23 | + | |
32 | 24 |
| |
33 | 25 |
| |
34 | 26 |
| |
|
Lines changed: 10 additions & 24 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
6 |
| - | |
| 5 | + | |
| 6 | + | |
7 | 7 |
| |
8 |
| - | |
9 |
| - | |
10 |
| - | |
11 |
| - | |
12 |
| - | |
13 |
| - | |
14 |
| - | |
15 |
| - | |
16 |
| - | |
17 |
| - | |
| 8 | + | |
| 9 | + | |
18 | 10 |
| |
19 |
| - | |
20 |
| - | |
| 11 | + | |
| 12 | + | |
21 | 13 |
| |
22 |
| - | |
23 |
| - | |
| 14 | + | |
| 15 | + | |
24 | 16 |
| |
25 |
| - | |
26 |
| - | |
27 |
| - | |
28 |
| - | |
29 |
| - | |
| 17 | + | |
| 18 | + | |
30 | 19 |
| |
31 | 20 |
| |
32 | 21 |
| |
| |||
35 | 24 |
| |
36 | 25 |
| |
37 | 26 |
| |
38 |
| - | |
39 |
| - | |
40 |
| - | |
41 | 27 |
|
0 commit comments