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/md/models.md
+10-12Lines changed: 10 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ All `ModelRegistry` subclasses expose the following properties:
14
14
-`models`: a map of model names to model input files
15
15
-`examples`: a map of example scenarios to models
16
16
17
-
An *example* is a set of models which run in a particular order.
17
+
An *example* is a set of related models which run in a particular order.
18
18
19
19
Dictionary keys are consistently strings. Dictionary values may vary depending on the type of registry. For instance, values in `PoochRegistry.files` are dictionaries including a hash and url.
20
20
@@ -69,15 +69,13 @@ The remaining parts may reflect the relative location of the model within the so
69
69
To copy model input files to a workspace of your choosing, call `copy_to` on the registry.
Above we adopt a convention of prefixing model names with the model type (i.e. the program used to run it), e.g. "mf6/" or "mf2005/". Relative path parts below the initial prefix reflect the model's relative path within its repository.
0 commit comments