Commit bf8fb73
committed
File tree
- externals
- param_templates
- json
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
- MARBL_tools/netcdf_comparison.py+1-3
- MARBL_tools/netcdf_metadata_check.py+5-5
- MARBL_tools/pylintrc+2-1
- MARBL_tools/run_test_suite.sh+29-19
- MARBL_tools/settings_metadata_check.py+120
- defaults/diagnostics_latest.yaml+71-4
- defaults/json/diagnostics_latest.json+78
- defaults/json/settings_cesm2.0.json+249-109
- defaults/json/settings_cesm2.1+cocco.json+254-109
- defaults/json/settings_cesm2.1.json+249-109
- defaults/json/settings_latest+4p2z.json+291-109
- defaults/json/settings_latest+cocco.json+291-109
- defaults/json/settings_latest.json+288-114
- defaults/settings_cesm2.0.yaml+230-110
- defaults/settings_cesm2.1+cocco.yaml+235-110
- defaults/settings_cesm2.1.yaml+230-110
- defaults/settings_latest+4p2z.yaml+266-121
- defaults/settings_latest+cocco.yaml+266-110
- defaults/settings_latest.yaml+262-116
- src/marbl_ciso_interior_tendency_mod.F90+9-6
- src/marbl_diagnostics_mod.F90+160-50
- src/marbl_glo_avg_mod.F90+1-2
- src/marbl_init_mod.F90+18-1
- src/marbl_init_tracer_metadata_mod.F90+23-7
- src/marbl_interface.F90+71
- src/marbl_interface_private_types.F90+61-2
- src/marbl_interior_tendency_mod.F90+522-262
- src/marbl_pft_mod.F90+42-7
- src/marbl_settings_mod.F90+384-191
- tests/driver_src/marbl.F90+1-1
- tests/driver_src/marbl_call_compute_subroutines_drv.F90+1-1
- tests/driver_src/marbl_init_drv.F90+22-3
- tests/driver_src/marbl_io_mod.F90+24
- tests/input_files/baselines/call_compute_subroutines.history.nc
- tests/input_files/baselines/call_compute_subroutines.history_4p2z.nc
- tests/input_files/baselines/call_compute_subroutines.history_with_ciso.nc
- tests/input_files/initial_conditions/call_compute_subroutines.20250425.nc
- tests/input_files/settings/marbl_with_4p2z_cgs.settings+45-4
- tests/input_files/settings/marbl_with_4p2z_mks.settings+45-4
- tests/input_files/settings/marbl_with_fixed_NtoC.settings+1
- tests/input_files/settings/marbl_with_spectra.settings+36-10
- tests/python_for_tests/machines.py+10-3
- tests/regression_tests/init/.gitignore+1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
340 | 340 | | |
341 | 341 | | |
342 | 342 | | |
343 | | - | |
344 | | - | |
| 343 | + | |
| 344 | + | |
345 | 345 | | |
346 | 346 | | |
347 | 347 | | |
348 | 348 | | |
349 | 349 | | |
350 | 350 | | |
351 | | - | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
352 | 359 | | |
353 | 360 | | |
354 | 361 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | | - | |
| 53 | + | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
58 | 61 | | |
59 | 62 | | |
60 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
246 | | - | |
247 | | - | |
| 246 | + | |
| 247 | + | |
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
254 | | - | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
255 | 262 | | |
256 | 263 | | |
257 | 264 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
70 | | - | |
| 69 | + | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
75 | 80 | | |
76 | 81 | | |
77 | 82 | | |
| |||
0 commit comments