Commit a98245f
committed
Add F90_rkadj, F90_sd4, F90_sdtlm C-I tests
.ci-pipelines/ci-common-defs.sh
- Added F90_rkadj, F90_sd4, F90_sdtlm to the list of tests to be done
examples/rkadj.kpp
- KPP file to integrate the small_strato mechanism
with the runge_kutta_adj integrator
examples/sd4.kpp
- KPP file to integrate the small_strato mechanism
with the sdirk4 integrator
examples/sdtlm.kpp
- KPP file to integrate the small_strato mechanism
with the sdirk_tlm integrator
ci-tests/F90_rkadj/F90_rkadj.kpp
- Symbolic link to the rkadj.kpp example file
ci-tests/F90_sd4/F90_sd4.kpp
- Symbolic link to the sd4.kpp example file
ci-tests/F90_sdtlm/F90_sdtlm.kpp
- Symbolic link to the F90_sdtlm.kpp example file
docs/source/tech_info/06_info_for_kpp_developers.rst
- Added F90_rkadj, F90_sd4, F90_sdtlm to list table of C-I tests
CHANGELOG.md
- Updated accordingly
Signed-off-by: Bob Yantosca <[email protected]>1 parent 3b756f4 commit a98245f
File tree
9 files changed
+32
-0
lines changed- .ci-pipelines
- ci-tests
- F90_rkadj
- F90_sd4
- F90_sdtlm
- docs/source/tech_info
- examples
9 files changed
+32
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| 31 | + | |
30 | 32 | | |
| 33 | + | |
31 | 34 | | |
32 | 35 | | |
33 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
415 | 415 | | |
416 | 416 | | |
417 | 417 | | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
418 | 422 | | |
419 | 423 | | |
420 | 424 | | |
| |||
455 | 459 | | |
456 | 460 | | |
457 | 461 | | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
458 | 466 | | |
459 | 467 | | |
460 | 468 | | |
| |||
463 | 471 | | |
464 | 472 | | |
465 | 473 | | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
466 | 478 | | |
467 | 479 | | |
468 | 480 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
0 commit comments