Commit ce8cc30
authored
Update Icepack, update documentation, minor bibtex and gptl updates (CICE-Consortium#1015)
Update Icepack to #51695d08d92c20 April 4, 2025. Includes
- Update derecho gnu and code coverage capability
- Update Copyright
- Fix bug with calc_Tsfc=F, set_sfcflux arguments reversed in icepack_therm_vertical.F90
- Fix negative silicate bgc bug
- Update of Mosaic forcing option
Comment out gptl pid check in ice_memusage_gptl.c. The check is not needed, and the arbitrary value of 999999 occasionally fails because on many systems the upper limit is higher. This has not come up in CICE, but it has been noted in other models' use of gptl, https://cerfacs.fr/site-oasis/forum/oa_main.php?c=177.
Update documentation regarding history variable units and cona and conb history variable conversion terms.
Update sphinx-bibtex version in doc requirements. Readthedocs now works with the latest version.1 parent 3466a02 commit ce8cc30
5 files changed
Lines changed: 20 additions & 7 deletions
File tree
- cicecore/cicedyn/infrastructure
- doc
- source
- user_guide
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
186 | 188 | | |
187 | 189 | | |
188 | 190 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
| |||
110 | 112 | | |
111 | 113 | | |
112 | 114 | | |
| 115 | + | |
| 116 | + | |
113 | 117 | | |
114 | 118 | | |
115 | 119 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1366 | 1366 | | |
1367 | 1367 | | |
1368 | 1368 | | |
| 1369 | + | |
| 1370 | + | |
| 1371 | + | |
| 1372 | + | |
| 1373 | + | |
| 1374 | + | |
| 1375 | + | |
1369 | 1376 | | |
1370 | 1377 | | |
1371 | 1378 | | |
| |||
- LICENSE.pdf
- columnphysics/icepack_algae.F90+4-7
- columnphysics/icepack_intfc.F90+2-2
- columnphysics/icepack_therm_vertical.F90+1-1
- configuration/driver/icedrv_InitMod.F90+6-2
- configuration/driver/icedrv_MAIN.F90+2-2
- configuration/driver/icedrv_RunMod.F90+6-2
- configuration/driver/icedrv_flux.F90+13-4
- configuration/driver/icedrv_forcing.F90+741-178
- configuration/driver/icedrv_init.F90+47-17
- configuration/scripts/icepack_in+16-7
- configuration/scripts/machines/Macros.derecho_gnu+9
- configuration/scripts/machines/env.derecho_gnu+25-4
- configuration/scripts/options/set_nml.atmmosaic+17
- configuration/scripts/options/set_nml.ocnmosaic+6
- configuration/scripts/tests/base_suite.ts+1
- configuration/scripts/tests/icepack.lcov.csh+19-2
- configuration/scripts/tests/parse_lcov.sh+86
- doc/source/conf.py+1-1
- doc/source/developer_guide/dg_driver.rst+2-2
- doc/source/icepack_index.rst+10-1
- doc/source/intro/copyright.rst+1-1
- doc/source/master_list.bib+19
- doc/source/user_guide/ug_case_settings.rst+13
- doc/source/user_guide/ug_implementation.rst+61-4
- doc/source/user_guide/ug_running.rst+40
- icepack.setup+19-2
0 commit comments