Skip to content

Commit 90e6bbe

Browse files
committed
add metadata property specification for constituent tendency variables
1 parent 0345b42 commit 90e6bbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/design/constituents.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Build-time constituents are those that you know your scheme will always need. Th
4848
```
4949
advected = True
5050
```
51-
This instructs the framework to handle that variable (you will not need to add it to the registry or anywhere else in the model). The framework will generate the code to allocate and initialize all constituents, and will also create and handle the associated **tendency** variable (which will be accessible via metadata with the standard name `tendency_of_<const_stdname>`)
51+
This instructs the framework to handle that variable (you will not need to add it to the registry or anywhere else in the model). The framework will generate the code to allocate and initialize all constituents, and will also create and handle the associated **tendency** variable (which will be accessible via metadata with the standard name `tendency_of_<const_stdname>` and the metadata property `constituent = true`)
5252

5353
##### Run-time (dynamic) constituents
5454
Run-time constituents are those that are conditional on the configuration of the model. If your scheme has runtime constituents, you will instantiate them in the register phase of your scheme. Example Fortran is below:

0 commit comments

Comments
 (0)