Skip to content

Commit c909257

Browse files
committed
Fix note block formatting?
1 parent bb4731a commit c909257

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/conversion/check-metadata.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ If the variable in question cannot be tracked back to a “use” statement or a
102102
!!! Note - registry variables
103103
Variables in the registry are read in from the initial data file by default.
104104

105-
!!! Note - registry or scheme?
106-
**Should I add a variable to the registry or rely on CCPP to manage the variables being passed between schemes?** While declaring a variable in the scheme metadata files allows CCPP to pass this variable from a scheme and to another scheme without having to define it in the registry, it is important to note that variables not declared in the registry are not preserved between timesteps (i.e., the timestep initialization phase will reallocate these variables). Thus variables that should be preserved as part of model "state" or (formerly) physics buffer variables with time dimensions (e.g., total energy at end of previous physics timestep) should be included as part of the registry.
105+
!!! note "Should I add a variable to the registry or rely on CCPP to manage the variables being passed between schemes?"
106+
While declaring a variable in the scheme metadata files allows CCPP to pass this variable from a scheme and to another scheme without having to define it in the registry, it is important to note that variables not declared in the registry are not preserved between timesteps (i.e., the timestep initialization phase will reallocate these variables). Thus variables that should be preserved as part of model "state" or (formerly) physics buffer variables with time dimensions (e.g., total energy at end of previous physics timestep) should be included as part of the registry.
107107

108108
There are two options for registry variables:
109109

0 commit comments

Comments
 (0)