Skip to content

Commit 58ca7e2

Browse files
committed
add link to diagnostics template
1 parent 206467b commit 58ca7e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conversion/interstitials.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ An **interstitial** is a scheme that does calculations or variable modifications
1212
This section covers a few interstitial scenarios you are likely to face.
1313

1414
## Diagnostics interstitial
15-
All `addfld`/`outfld` calls will go in a `<parameterization>_diagnostic.F90` interstitial:
15+
All `addfld`/`outfld` calls will go in a `<parameterization>_diagnostic.F90` interstitial. You can find a template and instructions for scheme-specific diagnostics [here](https://github.com/ESCOMP/atmospheric_physics/blob/main/schemes/sima_diagnostics/scheme_diagnostics_template.F90):
1616

1717
- `addfld` calls will go into the `<parameterization>_diagnostic_init` subroutine
1818
- `outfld` calls will go into the `<parameterization>_diagnostic_run` subroutine

0 commit comments

Comments
 (0)