You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/conversion/interstitials.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ An **interstitial** is a scheme that does calculations or variable modifications
12
12
This section covers a few interstitial scenarios you are likely to face.
13
13
14
14
## 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):
16
16
17
17
-`addfld` calls will go into the `<parameterization>_diagnostic_init` subroutine
18
18
-`outfld` calls will go into the `<parameterization>_diagnostic_run` subroutine
0 commit comments